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

Not applicable
 
Solved Solved
1 3 104
2 ACCEPTED SOLUTIONS

@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.

View solution in original post

adas
New Member

@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

View solution in original post

3 REPLIES 3

@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.

adas
New Member

@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

Thanks @arghya das It did work for me 🙂