rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

Farday encode json #43

Closed Fabien-Wecasa closed 4 years ago

Fabien-Wecasa commented 4 years ago

I propose to use FaradayMiddleware::EncodeJson instead of using to_json on our side. I find it cleaner and it is useful if we want to use the connection in other contexts (in my case: bulk jobs).