Eventick is a simple API wrapper public Eventick API.
TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'eventick_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install eventick_api
###Rails If you are using Rails you should create an initializer, eventick_api.rb in <rails_app_folder>/config/initializers.
require 'eventick'
Getting Token
auth = Eventick::Auth.new
auth.email = email
auth.password = password
auth.token
- 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