Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 361 Bytes

Phyllo Ruby Gem

A Ruby interface for Phyllo API.

Installation

$ gem install phyllo

Configuration

Create a configuration file

Phyllo.configure do |config|
  config.api_key = "xxx"
  config.sandbox = false
end

License

The gem is available as open source under the terms of the MIT License.