Add this line to your application's Gemfile:
gem 'formulae_ruby'
And then execute:
$ bundle
Or install it yourself as:
$ gem install formulae_ruby
- Get all Forms
FormulaeRuby::FormClient.new(api_key: 'API_KEY').all
- Get a Specific Form
FormulaeRuby::FormClient.new(api_key: 'API_KEY').find(1)
BASE_URL
environment variable as default Api Base Url.
bundle exec rspec