/vtwhite4r

A Ruby interface to VT White's Provisioning Web API

Primary LanguageRubyOtherNOASSERTION

==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