Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 608 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 608 Bytes

swanager-api

This gem provides an interface to the Swanager Remote API.

Installation

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.

Build

gem build swanager-api.gemspec

License

This program is licensed under the MIT license. See LICENSE for details.