spotify-cli 0.5.0

A command-line interface for Spotify
Documentation
1
2
3
4
5
//! Chapter command handlers

use crate::endpoints::chapters::get_chapter;

resource_get!(chapter_get, get_chapter::get_chapter, "Chapter");