ArtistClient

interface ArtistClient

Used to load an Artist and get its shelves.

See also

Functions

Link copied to clipboard
abstract suspend fun loadArtist(artist: Artist): Artist

Loads an artist, the unloaded artist may only have the id and title.

Link copied to clipboard
abstract suspend fun loadFeed(artist: Artist): Feed<Shelf>

Gets the shelves of an artist.