reqwest-oauth

Crates.ioreqwest-oauth
lib.rsreqwest-oauth
version0.10.4
sourcesrc
created_at2020-03-18 13:48:47.217908
updated_at2020-03-18 13:48:47.217908
descriptionOAuth support for Rust reqwest library
homepagehttps://github.com/pyk/reqwest-oauth
repositoryhttps://github.com/pyk/reqwest-oauth
max_upload_size
id220143
size5,158
bayu (pyk)

documentation

https://docs.rs/reqwest-oauth/

README

reqwest-oauth

OAuth support for Rust reqwest library

reqwest-oauth crates reqwest-oauth docs reqwest-oauth

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
reqwest-oauth = "*"

and this to your crate root:

use reqwest_oauth::prelude::*;

To get started using reqwest-oauth, read the quickstart tutorial.

Development

Clone the repository using the following command:

git clone https://github.com/pyk/reqwest-oauth.git --depth=1
cd reqwest-oauth/

To build the project, use the following command:

cargo build

To run the tests, use the following command:

cargo test

Getting help

Feel free to start discussion at GitHub issues.

License

reqwest-oauth is licensed under the Apache-2.0 license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in reqwest-oauth by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Commit count: 5

cargo fmt