ProntoForms
A library for interacting with the ProntoForms REST API in Ruby applications.
Note: version 0.4.0 included a breaking change, and has been yanked from RubyGems. If you are using it, please upgrade to 1.x or revert to 0.3.1.
Installation
Add this line to your application's Gemfile:
gem 'prontoforms'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install prontoforms
Usage
To get started, first create a ProntoForms API key in your ProntoForms account. Then you can begin using the API client in your Ruby application:
client = ProntoForms::Client.new(api_key_id, api_key_secret)
client.form_spaces # Returns all FormSpaces in your account
Review the documentation for more information on how to use this library to interact with ProntoForms.
Development
After checking out the repo, run bin/setup to install dependencies. Then,
run rake spec to run the tests. You can also run bin/console for an
interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/paulholden2/prontoforms.
License
The gem is available as open source under the terms of the MIT License.