eBay/parallec

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

yashwanth2804 opened this issue · 1 comments

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

@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