README

wolas_submission

The WolasSubmissions service acts as the access layer to all submission-related data serving raw json reponses

Installation

Add this line to your application’s Gemfile:

gem 'wolas_submission'

And then execute:

$ bundle

Or install it yourself as:

$ gem install wolas_submission

Usage

Initialize a new instance of the WolasSubmission class with the tenant_id and revolution api endpoint

service = WolasSubmission.new(tenant_id, endpoint)
response = service.get_submissions

Methods


Contributing

  1. Fork it ( https://github.com/[my-github-username]/wolas_submission/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request