https://github.com/buren/chimper
Gibbon on POROs.
https://github.com/buren/chimper
api-client gibbon mailchimp rubygem
Last synced: 3 months ago
JSON representation
Gibbon on POROs.
- Host: GitHub
- URL: https://github.com/buren/chimper
- Owner: buren
- License: mit
- Created: 2015-09-28T07:49:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T15:17:39.000Z (over 3 years ago)
- Last Synced: 2025-01-20T05:17:09.645Z (4 months ago)
- Topics: api-client, gibbon, mailchimp, rubygem
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Chimper
[Gibbon](https://github.com/amro/gibbon/) on POROs.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'chimper'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install chimper
## Usage
Initialize:
```ruby
require 'chimper'
Chimper.configure do |config|
config.api_key = '...'
config.timeout = 15
endclient = Chimper::Client.new
```You can access `Gibbon::Request`:
```ruby
client = Chimper::Client.new
gibbon_request = client.request
```## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/buren/chimper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).