Crate rspotify_model

Source
Expand description

All Spotify API endpoint response objects. Please refer to the endpoints where they are used for a link to their reference in the Spotify API documentation.

Re-exports§

pub use album::*;
pub use artist::*;
pub use audio::*;
pub use auth::*;
pub use category::*;
pub use context::*;
pub use device::*;
pub use enums::*;
pub use error::*;
pub use idtypes::*;
pub use image::*;
pub use offset::*;
pub use page::*;
pub use playing::*;
pub use playlist::*;
pub use recommend::*;
pub use search::*;
pub use show::*;
pub use track::*;
pub use user::*;

Modules§

album
All objects related to album defined by Spotify API
artist
All objects related to artist defined by Spotify API
audio
All objects related to audio defined by Spotify API
auth
All objects related to the auth flows defined by Spotify API
category
All object related to category
context
All objects related to context
device
enums
All Enums for RSpotify’s model types
error
idtypes
This module makes it possible to represent Spotify IDs and URIs with type safety and almost no overhead.
image
Image object
offset
Offset object
page
All kinds of page object
playing
All kinds of play object
playlist
All kinds of playlists objects
recommend
All objects related to recommendation
search
All object related to search
show
track
All kinds of tracks object
user
All kinds of user object

Structs§

Followers
Followers object

Enums§

PlayableItem
A full track object or a full episode object