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
- Fork it ( https://github.com/[my-github-username]/wolas_submission/fork )
- 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 a new Pull Request