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

How can i convert GET-params to camel case #499

Closed
AlexElizard opened this issue Sep 6, 2021 · 2 comments
Closed

How can i convert GET-params to camel case #499

AlexElizard opened this issue Sep 6, 2021 · 2 comments

Comments

@AlexElizard
Copy link

I used the settings for the djangorestframework_camel_case package. And also used the middleware from djangorestframework-camel-case #68.
How can I convert GET parameters to camel style?

@tfranzel
Copy link
Owner

tfranzel commented Sep 6, 2021

hi! we can't really support this unless this feature is part of their release.

in theory you would adapt the postprocessing hook we already have by adding another modification step. you can write your own postprocessing hooks without a problem.

@tfranzel
Copy link
Owner

closing this issue for now. feel free to comment if anything is missing or not working and we will follow-up.

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