This gem provides an interface to the Swanager Remote API.
Add this line to your application's Gemfile:
gem 'swanager-api'
And then run:
$ bundle install
Alternatively, if you wish to just use the gem in a script, you can run:
$ gem install swanager-api
Finally, just add require 'swanager'
to the top of the file using this gem.
gem build swanager-api.gemspec
This program is licensed under the MIT license. See LICENSE for details.