The vFabric Administration Server (VAS) API is a Ruby library used for interacting with the vFabric Administration Server.
VAS's primary mode of interaction is via RESTful interface. This API enables the use of VAS using rich Ruby types, eliminating the need for a detailed understanding of the REST API and its JSON payloads.
The VAS Ruby API requires Ruby 1.8.7 or 1.9.x. It has been built and tested on 1.8.7 and 1.9.3.
The VAS Ruby API is available on RubyGems. To install it run:
gem install vas
A number of examples are provided:
You may also like to look at the API documentation.
##Licence
The VAS Ruby API is licensed under the Apache Licence, Version 2.0.