overture8 / mangoex

Elixir wrapper for the MangoPay API
3 stars 3 forks source link

Automatically convert to CamelCase #2

Open tosbourn opened 7 years ago

tosbourn commented 7 years ago

MangoPay require parameters to be in CamelCase form, which sticks out like a sore thumb when writing Elixir.

It would be nice if keys from input params were mapped over and converted into CamelCase so we could use snake_case in our code.

overture8 commented 6 years ago

This could be handy for that: https://github.com/nurugger07/inflex