neilberkman / docusign_elixir

Unofficial DocuSign Elixir Library used to interact with the eSign REST API
MIT License
14 stars 20 forks source link

Convert single structs to maps when adding them to the request #17

Closed jcomellas closed 5 years ago

jcomellas commented 5 years ago

We can't directly encode the struct to JSON because that prevents Tesla from adding the content-type header to the request.

neilberkman commented 5 years ago

👍