0.0
No commit activity in last 3 years
No release in over 3 years
A library for using the ProntoForms REST API in Ruby applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 12.3.3
~> 3.0
~> 0.82.0
~> 2.0
~> 3.6
~> 0.9

Runtime

~> 1.0
 Project Readme

ProntoForms

Build Status Gem Version Inline docs Maintainability Test Coverage

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.