-
Notifications
You must be signed in to change notification settings - Fork 0
added snake case feature and tests #97
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
Conversation
8c8865a to
49f4a89
Compare
shreyb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. I just had the one request for a change, and one general comment. The latter can be worked on in another issue.
- Converts snake case to lower camel case. - Handles edge case where proper endpoint is passed, but uses incorrect capitalization.
|
We revisited this in the 7/1/25 meeting, and decided that this was still worth completing. |
…oesnt end with trailing slash.
shreyb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is certainly fine as is, but I think we could make a couple of more tweaks to really tighten up the code.
- renamed function to "normalize_endpoint" - removes args enumeration - called in endpoint/endpoint_params handler before safeguard.
|
LGTM |
This is pull request for issue #94.