toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.http
/
SpotifyRequest
Spotify
Request
data
class
SpotifyRequest
(
val
url
:
String
,
val
method
:
HttpRequestMethod
,
val
body
:
String
?
,
val
api
:
GenericSpotifyApi
)
(
source
)
Members
Constructors
Spotify
Request
Link copied to clipboard
constructor
(
url
:
String
,
method
:
HttpRequestMethod
,
body
:
String
?
,
api
:
GenericSpotifyApi
)
Properties
api
Link copied to clipboard
val
api
:
GenericSpotifyApi
body
Link copied to clipboard
val
body
:
String
?
method
Link copied to clipboard
val
method
:
HttpRequestMethod
url
Link copied to clipboard
val
url
:
String