This gem is a wrapper that gives access to the user to basic connectivity to the IRESS Desktop Web Services Platform.
there is still plenty of work to be done to add proper tests, proper error handling, and proper logging.
Add this line to your application's Gemfile:
gem 'IressWebservice'
And then execute:
$ bundle
Or install it yourself as:
$ gem install IressWebservice
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request