I have api logic developed in java jar file and now I want to expose this jar file to public as rest api in beta version first and if works later on monetize that.
Does apigee support API hosting/deployment as well ? or Do I need to host my rest api somewhere like AWS and then use apigee as proxy and management service only? Please suggest.
is there any guide for doing this, thanks!
Solved! Go to Solution.
Dear @deka ,
You can use Apigee Platform as rest api host platform using Java callout policy. But Unfortunately, As per documentation here Java Callouts are available only in Apigee Edge. They are not available in Apigee Developer free version.
Apigee Platform is more than just monitoring, It allows you to add your business logic, caching, security etc on top of API Proxies.
Apigee platform developer version supports node.js as Target Backend where you can develop your API and host it on Apigee Platfrom.
Cheers,
Anil Sagar
Dear @deka ,
Welcome to Apigee community.
Cheers,
Anil Sagar