Closed hannonq closed 9 years ago
Hi @hannonq,
Apologies, the documentation wasn't updated.
I just updated it. Now, there's an option to get the Response
object or to get the parsed response.
You'll notice that in the unit tests, all the calls are using .parsed
to get the response data.
Thanks for bringing this up!
Regards, Ardy
Perfect, @ardydedase
Thanks, it's working now :)
Hi, I was using version 1.1.0 of the sdk and when I followed this example it would work just fine:
Now, on the version 1.1.1, I've seen that we need to pass the "market" parameter as well. So far so good. But when I make the request just like the example above (adding the market), the response only shows the Http code. I get "Response [200]", but not the data itself.
Is this an issue or am I doing something wrong? Thanks!