spotify_web_api 0.2.0

A wrapper for the Spotify Web API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod check_user_saved_shows;
mod get_several_shows;
mod get_show;
mod get_show_episodes;
mod get_user_saved_shows;
mod remove_user_saved_shows;
mod save_shows_for_current_user;

pub use check_user_saved_shows::*;
pub use get_several_shows::*;
pub use get_show::*;
pub use get_show_episodes::*;
pub use get_user_saved_shows::*;
pub use remove_user_saved_shows::*;
pub use save_shows_for_current_user::*;