SpotifyApiResponse

data class SpotifyApiResponse<T>(val statusCode: Int, val data: SpotifyResponseData<T>, val headers: Map<String, String> = emptyMap())

Constructors

Link copied to clipboard
constructor(statusCode: Int, data: SpotifyResponseData<T>, headers: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Executes function.