vt-elixir / ja_resource

A behaviour to reduce boilerplate code in your JSON-API compliant Phoenix controllers without sacrificing flexibility.
Other
113 stars 33 forks source link

Use JaSerializer.ParamParser #51

Closed lubien closed 7 years ago

lubien commented 7 years ago

JaSerializer can custom how params are parsed. It's useful if you want to post to your API in another format like camelCase.

See: https://github.com/vt-elixir/ja_serializer/blob/master/test/ja_serializer/param_parser_test.exs

alanpeabody commented 7 years ago

@lubien it should be used, you need to fully install JaSerializer plugs as described in that readme.

lubien commented 7 years ago

Thanks