spotify_web_api 0.2.0

A wrapper for the Spotify Web API
Documentation
1
2
3
4
5
mod get_chapter;
mod get_several_chapters;

pub use get_chapter::*;
pub use get_several_chapters::*;