-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The json serialization logic hadn't been updated correctly. We leave a better comment for easier reference. And we want more details to look at in the case something errors out.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
:: | ||
:: > -bark!mailchimp-update-merge-fields 'apikey' 'list-id' '[email protected]' fields | ||
:: where fields is a (map cord json) | ||
:: and the list-id is most easily discovered through the /lists api | ||
:: and the list-id is most easily discovered through the /lists api: | ||
:: curl -X GET 'https://us14.api.mailchimp.com/3.0/lists?count=99&offset=0' --user "anystring:${apikey}" | ||
:: | ||
/- spider | ||
/+ *strandio | ||
|
@@ -26,7 +27,7 @@ | |
:: | ||
^= body | ||
%- some | ||
%- as-octt:mimes:html | ||
%- as-octs:mimes:html | ||
%- en:json:html | ||
%- pairs:enjs:format | ||
['merge_fields' o+vars]~ | ||
|
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