Get/Import Swagger doc for API

Not applicable

Hi all , someone can help me to know the API that can be used for retrieve and import the swagger documentation on an API Proxy?

Thanks

Cosimo

0 3 1,511
3 REPLIES 3

@Anil Sagar @ Google : What is the recommended way to build proxies. we have a Swagger Spec from a .NET Core application and need to build API proxies for that. Is it recommended to import the swagger and generate them or build the proxies manually ? Please share your insight. Thank you

if you're having a non-private version of the Apigee tool, you'll be having access to the 'spec' option with which you can upload your .YAML file of the swagger that you've. This will create a spec for you within the apigee itself.

And, when creating a proxy, just select the option to import the spec -> then, chose the spec you've put up in apigee. This allows you to save a lot of time by automatically populating your proxy with all the calls and sample server responses from the spec rather than having to create all those calls manually.

It is the same thing- either importing from spec or by creating it from scratch.

When you've a private version of the Apigee, you're limited to just uploading the URL of the swagger document when creating it.