Open
Description
How is the AURA API versioned?
I already noticed that the old beets web API is not versioned. Unfortunately, that also seems to be the case with the new AURA API, isn't it?
There are two common ways of versioning REST APIs:
- The text book way: specifying the version as part of the path prefix, e.g.
/aura/v1/tracks
. - Specifying the version as part of the Content-Type which simplifies supporting multiple API versions at the same time and negotiating versioning with the clients.
Metadata
Metadata
Assignees
Labels
No labels