Skip to content

highlands/formulae_ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormulaeRuby

Installation

Add this line to your application's Gemfile:

gem 'formulae_ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install formulae_ruby

Usage

Forms

  • Get all Forms
FormulaeRuby::FormClient.new(api_key: 'API_KEY').all
  • Get a Specific Form
FormulaeRuby::FormClient.new(api_key: 'API_KEY').find(1)

Configuration

  • BASE_URL environment variable as default Api Base Url.

Tests

bundle exec rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.8%
  • Shell 1.2%