Replies: 2 comments 4 replies
-
I agree that it would be better. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@shawncarr , please check this out and let me know what you think: |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Currently, if you have a
GET
path such as/companys/:companyId/users/:userId
and you generate a swagger or client resulting name will beGetCompaniesCompanyidUsersUserid
.IMHO it might be better to pascal case each entry so that easier to read so that it would be
GetCompaniesCompanyIdUsersUserId
Beta Was this translation helpful? Give feedback.
All reactions