Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a way to get response JSON from a query. #37

Closed
jsabin opened this issue May 15, 2015 · 1 comment
Closed

Create a way to get response JSON from a query. #37

jsabin opened this issue May 15, 2015 · 1 comment

Comments

@jsabin
Copy link
Contributor

jsabin commented May 15, 2015

What is the optimal way of querying for datapoints from a java client? Currently I get the datapoints using the following i.e, get a list of datapoints and then iterate through it to append the json. Is there a way that I can get the entire json response at a time instead of me having to iterate through the list and append? I know that I can get the entire json reponse using rest call. But, I want to know if there is a way to do it from Java client.

@jsabin
Copy link
Contributor Author

jsabin commented Jun 19, 2015

Fixed in 2427cde. Added getJson() method to QueryResponse

@jsabin jsabin closed this as completed Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant