Album Api
Endpoints for retrieving information about one or more albums from the Spotify catalog.
Constructors
AlbumApi
Link copied to clipboard
Functions
getAlbumTracks
Link copied to clipboard
suspend fun getAlbumTracks(album: String, limit: Int? = api.spotifyApiOptions.defaultLimit, offset: Int? = null, market: Market? = null): PagingObject<SimpleTrack>
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard