getInstantMixFromArtists2
suspend fun getInstantMixFromArtists2(id: <Error class: unknown class>, userId: <Error class: unknown class>? = null, limit: Int? = null, fields: Collection<<Error class: unknown class>>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<<Error class: unknown class>>? = emptyList()): Response<<Error class: unknown class>>
Deprecated
This member is deprecated and may be removed in the future
Creates an instant playlist based on a given artist.
Parameters
id
The item id.
userId
Optional. Filter by user id, and attach user data.
limit
Optional. The maximum number of records to return.
fields
Optional. Specify additional fields of information to return in the output.
enableImages
Optional. Include image information in output.
enableUserData
Optional. Include user data.
imageTypeLimit
Optional. The max number of images to return, per image type.
enableImageTypes
Optional. The image types to include in the output.
suspend fun getInstantMixFromArtists2(request: <Error class: unknown class>): Response<<Error class: unknown class>>
Deprecated
This member is deprecated and may be removed in the future
Creates an instant playlist based on a given artist.
Parameters
request
The request parameters