Formstack::Api
This is a Ruby Wrapper for the Formstack API V2. Be aware that it's still under development so methods can be changed or deprecated. As soon as the project is stable the version number will be bumped to 1.0.0
Please open up an issue if you have any question or requests.
Installation
Add this line to your application's Gemfile:
gem 'formstack-api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install formstack-api
Usage
require 'formstack-api'
Contributing
- Fork it ( https://github.com/LAS-IT/formstack-api/fork )
- 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 a new Pull Request