Introducing: API Versioning
Short description
Use url for API Versioning
Long description
Since we're doing a lot of work on the ThaliApp I was thinking about introducing versioning to the API. The most obvious way to do this would be to provide versioned urls (/v1/<model>
) so here it is.
Why this way? It's easy to use.
Steps to use this feature
It's automatically used once you use the Django REST Framework.