beetbox / beetbox/aura

Versioning of the API spec?

Open
#32 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
77
Forks
9
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.