Gem which will help you to get integration with Rick.io the fastest way
Add this line to your application's Gemfile:
gem 'rickai'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rickai
For creating of instance you need to call
client = Rickai::Client.new(agent_url)
For calling action of update you just can call
client.update(your_attributes)
For calling action of create you just can call
client.create(your_attributes)
For calling action of check you just can call
client.check(your_attributes)
- Fork it
- Clone your fork (git clone git@github.com:MY_USERNAME/rickai.git && cd rickai)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
The gem is available as open source under the terms of the MIT License.