spotify-oauth
Description
spotify-oauth is a library for Spotify Authorization. It features a full implementation of the Authorization Code Flow that Spotify requires a user to undergo before using the web API.
Installation
cargo install spotify-oauth
Basic Example
This example shows how the library can be used to create a full authorization flow for retrieving the token required to use the web API.
use stdin;
use FromStr;
use ;
API Documentation
More API information can be located here.
Contribution
If you have any suggestions or issues towards this library, please submit an issue. Pull requests, code reviewing and feedback are welcome.