[Dev] [API-M] Can we create APIs via admin services in API Manager?

2015-04-07 Thread Rajkumar Rajaratnam
Hi Devs, I was able to create APIs using publisher rest API[1]. Just wanted to check whether I can do $Subject? There is an admin service RestApiAdmin in API Manager. This service has a method to add an API. When I tested it with SoapUI, the request looks like below;

Re: [Dev] [API-M] Can we create APIs via admin services in API Manager?

2015-04-07 Thread Nuwan Dias
Hi Rajkumar, There aren't any admin services available for adding APIs on the API Manager. What is available are the Jaggery REST APIs that you already found out. The RestAPIAdminService is used for adding APIs in the ESB. Hence the same is used internally within API Manager for creating the

Re: [Dev] [API-M] Can we create APIs via admin services in API Manager?

2015-04-07 Thread Rajkumar Rajaratnam
Got it. Thanks Nuwan for the quick response! Thanks. On Wed, Apr 8, 2015 at 9:14 AM, Nuwan Dias nuw...@wso2.com wrote: Hi Rajkumar, There aren't any admin services available for adding APIs on the API Manager. What is available are the Jaggery REST APIs that you already found out. The