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

Simplify post and patch methods by leveraging the camel casing parser #182

Open
Samuel-Therrien-Beslogic opened this issue Jul 18, 2024 · 1 comment

Comments

@Samuel-Therrien-Beslogic
Copy link
Contributor

We used to have an issue where post/put data would come in camel cased, but we needed it to be snake_cased for our models. This is resolved by #181 , but we still need to go back through those methods and properly use the serializers to validate and parse data. As well as removing as much manual checking and parsing as possible now that the parser gives us the right casing.

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

No branches or pull requests

1 participant