getArtist

abstract suspend fun getArtist(id: String): ApiResponse<ArtistInfo, ErrorBody>(source)

Get artist API returns the artist information from the given ID.

Return

ArtistInfo when success and ErrorBody when error.

Parameters

id