REST Controller: Remove endpoint versions #120
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is too restrictive and without this feature it can still be implemented manually without any more effort than the feature provides.
Currently you would:
This would provide the
test
endpoint at both/api/v1/test
and/api/v2/test
.The problem is if you don't want to use versions, you can't. Everything has to be prefixed with a version which is very restrictive. Removing this would allow the above endpoint to exist at
/api/test
.You will still be able to implement the original functionality quite simply by doing this:
created branch
120-rest-controller-remove-endpoint-versions
mentioned in merge request !35
mentioned in commit
d34186f5bd
closed via merge request !35
closed via commit
c29952fe0a
changed milestone to %4