certtools / intelmq-api

FastAPI-based API for the IntelMQ project
https://docs.intelmq.org/latest/user/api/
1 stars 7 forks source link

Implement API versioning #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

It would be a good idea to start versioning the API endpoint before the first release. The simplest approach to API versioning is probably URI versioning, i.e. /api/v1/. For other approaches see for example https://restfulapi.net/versioning/