spotify-cli 0.5.0

A command-line interface for Spotify
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Spotify CLI library
//!
//! This module exposes the internal components for integration testing.

pub mod cli;
pub mod constants;
pub mod endpoints;
pub mod http;
pub mod io;
pub mod logging;
pub mod oauth;
#[cfg(unix)]
pub mod rpc;
pub mod storage;
pub mod types;