shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.common
/
SpotifyApiResponse
Spotify
Api
Response
data
class
SpotifyApiResponse
<
T
>
(
val
statusCode
:
Int
,
val
data
:
SpotifyResponseData
<
T
>
,
val
headers
:
Map
<
String
,
String
>
=
emptyMap()
)
Members
Members & Extensions
Constructors
Spotify
Api
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
data
:
SpotifyResponseData
<
T
>
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
data
Link copied to clipboard
val
data
:
SpotifyResponseData
<
T
>
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
status
Code
Link copied to clipboard
val
statusCode
:
Int
Functions
header
Link copied to clipboard
fun
SpotifyApiResponse
<
*
>
.
header
(
name
:
String
)
:
String
?
Executes function.