0.0
No release in over 3 years
Low commit activity in last 3 years
Ruby Formstack API V2 Ruby Wrapper based on https://github.com/formstack/formstack-api/tree/master/php.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 2.14
~> 12.3
~> 3.7
~> 4.0
~> 3.2

Runtime

~> 0.15
 Project Readme

Codeship Status for LAS-IT/formstack-api

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