reqwest-oauth

OAuth support for Rust reqwest library

reqwest-oauth crates reqwest-oauth docs reqwest-oauth

## Documentation - [Quickstart Tutorial][quickstart tutorial] - [API Reference] [API Reference]: https://docs.rs/reqwest-oauth ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] reqwest-oauth = "*" ``` and this to your crate root: ```rust use reqwest_oauth::prelude::*; ``` To get started using reqwest-oauth, read the [quickstart tutorial]. [quickstart tutorial]: https://docs.rs/reqwest-oauth#quickstart-tutorial ## Development Clone the repository using the following command: ```sh git clone https://github.com/pyk/reqwest-oauth.git --depth=1 cd reqwest-oauth/ ``` To build the project, use the following command: ```sh cargo build ``` To run the tests, use the following command: ```sh cargo test ``` ## Getting help Feel free to start discussion at [GitHub issues]. [Github issues]: https://github.com/pyk/reqwest-oauth/issues/new/choose ## License reqwest-oauth is licensed under the [Apache-2.0](./LICENSE) 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.