Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zangrandi/phyllo
- Owner: zangrandi
- Created: 2022-12-27T09:11:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T17:50:07.000Z (about 2 years ago)
- Last Synced: 2024-12-08T12:42:17.662Z (about 1 month ago)
- Topics: api, beta, client, gem, rails, ruby
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).