toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.artist.models
Package-level
declarations
Types
Types
Get
Artist
Top
Tracks
Response
Link copied to clipboard
@
Serializable
internal
data
class
GetArtistTopTracksResponse
(
val
tracks
:
List
<
TrackInfo
>
)
Get
Related
Artists
Response
Link copied to clipboard
@
Serializable
internal
data
class
GetRelatedArtistsResponse
(
val
artists
:
List
<
ArtistInfo
>
)