spotify-cli 0.5.0

A command-line interface for Spotify
Documentation
1
2
3
4
5
6
7
8
pub mod check_users_saved_albums;
pub mod get_album;
pub mod get_album_tracks;
pub mod get_new_releases;
pub mod get_several_albums;
pub mod get_users_saved_albums;
pub mod remove_users_saved_albums;
pub mod save_albums_for_current_user;