SpotifyRequest

data class SpotifyRequest(val url: String, val method: HttpRequestMethod, val body: String?, val api: GenericSpotifyApi)(source)

Constructors

Link copied to clipboard
constructor(url: String, method: HttpRequestMethod, body: String?, api: GenericSpotifyApi)

Properties

Link copied to clipboard
Link copied to clipboard
val body: String?
Link copied to clipboard
Link copied to clipboard
val url: String