+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 <[email protected]> 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.com/chipchilders/cloudstack_ruby_client > > Comments and help welcome! > > To install: > gem install cloudstack_ruby_client > > > Basic usage (the creds are from my devcloud install): > require 'cloudstack_ruby_client' > URL = 'http://192.168.56.10:8080/client/api/' > APIKEY = > 'yy0sfCPpyKnvREhgpeIWzXORIIvyteq_iCgFpKXnqpdbnHuoYiK78nprSggG4hcx-hxwW897nU-XvGB0Tq8YFw' > SECKEY = > 'Pse4fqYNnr1xvoRXlAe8NQKCSXeK_VGdwUxUzyLEPVQ7B3cI1Q7B8jmZ42FQpz2jIICFax1foIzg2716lJFZVw' > client = CloudstackRubyClient::Client.new(URL, APIKEY, SECKEY, false) > puts client.listNetworkOfferings()
