Skip to content
Joel edited this page Dec 25, 2022 · 12 revisions

Constructor

Artist(self, artist_info, tracks_info)

Fields

Field Description
artist_info List of JSON Artist information
tracks_info List of JSON Track information
tracks List of Tracks belonging to Artist
id Artist ID
name Artist name
url Artist URL
path Artist API path

Functions

Function Description
to_json() Returns formatted JSON information

Clone this wiki locally