mpyw / axios-case-converter

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

added ignoreParams to options #56

Closed stefanbartos closed 1 year ago

stefanbartos commented 1 year ago

Closes #55

I have added ignoreParams options to disable URL parameters transformation.

Before image

After(with ignoreParams set) image

Usage

applyCaseMiddleware(axioInstace, {
  ignoreParams: true,
});