Ruby gem for accesing to Reskribe API
Add this line to your application's Gemfile:
gem 'reskribe_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install reskribe_api
The Reskribe API requires the api_token
ReskribeApi.api_token = "api_token_here"Optional you can override to use ssl or not
ReskribeApi.ssl = falseOr the end point
ReskribeApi.api_base = "anotherReskribeEndPoint"ReskribeApi::Form.create("plan_name", "user_id")- 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 :)