Re: New Metadata API

2015-05-19 Thread Mariangela Hills
This new REST method has been documented in [1]. [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Deleting+an+Application+Property+via+REST+API Regards, Mariangela *--* *Mariangela Hills* PMC Member & Committer of Apache Stratos Senior Technical Writer WSO2, Inc. lean.enterprise.

Re: New Metadata API

2015-05-18 Thread Mariangela Hills
Sure, I will document this! Regards, Mariangela *--* *Mariangela Hills* PMC Member & Committer of Apache Stratos Senior Technical Writer WSO2, Inc. lean.enterprise.middleware. m: +94 773 500185 w: http://wso2.com On Mon, May 18, 2015 at 3:40 PM, Udara Liyanage wrote

Re: New Metadata API

2015-05-18 Thread Udara Liyanage
Hi, I added another API method to DELETE a property from application properties. Shall we document this ? API : *DELETE applications/{app_id}/**properties/{property_name}* On Fri, May 15, 2015 at 11:05 AM, Udara Liyanage wrote: > Hi , > > Below the json format of a property. > > { >

Re: New Metadata API

2015-05-14 Thread Udara Liyanage
Hi , Below the json format of a property. { "key": "name", "values": [ "udara", "liyanage" ] } On Fri, May 15, 2015 at 11:03 AM, Udara Liyanage wrote: > Hi, > > Below are the new Metadata APIs currently finished implemented.

New Metadata API

2015-05-14 Thread Udara Liyanage
Hi, Below are the new Metadata APIs currently finished implemented. Oauth is the only authentication mechanism in medatadata api. There is no username password base authentication in metadata API since users are not meant to interact with the metadata API. An JWT token is generate