apigeecli icon indicating copy to clipboard operation
apigeecli copied to clipboard

Create Open API Spec from API Proxy

Open kurtkanaskie opened this issue 1 year ago • 1 comments

Would be nice to have ability to create an Open API Spec from a proxy.

apigeecli apis createopenapi

kurtkanaskie avatar Jan 03 '24 18:01 kurtkanaskie

Is an API proxy really a good artifact to generate OAS? Unless developers add flow conditions (for each verb and path), it is unlikely to contain enough information for a spec. And even then, it doesn't contain enough information for an OAS with schema.

I think debug session probably contains more information.

srinandan avatar Jan 03 '24 21:01 srinandan