forked from gomfunkel/node-mailchimp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gomfunkel#4 from davidwood/sts-form-encoded
Updated STS execute function to submit POST as form encoded
- Loading branch information
Showing
2 changed files
with
49 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name" : "mailchimp", | ||
"version" : "0.7.1", | ||
"version" : "0.7.2", | ||
"description" : "A node.js wrapper for the MailChimp API.", | ||
"author" : "Daniel Leinich <[email protected]>", | ||
"main" : "./lib/mailchimp", | ||
|
@@ -11,4 +11,4 @@ | |
"dependencies": { | ||
"request": ">= 0.10.0" | ||
} | ||
} | ||
} |