-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check API consistency for GET/UPDATE/DELETE events #79
Comments
... have no dependencies to an event group. The mentioned routes do not need to know their group id to get/put/delete the event. This is different from:
... where the group id must be known in order to:
I think we should leave the routes as they are atm. But I am open for other opinions. |
I close this ticket. Please re-open if necessary. |
I was proposing to let users do a |
Please let me know, if you want to go this way and I will implement these routes. (with redirecting) |
I think it is syntactic candy. Let's add this only if we have time for it. |
Creating events is bound to group, all others are not:
POST /event_group//event
whereas:
GET /event/
UPDATE /event/
DELETE /event/
The text was updated successfully, but these errors were encountered: