I'm all for a Flask wrapper for the CloudStack API. Would make custom UIs
super easy(Proud Flask user here).
>-Original Message-
>From: Shiva Teja [mailto:shivate...@gmail.com]
>Sent: Sunday, April 28, 2013 11:24 PM
>To: dev@cloudstack.apache.org
>Subject: Re: [GS
On Mon, Apr 29, 2013 at 10:45:02AM +0530, Rohit Yadav wrote:
> > If I get these basic rules, I am guessing it shouldn't be tough
> > to generate the wrapper.
> >
>
> The implementation won't be tough, but getting it right would be. Right now
> I'm just splitting the apiname at the camelCase's hump
On Apr 29, 2013, at 1:15 AM, Rohit Yadav wrote:
> On Mon, Apr 29, 2013 at 1:53 AM, Shiva Teja wrote:
>
>> Hi Rohit,
>>
>> I think you made my work a lot easier :) I can use code from cloudmonkey to
>> generate API cache and then build the code for the wrapper using it.
>>
>> I might need som
This probably needs of lot of discussion. For now, I'll stick to basics and
concentrate more on the UI. Thanks for the help.
Regards,
Shiva Teja.
On Mon, Apr 29, 2013 at 10:45 AM, Rohit Yadav wrote:
> On Mon, Apr 29, 2013 at 1:53 AM, Shiva Teja wrote:
>
> > Hi Rohit,
> >
> > I think you made
On Mon, Apr 29, 2013 at 1:53 AM, Shiva Teja wrote:
> Hi Rohit,
>
> I think you made my work a lot easier :) I can use code from cloudmonkey to
> generate API cache and then build the code for the wrapper using it.
>
> I might need some information on this. How would a RESTful CloudStack API
> loo
Hi Rohit,
I think you made my work a lot easier :) I can use code from cloudmonkey to
generate API cache and then build the code for the wrapper using it.
I might need some information on this. How would a RESTful CloudStack API
look like ? If I get these basic rules, I am guessing it shouldn't b
Hi Shiva,
On Sat, Apr 27, 2013 at 1:29 AM, Shiva Teja wrote:
> Hi all,
>
> I am Shiva Teja, an undergrad student from IIT Mandi, India. I will be
> participating in GSoC this year. I'd like to work on the new CloudStack UI
> with bootstrap project[1]. I've been experimenting with API for the pas