Sha256: 9cd73e42658e4f6961183358064997789b850cd37c2d85e7512137c17edc0197

Contents?: true

Size: 963 Bytes

Versions: 1

Compression:

Stored size: 963 Bytes

Contents

# MonkeyParty

[![Build Status](https://secure.travis-ci.org/EnlightSolutions/monkey_party.png)](http://travis-ci.org/EnlightSolutions/monkey_party)

An extremely young API for interacting with the MailChimp API

Currently only supports 

* adding api keys
* finding lists by name
* batch subscribing 
* unsubscribing

Uses the excellent HTTParty and HappyMapper tools and is well tested

## Installation

Add this line to your application's Gemfile:

    gem 'monkey_party'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install monkey_party

## Usage

```ruby
  list = MonkeyParty::List.find_by_name("list_name")
  list.create_subscribers([MonkeyParty::Subscriber.new("user@example.com")])
```


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
monkey_party-0.3.2 README.md