Replies: 1 comment 1 reply
-
Hello 👋 This is not directly related to AdonisJS but more to REST API design and best practices itself, that's why you won't find it in the documentation of AdonisJS. The most common practice is to have all URLs in lower case and also to use hyphen to separate words. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any route naming convention for multiple words resources. eg.
UserLogs
What option should I use:
This is something that I didn't find in the documentation.
But would be nice to have such and example.
Beta Was this translation helpful? Give feedback.
All reactions