-
Notifications
You must be signed in to change notification settings - Fork 0
API
Icarus provides users with functionality to upload, download, and stream their own music collection. In addition to that one can read information of a their music collection such as how many songs do you own by an artist, how many genres of a song do you own, and updating the title of a song. This is achieved via the HTTP endpoints provided by the API.
Though Icarus versioning convention may not exactly coincide the versioning of the API endpoints, they still apply. What is meant by this is if there is an Icarus version of v.0.1.4 then the documentation of that version would be v1.
The naming convention of the API HTTP endpoints will follow this naming convention:
https://domain-name.com/api/v[**api version number**]/
This portion of the documentation will list all versions of the API and how to use the endpoints
Icarus