that was right, i didnt realize that HttpClientEngine was just a placeholder for the engine you wanted to use
👍 1
Shawn Karber_
07/01/2020, 7:05 PM
On another note, I am getting back a result now, of a valid json object, but when I convert it to a json string with Gson its adding whitespace everywhere (\r\n) everywhere, any ideas?
Shawn Karber_
07/01/2020, 7:05 PM
the file itself does have whitespace in it
i
Ivan
07/02/2020, 6:42 AM
I think the problem is in the configuration of your gson instance. did you add prettyprinting() to your gsonbuilder?