I tried to use a TypedJsonString as well as a plain String but the LoganSquareConverter doesn't know how to handle either one. I just want a string passthru into the body. Any suggestions on how to do this?
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28758477-can-t-emit-raw-string-into-request?utm_campaign=plugin&utm_content=tracker%2F8327951&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8327951&utm_medium=issues&utm_source=github).
This is probably a strange request for a strange API that takes nonstandard JSON that had to be specially formatted.
Following this stackoverflow question: http://stackoverflow.com/questions/30515068/send-json-raw-object-retrofit
The API looks like this:
I tried to use a TypedJsonString as well as a plain String but the LoganSquareConverter doesn't know how to handle either one. I just want a string passthru into the body. Any suggestions on how to do this?