-
Notifications
You must be signed in to change notification settings - Fork 0
A Ruby interface to VT White's Provisioning Web API
License
OpenSourceAlchemist/vtwhite4r
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
==The Rubyists
----------
A Ruby interface to the VTWhite Provisioning Web API
== Download
* Requires rest-client and nokogiri, both available from gems.
* Available from git://github.com/deathsyn/vtwhite4r.git
* Prebuilt gem available from github's gem repository (deathsyn-vtwhite4r)
==Usage
-------
begin
require "vtwhite4r"
rescue LoadError
require "rubygems"
require "vtwhite4r"
end
api = Vtwhite4r::API.new("passwd", "username")
Copyright(c) 2009 by The Rubyists
About
A Ruby interface to VT White's Provisioning Web API
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published