Re: What is the new resource path for /cartridge/list/subscribed ??

2014-11-28 Thread Shiroshica Kulatilake
According to the code this returns a object of ApplicationSubscription for the given application_id. This is obtained from the DataInsertionAndRetrievalManager via the CartridgeSubscriptionManager. On Fri, Nov 28, 2014 at 2:15 PM, Mariangela Hills wrote: > Hi, > > Looks like the name of the prop

Re: What is the new resource path for /cartridge/list/subscribed ??

2014-11-28 Thread Mariangela Hills
Hi, Looks like the name of the proposed API operation has changed to getSubscriptionsOfApplication. This needs to be updated in [1]. [1] https://docs.google.com/a/wso2.com/spreadsheets/d/1VP9-0xY2Oj1H1sv5yf5goIT6TakpwrCt5Z8QW1oFVOc/edit#gid=0 Regards, Mariangela *--* Mariangela Hills Senior

Re: What is the new resource path for /cartridge/list/subscribed ??

2014-11-28 Thread Nirmal Fernando
Do we have this subscription concept any more? If not, we need to remove that. This document was created before we change this concept and moved to application model. On Fri, Nov 28, 2014 at 2:08 PM, Isuru Haththotuwa wrote: > Hi, > > What exactly does /subscriptions/{application_id} return? > >

Re: What is the new resource path for /cartridge/list/subscribed ??

2014-11-28 Thread Isuru Haththotuwa
Hi, What exactly does /subscriptions/{application_id} return? On Fri, Nov 28, 2014 at 1:57 PM, Udara Liyanage wrote: > Hi, > > /subscriptions/cartridges is not valid anymore since subscribing to > cartridges is not valid. > Please update the Excell when a change is doing. > > On Fri, Nov 28, 20

Re: What is the new resource path for /cartridge/list/subscribed ??

2014-11-28 Thread Udara Liyanage
Hi, /subscriptions/cartridges is not valid anymore since subscribing to cartridges is not valid. Please update the Excell when a change is doing. On Fri, Nov 28, 2014 at 1:51 PM, Mariangela Hills wrote: > Hi, > > In [1] it states that /cartridge/list/subscribed has been changed > to /subscripti

What is the new resource path for /cartridge/list/subscribed ??

2014-11-28 Thread Mariangela Hills
Hi, In [1] it states that /cartridge/list/subscribed has been changed to /subscriptions/cartridges. I pulled the new changes, but this change is not visible. According to commit [2] it looks like /cartridge/list/subscribed has been changed to /subscriptions/{application_id}. If this is correct thi