dpickett / monkey_party
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
features/ | ||
| |
lib/ | ||
| |
monkey_party.gemspec | ||
| |
test/ |
README.rdoc
monkey_party
An extremely young API for interacting with the MailChimp API
Uses the excellent HTTParty and HappyMapper tools and is well tested
Currently only supports
- adding api keys
- finding lists by name
- batch subscribing
- unsubscribing
Example Usage
account = MonkeyParty::Account.login("monkey_username", "party_password")
list = MonkeyParty::List.find_by_name("list_name")
list.create_subscribers([MonkeyParty::Subscriber.new("user@example.com")])
TODO
* Batch subscribe does not allow you to resubscribe members - implement individual subscribe method * Clean up after cucumber features are run
Copyright
Copyright © 2009 Dan Pickett. See LICENSE for details.

