Import API proxy definitions

Not applicable

Is there a way to import API proxy definitions from management portal into developer service portal. Currently, it seems that we need to add API proxy definitions manually (Smart Docs) in developer service portal and SmartDocs API seems to be coming soon but it seems there is NO way to import the proxy definitions directly from the management portal.

Solved Solved
0 3 370
1 ACCEPTED SOLUTION

Dear @sajad deyargaroo,

Welcome to Apigee Community 🙂

Yes, currently we don't have out of the box feature where we can generate SmartDocs documentation in Developer Portal out of Apigee API Proxies. It's in our roadmap.

But, we tried to solve this problem to some extent using nodejs based command line tool. Apigee2Swagger Node.Js tool helps you generate Swagger 2.0 spec out of Apigee Proxies. Please learn more about same here and some FAQ here .

View solution in original post

3 REPLIES 3

Dear @sajad deyargaroo,

Welcome to Apigee Community 🙂

Yes, currently we don't have out of the box feature where we can generate SmartDocs documentation in Developer Portal out of Apigee API Proxies. It's in our roadmap.

But, we tried to solve this problem to some extent using nodejs based command line tool. Apigee2Swagger Node.Js tool helps you generate Swagger 2.0 spec out of Apigee Proxies. Please learn more about same here and some FAQ here .

Hi @Anil Sagar,

Can you please confirm if this feature is available in current version of Edge now?

Thanks,

gaurav

@Gaurav Pahuja , It's not. You can use Apigee2Swagger or Api2Swagger or http://specgen.apistudio.io to generate OpenAPI Spec if you already have an API.