Ruby API bindings for the 4-Tell personalization service.
FourTell supports Ruby 2.0+. Add this line to your application's Gemfile:
gem 'four_tell'
And then execute:
$ bundle
Or install it yourself as:
$ gem install four_tell
See the documentation for more details.
require 'four_tell'
ft = FourTell.new('username', 'password', 'your_four_tell_client_alias')
# see FourTell::Request for more details
req = ft.build_request
req.customer_id = 1
# fetch a list of recommended product IDs
ft.recommendations(req)
- 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
Built at The Clymb by
PS: We're hiring!