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

All objects related to album defined by Spotify API

All objects related to artist defined by Spotify API

All objects related to audio defined by Spotify API

All objects related to the auth flows defined by Spotify API

All object related to category

All objects related to context

All Enums for Rspotify’s model types

This module defines the necessary elements in order to represent Spotify IDs and URIs with type safety and no overhead.

Image object

Offset object

All kinds of page object

All kinds of play object

All kinds of playlists objects

All objects related to recommendation

All object related to search

All kinds of tracks object

All kinds of user object

Structs

Followers object

Enums

A full track object or a full episode object