spotify_web_api 0.2.0

A wrapper for the Spotify Web API
Documentation
1
2
3
4
5
6
7
8
9
mod get_artist;
mod get_artist_albums;
mod get_artist_top_tracks;
mod get_several_artists;

pub use get_artist::*;
pub use get_artist_albums::*;
pub use get_artist_top_tracks::*;
pub use get_several_artists::*;