Can we create our own API using apigee.(API not API proxy ) ?

@Nishant Kumar ,

Yes, You can create your own APIs using Apigee Edge Node.JS feature. Find more about same here. Keep us posted if you have any queries while implementing same.

You can also create simple static APIs using No Target feature in Apigee Edge. Find more about same here.

@Nishant Kumar You could definitely do that. The node.js support on Apigee Edge was added specifically for this purpose. You could create a node app and deploy it on Apigee Edge. Here’s an example demonstrating this feature: https://community.apigee.com/articles/18212/tutorial-building-micro-services-using-nodejs-in-a.html

1 Like

Thanks @arghya das It did work for me :slight_smile: