Is there any tool to create basic api proxy in Apigee Edge from specs from Github

Are there any tools that can create a basic API proxy from swagger specs available in Github?

I found openapi2apigee tool that can create basic proxies from swagger specs into apigee edge.

But does this support open api 3.0 as well?

The reason I bring in Github is because this needs to be integrated with VSTS and currently it does not support any other repo tool, other than Git / SVN/Bitbucket.

So i have to get the swaggerhub specs into Git, validate them against open api 2.0 and 3.0 specifications, and then push them into apigee edge with a basic proxy version ready.

0 3 479
3 REPLIES 3

sidd-harth
Participant V

AFAIK Apigee still doesn't support OAS 3.0.

Check this doc, https://docs.apigee.com/api-platform/tutorials/create-api-proxy-openapi-spec

We need to use, https://raw.githubusercontent.com/. url

Thanks for your response. I had checked that link previously, but it creates the API proxy via the Enterprise Edge UI.

I was looking for a more automated way to being able to import the spec from Swaggerhub to Apigee Edge with minimum user intervention, the openapi2apigee seems like the best way for openapi2.0.

If I could get some similar tool for openapi 3.0, it would be great.

@Anil Sagar

Adding you in case you have any insights.. Thanks in advance!