API structure has changed
10 structure changes including:
1 Breaking change
9 Additions
1 Removal
Removed
1
Breaking
GET /artists
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
9
DELETE /artists/{artistId}
DELETE /artists/{artistId}/songs/{songId}
GET /artists
GET /artists/{artistId}
GET /artists/{artistId}/songs
PATCH /artists/{artistId}
POST /artists
POST /artists/{artistId}/songs/{songId}
PUT /artists/{artistId}