How to automate API Proxy creation ?

I am given a task of automating the API creation (ie Back end service developers should be able to create the API's without using the APIGEE EDGE UI) Pls help me identify any better posibilities available by providing some pointers. Thanks

0 5 1,525
5 REPLIES 5

sidd-harth
Participant V

You can use Apigee Maven Plugin, combine it with a CICD pipeline and automate,

https://github.com/apigee/apigee-config-maven-plugin

https://github.com/sidd-harth/apigee-cicd

Thanks a lot Siddharth, I ll give a try.

Thanks Yuriyl