mpyw / axios-case-converter

Axios transformer/interceptor that converts snake_case/camelCase
MIT License
160 stars 18 forks source link

Allow unconverted params #14

Closed chancock09 closed 4 years ago

chancock09 commented 5 years ago

Love this library, and I'd like to be able to use it with a django-rest-framework-filters backend. However, the double__underscore thing it does for filtering breaks on the params filter.

It'd be great to have a way to pass arguments I don't want to send through a case converter.

mpyw commented 5 years ago

Thank you for your PR. I hope you fix coding styles to pass the tests and update README a little.

mpyw commented 4 years ago

Please resubmit the PR later! Thank you