Announcements

Help Wizard

Step 1

NEXT STEP

Mismatch between web API docs and API behaviour

Mismatch between web API docs and API behaviour

There seems to be a mismatch between the documentation of some of the return
types of the web API and the actual return types:
 
  1. The docs for "get an albums tracks" says that it returns an album object. In reality it returns a paging object containing track objects.
  2. The docs for "get-an-album" endpoints docs says that it returns an album object. It actually returns an object that looks like an album object, but where the "tracks" field is a paging object rather than an array
  3. The same applies to the "get multiple albums" endpoint.
Reply
0 Replies

Suggested posts