Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zangrandi/phyllo

An unofficial, beta, Ruby Client for Phyllo
https://github.com/zangrandi/phyllo

api beta client gem rails ruby

Last synced: 26 days ago
JSON representation

An unofficial, beta, Ruby Client for Phyllo

Awesome Lists containing this project

README

        

# Phyllo Ruby Gem

A Ruby interface for Phyllo API.

## Installation

$ gem install phyllo

## Configuration

Create a configuration file

```ruby
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](https://opensource.org/licenses/MIT).