Rickai
Gem which will help you to do integration with Rick.io the fastest way
Installation
Add this line to your application's Gemfile:
gem 'rickai'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rickai
Usage
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)
Contributing
- Fork it
- Clone your fork (git clone [email protected]:MY_USERNAME/customerio-ruby.git && cd customerio-ruby)
- 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
License
The gem is available as open source under the terms of the MIT License.