Re: Gsoc 2015, query on python based cli for stratos

2015-03-03 Thread Udara Liyanage
Hi, Current CLI implementation reads the JSON file content and invoke the relevant Stratos API with file content as the message payload On Wed, Mar 4, 2015 at 11:23 AM, Imesh Gunaratne wrote: > Hi Srinivas, > > A good question! As Vishanth has mentioned you could refer the existing > Java based

Re: Gsoc 2015, query on python based cli for stratos

2015-03-03 Thread Imesh Gunaratne
Hi Srinivas, A good question! As Vishanth has mentioned you could refer the existing Java based CLI first. In that we do not use name value pairs for parsing complex artifacts, rather they are directly passed to the message body. Thanks On Wed, Mar 4, 2015 at 1:31 AM, srinivas devaki wrote: >

Re: Gsoc 2015, query on python based cli for stratos

2015-03-03 Thread Vishanth Balasubramaniam
Hi Srinivas, Best of luck on your proposal. You can find the source for Apache Stratos on Github[1]. The CLI code is in components/org.apache.stratos.cli [2]. [1] - https://github.com/apache/stratos [2] - https://github.com/apache/stratos/tree/master/components/org.apache.stratos.cli Regards, Vi

Re: Gsoc 2015, query on python based cli for stratos

2015-03-03 Thread Imesh Gunaratne
Hi, Yes there was another proposal for this project. Anyway multiple people can submit proposals, after reviewing them we can select the best. On Tue, Mar 3, 2015 at 6:26 PM, srinivas devaki wrote: > hello everyone, > i'm checking out it's(stratos cli) REST api. and can i get more info about >

Re: Gsoc 2015, query on python based cli for stratos

2015-03-03 Thread Vishanth Balasubramaniam
Hi, I believe someone else is also working on the same JIRA[1]. Please correct me if I am wrong. [1] - https://issues.apache.org/jira/browse/STRATOS-1187 Thank you, Vishanth On Tue, Mar 3, 2015 at 11:38 PM, Nirmal Fernando wrote: > [Moved to Stratos list] > > On Tue, Mar 3, 2015 at 6:26 PM, s

Re: Gsoc 2015, query on python based cli for stratos

2015-03-03 Thread Nirmal Fernando
[Moved to Stratos list] On Tue, Mar 3, 2015 at 6:26 PM, srinivas devaki wrote: > hello everyone, > i'm checking out it's(stratos cli) REST api. and can i get more info about > the project. > 1. is it a client side application or a micro service? > 2. if it is client side, i have seen that there'