Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.13 KB

README.markdown

File metadata and controls

37 lines (26 loc) · 1.13 KB

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!