Skip to content
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

Underscore in usages shall be camel-cased #122

Open
berezovskyi opened this issue Aug 9, 2019 · 2 comments
Open

Underscore in usages shall be camel-cased #122

berezovskyi opened this issue Aug 9, 2019 · 2 comments
Assignees

Comments

@berezovskyi
Copy link
Contributor

usage=requirement_collections should produce /requirement_collections URI and RequirementCollectionsService. Instead, Requirement_collectionsService is produced.

@berezovskyi
Copy link
Contributor Author

What's worse, you actually camel-case the URI :)

serviceProviders/{serviceProviderId}/service2/requirementCollections

@berezovskyi
Copy link
Contributor Author

Also, the URI should be serviceProviders/{serviceProviderId}/requirement_collections, without the service2 because I explicitly set the usage on the service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants