Package com. adamratzman. spotify. http
Types
CacheState
Link copied to clipboard
HttpConnection
Link copied to clipboard
class HttpConnection(url: String, method: HttpRequestMethod, bodyMap: Map<*, *>?, bodyString: String?, contentType: String?, headers: List<HttpHeader>, api: GenericSpotifyApi?)
Content copied to clipboard
HttpConnectionStatus
Link copied to clipboard
HttpHeader
Link copied to clipboard
HttpRequestMethod
Link copied to clipboard
HttpResponse
Link copied to clipboard
data class HttpResponse(responseCode: Int, body: String, headers: List<HttpHeader>)
Content copied to clipboard
SpotifyCache
Link copied to clipboard
class SpotifyCache
Content copied to clipboard
SpotifyEndpoint
Link copied to clipboard
SpotifyRequest
Link copied to clipboard
data class SpotifyRequest(url: String, method: HttpRequestMethod, body: String?, api: GenericSpotifyApi)
Content copied to clipboard