Project

gprov

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Ruby bindings to the Google Provisioning API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 2

Runtime

>= 0.8
>= 1.5
 Project Readme

Ruby-GProv

Synopsis

This is a ruby implementation of the Ruby implementation of the Google Provisioning API.

Description

The specification of the Google Provisioning API is primarily procedural in nature, despite that all the languages that Google provides bindings for are object oriented. This implementation attempts to provide a more natural interface to that API. Where applicable, objects present a CRUD-like set of methods to perform operations on the underlying system.


Examples

gtool - a command line interface to the provisioning API.

Development

This is alpha software. While I've done extensive real world testing of this myself, it's not feature complete and doesn't have enough test coverage. Please file bug reports and let me know where it's lacking; I'm very interested in improving it!