parallec icon indicating copy to clipboard operation
parallec copied to clipboard

May I know how to call an api and get json response using java

Open yashwanth2804 opened this issue 6 years ago • 1 comments

yashwanth2804 avatar Jan 11 '18 10:01 yashwanth2804

@yashwanth2804 hi, thanks for trying parallec.io

You will get string back from the response and can convert it to json.

Here are some examples: https://github.com/eBay/parallec-samples

https://github.com/eBay/parallec-samples/blob/master/sample-apps/src/main/java/io/parallec/sample/app/http/HttpAsyncApiPollableJob.java

jeffpeiyt avatar Jan 11 '18 22:01 jeffpeiyt