Re: CloudStack Ruby Client

2013-01-28 Thread Chip Childers
On Fri, Jan 25, 2013 at 7:51 PM, Isaac Chiang wrote: > Hi all: > So cool!! ( Finally I see the "Ruby" term in the mailing loop :) ) > I have a previous work on : > https://github.com/isaacchiang/cloudstack_ruby_sdk > It is still under development, only account and some of infrastructure a

Re: CloudStack Ruby Client

2013-01-28 Thread Chip Childers
On Fri, Jan 25, 2013 at 4:35 PM, Rohit Yadav wrote: > Awesome chip!!! > > I've a suggestion: To make automatic wrapping of apis and its usage > you can use api discovery you can get a json (during build time or > release time of the library against a running mgmt server) or can get > it via proces

Re: CloudStack Ruby Client

2013-01-25 Thread prasanna
+1 - i thought you said it was a side-project for the evenings. :) Look forward to trying it. On 26 January 2013 00:23, Chip Childers wrote: > I'm pretty new to Ruby, but I just released a CloudStack ruby client: > https://rubygems.org/gems/cloudstack_ruby_client > > Code is here: https://github.

Re: CloudStack Ruby Client

2013-01-25 Thread Isaac Chiang
Hi all: So cool!! ( Finally I see the "Ruby" term in the mailing loop :) ) I have a previous work on : https://github.com/isaacchiang/cloudstack_ruby_sdk It is still under development, only account and some of infrastructure api calls will work. Could you please take a look for it? I'd rea

Re: CloudStack Ruby Client

2013-01-25 Thread Rohit Yadav
Awesome chip!!! I've a suggestion: To make automatic wrapping of apis and its usage you can use api discovery you can get a json (during build time or release time of the library against a running mgmt server) or can get it via processing commands.xml from tools/apidoc/target; this json will have

RE: CloudStack Ruby Client

2013-01-25 Thread kdamage
Awesome Chip! Now we have a good selection of clients, Python, Perl, Ruby.. -kd >-Original Message- >From: Chip Childers [mailto:chip.child...@sungard.com] >Sent: Friday, January 25, 2013 10:54 AM >To: cloudstack-dev@incubator.apache.org >Subject: CloudStack Ruby Client > >I'm prett