Build
Status

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

  1. Fork it ( https://github.com/LAS-IT/formstack-api/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request