GREG-25: Adding namespace versioning
Compare changes
Files
6+ 0
− 13
@@ -16,7 +11,6 @@ from greg.api.views.person import (
@@ -30,13 +24,6 @@ router.register(r"orgunit", OrganizationalUnitViewSet, basename="orgunit")
Adding namespace-versioning to API.
The swagger interface has been checked and it still works.
It is now possible to look at at a variable in the request (request.version) to inspect the namespace used.