Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Calling API Proxy within a Java code

How to call a API Proxy inside my Java code.

For example. http://tapajyotigiri-eval-test.apigee.net/apitargetproxy this is an API Proxy which returns JSON. I want to get the JSON and display in Java.

Solved Solved
0 3 2,506
1 ACCEPTED SOLUTION

@tapajyoti giri

You can use Java http client APIs to make calls to your API. One such widely used library is the Apache http client. You can use the Jackson or Google gson libraries to parse the json response.

View solution in original post

3 REPLIES 3
Top Solution Authors