Episodes Apis
Episode domain API for Spotify Web API.
Covers episode metadata and the current user's saved podcast episodes.
Constructors
Functions
Link copied to clipboard
Checks whether episodes are saved in the current user's Your Library.
Link copied to clipboard
Gets a Spotify episode by episode ID.
Link copied to clipboard
suspend fun getSeveralEpisodes(ids: List<String>, market: CountryCode? = null): SpotifyApiResponse<Episodes>
Gets multiple Spotify episodes by their IDs.
Link copied to clipboard
suspend fun getUsersSavedEpisodes(market: CountryCode? = null, pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<UsersSavedEpisodes>
Gets the current user's saved episodes from Your Library.
Link copied to clipboard
Removes episodes from the current user's Your Library.
Link copied to clipboard
Saves episodes to the current user's Your Library.