Hacker News new | ask | show | jobs
by daveasaurus 5068 days ago
Do the auto generated clients only return JSON for each client library? Do you still need to write your own parser to parse the JSON?

* Nevermind. Yes they return JSON, I just read the documentation.

1 comments

The client libraries already parse the returned JSON response. Or you can still consume the API without client libraries and get the raw JSON response.