API Reference
Functions
Audio
getArtistAudio

getArtistAudio(artistId: String)

This function return an object of Assets type, where assets are array of audio files of a particular artist.

Returns:

interface Assets {
  assets: Array<Asset>;
  totalCount: number;
  endCursor: number;
  hasNextPage: boolean;
}