getSavedTracks

suspend fun Ktify.getSavedTracks(market: String? = null, limit: Int? = null, offset: Int? = null): PaginationObject<SavedTrack>(source)

Return

A pagination object of SavedTracks

Parameters

market

The market to search in

limit

The maximum number of items return

offset

The index of the first item to return