-
new Album( spotify, data )
-
-
new AlbumManager( Spotify )
-
-
new ApiError( status, message )
-
-
new Artist( spotify, data )
-
-
new ArtistManager( Spotify )
-
-
new Audio( spotify, data )
-
-
new AudioManager( Spotify )
-
-
new Base( data )
-
-
new CategoryManager( Spotify )
-
-
new Episode( spotify, data )
-
-
new EpisodeManager( spotify )
-
-
new HTTPError( response )
-
-
new PlayerManager( spotify )
-
-
new Playlist( spotify, data )
-
-
new PlaylistManager( spotify )
-
-
new Show( spotify, data )
-
-
new ShowManager( spotify )
-
-
new Spotify( access_token )
-
-
new Track( spotify, data )
-
-
new TrackManager( spotify )
-
-
new User( spotify, data )
-
-
new UserManager( spotify )
-
-
new Util( Spotify )
-