Crate oauth10a

Source
Expand description

§OAuth 1.0a crate

This crate provides an oauth 1.0a client implementation. It was firstly designed to interact with the Clever-Cloud’s API, but has been extended to be more generic.

Re-exports§

pub use reqwest;
pub use url;

Modules§

client
HTTP client
credentials
Credentials.
execute
signer
OAuth 1.0a signature implementation.