Apigee Edge url for swagger?

Not applicable

Hi. I did not find the answer (maybe missed) it:

I find it difficult using Apigee documentation and getting Edge API objects such as Developer, Proxy, Product simply by trial: getting JSON back.

Is there a Swagger url of Edge API I can use to get myself stubs in Java?

Thank you.

Solved Solved
0 6 679
1 ACCEPTED SOLUTION

No. Unfortunately we don't publish the Swagger documentation for our management APIs. You will have to read the document and write java clients yourself. But I find the curl commands on those SmartDocs pages to be useful in writing client code.

View solution in original post

6 REPLIES 6

No. Unfortunately we don't publish the Swagger documentation for our management APIs. You will have to read the document and write java clients yourself. But I find the curl commands on those SmartDocs pages to be useful in writing client code.

I think, then you should start, would help us all.

@Birute Awasthi , I am working on same. See similar question asked here .

Would you prefer a Java SDK for the management or the OpenAPI (Swagger's new spec name) formatted description?

Not applicable

You can try this postman collection too. Hope It helps!