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.