oauth-client-fix 0.1.4

OAuth client for Rust
Documentation
# oauth-client-fix

Fixed OAuth client for Rust

[Documentation](https://gifnksm.github.io/oauth-client-rs)

## How to use?

Add this to your `Cargo.toml`:

```toml
[dependencies]
oauth-client-fix = "0.1"
```

and this to your crate root:

```rust
extern crate oauth_client_fix;
```