Does Apigee generate IOS/Android SDK on defining API proxies

Not applicable

developer@mohcare.com

0 1 280
1 REPLY 1

If you have defined your APIs using Swagger definition then you can create sdks using https://github.com/swagger-api/swagger-codegen.

Today you can create an api proxy in Apigee from swagger using https://www.npmjs.com/package/swagger2api

And once swagger is created you can generate documentation/define API health monitoring etc. from it.