mailchimp_api_v3 0.1.4 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.coveralls.yml +4 -0
- data/.rspec +2 -0
- data/.rubocop.yml +1 -1
- data/Gemfile +1 -0
- data/Guardfile +1 -0
- data/README.md +1 -1
- data/circle.yml +7 -5
- data/lib/mailchimp_api_v3.rb +1 -0
- data/lib/mailchimp_api_v3/account.rb +1 -0
- data/lib/mailchimp_api_v3/client.rb +1 -0
- data/lib/mailchimp_api_v3/client/remote.rb +6 -2
- data/lib/mailchimp_api_v3/collection.rb +1 -0
- data/lib/mailchimp_api_v3/collection/paging.rb +1 -0
- data/lib/mailchimp_api_v3/exception.rb +1 -0
- data/lib/mailchimp_api_v3/instance.rb +1 -0
- data/lib/mailchimp_api_v3/interest.rb +2 -1
- data/lib/mailchimp_api_v3/interest_category.rb +4 -3
- data/lib/mailchimp_api_v3/list.rb +2 -1
- data/lib/mailchimp_api_v3/member.rb +2 -1
- data/lib/mailchimp_api_v3/version.rb +2 -1
- data/mailchimp_api_v3.gemspec +3 -1
- data/spec/fixtures/cassettes/account.yml +26 -22
- data/spec/fixtures/cassettes/client.yml +130 -96
- data/spec/fixtures/cassettes/exception.yml +60 -50
- data/spec/fixtures/cassettes/interest.yml +134 -87
- data/spec/fixtures/cassettes/interest_categories.yml +207 -184
- data/spec/fixtures/cassettes/interest_category.yml +137 -90
- data/spec/fixtures/cassettes/interests.yml +241 -165
- data/spec/fixtures/cassettes/list.yml +81 -227
- data/spec/fixtures/cassettes/lists.yml +27 -12
- data/spec/fixtures/cassettes/mailchimp.yml +26 -22
- data/spec/fixtures/cassettes/member.yml +106 -75
- data/spec/fixtures/cassettes/members.yml +255 -171
- data/spec/fixtures/cassettes/members_create_or_update.yml +269 -182
- data/spec/fixtures/cassettes/members_paging.yml +102 -115
- data/spec/mailchimp_api_v3/account_spec.rb +1 -3
- data/spec/mailchimp_api_v3/client_spec.rb +1 -3
- data/spec/mailchimp_api_v3/exception_spec.rb +2 -4
- data/spec/mailchimp_api_v3/interest_categories_spec.rb +1 -3
- data/spec/mailchimp_api_v3/interest_category_spec.rb +1 -3
- data/spec/mailchimp_api_v3/interest_spec.rb +1 -3
- data/spec/mailchimp_api_v3/interests_spec.rb +1 -3
- data/spec/mailchimp_api_v3/list_spec.rb +2 -4
- data/spec/mailchimp_api_v3/lists_spec.rb +2 -4
- data/spec/mailchimp_api_v3/member_spec.rb +1 -3
- data/spec/mailchimp_api_v3/members_spec.rb +5 -7
- data/spec/mailchimp_spec.rb +1 -3
- data/spec/spec_helper.rb +3 -8
- data/spec/support/api_key.rb +1 -0
- data/spec/support/vcr_setup.rb +3 -1
- metadata +19 -4
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https
|
5
|
+
uri: https://us11.api.mailchimp.com/3.0/lists?count=500&exclude_fields=lists._links,_links&offset=0
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -11,10 +11,12 @@ http_interactions:
|
|
11
11
|
- "*/*; q=0.5, application/xml"
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip, deflate
|
14
|
-
Authorization:
|
15
|
-
- apikey <%= ENV['MAILCHIMP_API_KEY'] %>
|
16
14
|
User-Agent:
|
17
15
|
- Mailchimp API v3 Ruby gem https://rubygems.org/gems/mailchimp_api_v3
|
16
|
+
Authorization:
|
17
|
+
- apikey 4e17ffe30d01da94c1615c4b587b3732-us11
|
18
|
+
Host:
|
19
|
+
- us11.api.mailchimp.com
|
18
20
|
response:
|
19
21
|
status:
|
20
22
|
code: 200
|
@@ -25,28 +27,41 @@ http_interactions:
|
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Content-Length:
|
28
|
-
- '
|
30
|
+
- '4701'
|
29
31
|
X-Request-Id:
|
30
|
-
-
|
32
|
+
- 5e768e0b-cbb0-4ae7-a882-ec36e2b817c9
|
31
33
|
Link:
|
32
|
-
- <https
|
34
|
+
- <https://us11.api.mailchimp.com/schema/3.0/Lists/Collection.json>; rel="describedBy"
|
33
35
|
Vary:
|
34
36
|
- Accept-Encoding
|
35
37
|
Date:
|
36
|
-
-
|
38
|
+
- Thu, 04 Aug 2016 15:07:58 GMT
|
37
39
|
Connection:
|
38
40
|
- keep-alive
|
41
|
+
Set-Cookie:
|
42
|
+
- _AVESTA_ENVIRONMENT=prod; path=/
|
39
43
|
body:
|
40
44
|
encoding: ASCII-8BIT
|
41
45
|
string: '{"lists":[{"id":"e73f5910ca","name":"My first list","contact":{"company":"InSite
|
42
46
|
Arts","address1":"300 Burdett Road","address2":"London","city":"London","state":"","zip":"E14
|
43
|
-
7DQ","country":"
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
+
7DQ","country":"GB","phone":"07917153555"},"permission_reminder":"Opt-in only","use_archive_bar":true,"campaign_defaults":{"from_name":"Sam
|
48
|
+
Sayers","from_email":"sam@sayers.cc","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2015-06-27T14:49:18+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/brGTO9","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=e73f5910ca","beamer_address":"us11-6692a2b3c3-bcd2a8b144@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":3,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":3,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":2,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2016-08-04T14:56:19+00:00","last_unsub_date":""}},{"id":"71937ea346","name":"My
|
49
|
+
second list","contact":{"company":"InSite Arts","address1":"300 Burdett Road","address2":"London","city":"London","state":"Select
|
50
|
+
One","zip":"E14 7DQ","country":"GB","phone":"02075372125"},"permission_reminder":"Test
|
51
|
+
list for Xenapto testing","use_archive_bar":true,"campaign_defaults":{"from_name":"Sam
|
52
|
+
Sayers","from_email":"sam@insitearts.com","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2015-07-09T10:17:28+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/bsNMtP","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=71937ea346","beamer_address":"us11-6692a2b3c3-e843e438a6@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":1,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":0,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":2,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2015-07-09T13:32:01+00:00","last_unsub_date":""}},{"id":"3f19e5d463","name":"My
|
53
|
+
third list","contact":{"company":"InSite Arts","address1":"300 Burdett Road","address2":"London","city":"London","state":"Select
|
54
|
+
One","zip":"E14 7DQ","country":"GB","phone":"02075372125"},"permission_reminder":"For
|
55
|
+
xenapto testing","use_archive_bar":true,"campaign_defaults":{"from_name":"Sam
|
56
|
+
Sayers","from_email":"sam@insitearts.com","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2015-07-12T16:45:11+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/bs3cI1","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=3f19e5d463","beamer_address":"us11-6692a2b3c3-8e485f6d99@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":4,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":0,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":2,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2015-07-14T11:28:57+00:00","last_unsub_date":""}},{"id":"a4598b5a35","name":"API
|
57
|
+
test list","contact":{"company":"administrator@xenapto.com","address1":"300
|
58
|
+
Burdett Road","address2":"London","city":"London","state":"","zip":"E14 7DQ","country":"GB","phone":""},"permission_reminder":"You
|
59
|
+
are test data for our API","use_archive_bar":true,"campaign_defaults":{"from_name":"Administrator","from_email":"administrator@xenapto.com","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2016-08-04T14:34:58+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/cauBmn","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=a4598b5a35","beamer_address":"us11-6692a2b3c3-3353aeaf0d@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":19,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":0,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":7,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2015-11-03T14:19:51+00:00","last_unsub_date":""}}],"total_items":4}'
|
60
|
+
http_version:
|
61
|
+
recorded_at: Thu, 04 Aug 2016 15:07:58 GMT
|
47
62
|
- request:
|
48
63
|
method: get
|
49
|
-
uri: https
|
64
|
+
uri: https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/interest-categories?count=500&exclude_fields=categories._links,_links&offset=0
|
50
65
|
body:
|
51
66
|
encoding: US-ASCII
|
52
67
|
string: ''
|
@@ -55,54 +70,12 @@ http_interactions:
|
|
55
70
|
- "*/*; q=0.5, application/xml"
|
56
71
|
Accept-Encoding:
|
57
72
|
- gzip, deflate
|
58
|
-
Authorization:
|
59
|
-
- apikey <%= ENV['MAILCHIMP_API_KEY'] %>
|
60
73
|
User-Agent:
|
61
74
|
- Mailchimp API v3 Ruby gem https://rubygems.org/gems/mailchimp_api_v3
|
62
|
-
response:
|
63
|
-
status:
|
64
|
-
code: 200
|
65
|
-
message: OK
|
66
|
-
headers:
|
67
|
-
Server:
|
68
|
-
- nginx
|
69
|
-
Content-Type:
|
70
|
-
- application/json; charset=utf-8
|
71
|
-
Content-Length:
|
72
|
-
- '1324'
|
73
|
-
X-Request-Id:
|
74
|
-
- 6c47e88e-5106-45ad-91eb-e07f78e9d2a6
|
75
|
-
Link:
|
76
|
-
- <https://<%= ENV['MAILCHIMP_DC'] %>.api.mailchimp.com/schema/3.0/Lists/Members/Collection.json>;
|
77
|
-
rel="describedBy"
|
78
|
-
Vary:
|
79
|
-
- Accept-Encoding
|
80
|
-
Date:
|
81
|
-
- Tue, 07 Jul 2015 11:29:26 GMT
|
82
|
-
Connection:
|
83
|
-
- keep-alive
|
84
|
-
body:
|
85
|
-
encoding: ASCII-8BIT
|
86
|
-
string: '{"members":[{"id":"140b91c107d2058dee730e75be0b1151","email_address":"ann@sayers.cc","unique_email_id":"37a55cdc48","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"Ann","LNAME":"Example"},"interests":{"cd5e23403e":false,"267f1b5a2d":false,"28085c702c":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27
|
87
|
-
14:50:15","member_rating":2,"last_changed":"2015-07-07T11:29:25+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"},{"id":"a81216d35b4cbfa18632867228be02da","email_address":"bob@sayers.cc","unique_email_id":"3f73c23e26","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"Bob","LNAME":"Example"},"interests":{"cd5e23403e":false,"267f1b5a2d":false,"28085c702c":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27
|
88
|
-
14:50:39","member_rating":2,"last_changed":"2015-06-27T14:50:39+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"}],"list_id":"e73f5910ca","total_items":2}'
|
89
|
-
http_version:
|
90
|
-
recorded_at: Tue, 07 Jul 2015 11:29:26 GMT
|
91
|
-
- request:
|
92
|
-
method: get
|
93
|
-
uri: https://<%= ENV['MAILCHIMP_DC'] %>.api.mailchimp.com/3.0/lists/e73f5910ca/interest-categories?count=500&exclude_fields=categories._links,_links&offset=0
|
94
|
-
body:
|
95
|
-
encoding: US-ASCII
|
96
|
-
string: ''
|
97
|
-
headers:
|
98
|
-
Accept:
|
99
|
-
- "*/*; q=0.5, application/xml"
|
100
|
-
Accept-Encoding:
|
101
|
-
- gzip, deflate
|
102
75
|
Authorization:
|
103
|
-
- apikey
|
104
|
-
|
105
|
-
-
|
76
|
+
- apikey 4e17ffe30d01da94c1615c4b587b3732-us11
|
77
|
+
Host:
|
78
|
+
- us11.api.mailchimp.com
|
106
79
|
response:
|
107
80
|
status:
|
108
81
|
code: 200
|
@@ -113,69 +86,28 @@ http_interactions:
|
|
113
86
|
Content-Type:
|
114
87
|
- application/json; charset=utf-8
|
115
88
|
Content-Length:
|
116
|
-
- '
|
89
|
+
- '241'
|
117
90
|
X-Request-Id:
|
118
|
-
-
|
91
|
+
- ff4c23e2-0a52-498e-95bb-6e7156619017
|
119
92
|
Link:
|
120
|
-
- <https
|
93
|
+
- <https://us11.api.mailchimp.com/schema/3.0/Lists/InterestCategories/Collection.json>;
|
121
94
|
rel="describedBy"
|
122
95
|
Vary:
|
123
96
|
- Accept-Encoding
|
124
97
|
Date:
|
125
|
-
-
|
126
|
-
Connection:
|
127
|
-
- keep-alive
|
128
|
-
body:
|
129
|
-
encoding: ASCII-8BIT
|
130
|
-
string: '{"list_id":"e73f5910ca","categories":[{"list_id":"e73f5910ca","id":"2ce011eb68","title":"Colours","display_order":0,"type":"checkboxes"},{"list_id":"e73f5910ca","id":"c3e5df13e2","title":"Eye
|
131
|
-
color","display_order":1,"type":"dropdown"},{"list_id":"e73f5910ca","id":"3b3d29c068","title":"Sex","display_order":3,"type":"radio"},{"list_id":"e73f5910ca","id":"d1b39120f9","title":"Colors","display_order":4,"type":"checkboxes"},{"list_id":"e73f5910ca","id":"4c2d95bf04","title":"Days","display_order":5,"type":"checkboxes"}],"total_items":5}'
|
132
|
-
http_version:
|
133
|
-
recorded_at: Tue, 07 Jul 2015 11:29:26 GMT
|
134
|
-
- request:
|
135
|
-
method: get
|
136
|
-
uri: https://<%= ENV['MAILCHIMP_DC'] %>.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151
|
137
|
-
body:
|
138
|
-
encoding: US-ASCII
|
139
|
-
string: ''
|
140
|
-
headers:
|
141
|
-
Accept:
|
142
|
-
- "*/*; q=0.5, application/xml"
|
143
|
-
Accept-Encoding:
|
144
|
-
- gzip, deflate
|
145
|
-
Authorization:
|
146
|
-
- apikey <%= ENV['MAILCHIMP_API_KEY'] %>
|
147
|
-
User-Agent:
|
148
|
-
- Mailchimp API v3 Ruby gem https://rubygems.org/gems/mailchimp_api_v3
|
149
|
-
response:
|
150
|
-
status:
|
151
|
-
code: 200
|
152
|
-
message: OK
|
153
|
-
headers:
|
154
|
-
Server:
|
155
|
-
- nginx
|
156
|
-
Content-Type:
|
157
|
-
- application/json; charset=utf-8
|
158
|
-
Content-Length:
|
159
|
-
- '2120'
|
160
|
-
X-Request-Id:
|
161
|
-
- f3d55dd1-f9fe-42c0-85b3-a2d48d349e55
|
162
|
-
Link:
|
163
|
-
- <https://<%= ENV['MAILCHIMP_DC'] %>.api.mailchimp.com/schema/3.0/Lists/Members/Instance.json>; rel="describedBy"
|
164
|
-
Vary:
|
165
|
-
- Accept-Encoding
|
166
|
-
Date:
|
167
|
-
- Tue, 07 Jul 2015 11:29:27 GMT
|
98
|
+
- Thu, 04 Aug 2016 15:07:58 GMT
|
168
99
|
Connection:
|
169
100
|
- keep-alive
|
101
|
+
Set-Cookie:
|
102
|
+
- _AVESTA_ENVIRONMENT=prod; path=/
|
170
103
|
body:
|
171
104
|
encoding: ASCII-8BIT
|
172
|
-
string: '{"
|
173
|
-
|
174
|
-
|
175
|
-
recorded_at: Tue, 07 Jul 2015 11:29:27 GMT
|
105
|
+
string: '{"list_id":"e73f5910ca","categories":[{"list_id":"e73f5910ca","id":"f349987e8f","title":"Sex","display_order":0,"type":"radio"},{"list_id":"e73f5910ca","id":"7b24b8a11a","title":"Days","display_order":1,"type":"checkboxes"}],"total_items":2}'
|
106
|
+
http_version:
|
107
|
+
recorded_at: Thu, 04 Aug 2016 15:07:58 GMT
|
176
108
|
- request:
|
177
109
|
method: get
|
178
|
-
uri: https
|
110
|
+
uri: https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members?count=500&exclude_fields=members._links,_links&offset=0
|
179
111
|
body:
|
180
112
|
encoding: US-ASCII
|
181
113
|
string: ''
|
@@ -184,54 +116,12 @@ http_interactions:
|
|
184
116
|
- "*/*; q=0.5, application/xml"
|
185
117
|
Accept-Encoding:
|
186
118
|
- gzip, deflate
|
187
|
-
Authorization:
|
188
|
-
- apikey <%= ENV['MAILCHIMP_API_KEY'] %>
|
189
119
|
User-Agent:
|
190
120
|
- Mailchimp API v3 Ruby gem https://rubygems.org/gems/mailchimp_api_v3
|
191
|
-
response:
|
192
|
-
status:
|
193
|
-
code: 200
|
194
|
-
message: OK
|
195
|
-
headers:
|
196
|
-
Server:
|
197
|
-
- nginx
|
198
|
-
Content-Type:
|
199
|
-
- application/json; charset=utf-8
|
200
|
-
Content-Length:
|
201
|
-
- '1173'
|
202
|
-
X-Request-Id:
|
203
|
-
- 7a1c4e60-2ab4-4ce4-9c61-a63a08678de4
|
204
|
-
Link:
|
205
|
-
- <https://<%= ENV['MAILCHIMP_DC'] %>.api.mailchimp.com/schema/3.0/Lists/Collection.json>; rel="describedBy"
|
206
|
-
Vary:
|
207
|
-
- Accept-Encoding
|
208
|
-
Date:
|
209
|
-
- Wed, 08 Jul 2015 15:15:34 GMT
|
210
|
-
Connection:
|
211
|
-
- keep-alive
|
212
|
-
body:
|
213
|
-
encoding: ASCII-8BIT
|
214
|
-
string: '{"lists":[{"id":"e73f5910ca","name":"My first list","contact":{"company":"InSite
|
215
|
-
Arts","address1":"300 Burdett Road","address2":"London","city":"London","state":"","zip":"E14
|
216
|
-
7DQ","country":"262","phone":"07917153555"},"permission_reminder":"Opt-in
|
217
|
-
only","use_archive_bar":true,"campaign_defaults":{"from_name":"Sam Sayers","from_email":"sam@sayers.cc","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2015-06-27T14:49:18+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/brGTO9","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=e73f5910ca","beamer_address":"us11-6692a2b3c3-bcd2a8b144@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":2,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":2,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":2,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2015-06-27T14:50:39+00:00","last_unsub_date":""}}],"total_items":1}'
|
218
|
-
http_version:
|
219
|
-
recorded_at: Wed, 08 Jul 2015 15:15:34 GMT
|
220
|
-
- request:
|
221
|
-
method: get
|
222
|
-
uri: https://<%= ENV['MAILCHIMP_DC'] %>.api.mailchimp.com/3.0/lists/e73f5910ca/members?count=500&exclude_fields=members._links,_links&offset=0
|
223
|
-
body:
|
224
|
-
encoding: US-ASCII
|
225
|
-
string: ''
|
226
|
-
headers:
|
227
|
-
Accept:
|
228
|
-
- "*/*; q=0.5, application/xml"
|
229
|
-
Accept-Encoding:
|
230
|
-
- gzip, deflate
|
231
121
|
Authorization:
|
232
|
-
- apikey
|
233
|
-
|
234
|
-
-
|
122
|
+
- apikey 4e17ffe30d01da94c1615c4b587b3732-us11
|
123
|
+
Host:
|
124
|
+
- us11.api.mailchimp.com
|
235
125
|
response:
|
236
126
|
status:
|
237
127
|
code: 200
|
@@ -242,28 +132,28 @@ http_interactions:
|
|
242
132
|
Content-Type:
|
243
133
|
- application/json; charset=utf-8
|
244
134
|
Content-Length:
|
245
|
-
- '
|
135
|
+
- '1873'
|
246
136
|
X-Request-Id:
|
247
|
-
-
|
137
|
+
- ba970b72-d729-4ef4-b939-23b3df965e40
|
248
138
|
Link:
|
249
|
-
- <https
|
139
|
+
- <https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Collection.json>;
|
250
140
|
rel="describedBy"
|
251
141
|
Vary:
|
252
142
|
- Accept-Encoding
|
253
143
|
Date:
|
254
|
-
-
|
144
|
+
- Thu, 04 Aug 2016 15:07:58 GMT
|
255
145
|
Connection:
|
256
146
|
- keep-alive
|
147
|
+
Set-Cookie:
|
148
|
+
- _AVESTA_ENVIRONMENT=prod; path=/
|
257
149
|
body:
|
258
150
|
encoding: ASCII-8BIT
|
259
|
-
string: '{"members":[{"id":"140b91c107d2058dee730e75be0b1151","email_address":"ann@sayers.cc","unique_email_id":"37a55cdc48","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"
|
260
|
-
|
261
|
-
|
262
|
-
http_version:
|
263
|
-
recorded_at: Wed, 08 Jul 2015 15:15:34 GMT
|
151
|
+
string: '{"members":[{"id":"140b91c107d2058dee730e75be0b1151","email_address":"ann@sayers.cc","unique_email_id":"37a55cdc48","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"William","LNAME":"Bonkers"},"interests":{"56b7d77fbd":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27T14:50:15+00:00","member_rating":2,"last_changed":"2016-08-04T14:57:23+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"},{"id":"a81216d35b4cbfa18632867228be02da","email_address":"bob@sayers.cc","unique_email_id":"3f73c23e26","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"Bob","LNAME":"Example"},"interests":{"56b7d77fbd":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27T14:50:39+00:00","member_rating":2,"last_changed":"2015-06-27T14:50:39+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"},{"id":"b84d50ba2a40fdbca8e2771b9a5b94fb","email_address":"cat@sayers.cc","unique_email_id":"223c7a01d2","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"Catherine","LNAME":"Sayers"},"interests":{"56b7d77fbd":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"85.92.193.106","timestamp_opt":"2016-08-04T14:56:19+00:00","member_rating":2,"last_changed":"2016-08-04T14:56:21+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"}],"list_id":"e73f5910ca","total_items":3}'
|
152
|
+
http_version:
|
153
|
+
recorded_at: Thu, 04 Aug 2016 15:07:58 GMT
|
264
154
|
- request:
|
265
155
|
method: get
|
266
|
-
uri: https
|
156
|
+
uri: https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members?count=500&exclude_fields=members._links,_links&offset=0
|
267
157
|
body:
|
268
158
|
encoding: US-ASCII
|
269
159
|
string: ''
|
@@ -272,54 +162,12 @@ http_interactions:
|
|
272
162
|
- "*/*; q=0.5, application/xml"
|
273
163
|
Accept-Encoding:
|
274
164
|
- gzip, deflate
|
275
|
-
Authorization:
|
276
|
-
- apikey <%= ENV['MAILCHIMP_API_KEY'] %>
|
277
165
|
User-Agent:
|
278
166
|
- Mailchimp API v3 Ruby gem https://rubygems.org/gems/mailchimp_api_v3
|
279
|
-
response:
|
280
|
-
status:
|
281
|
-
code: 200
|
282
|
-
message: OK
|
283
|
-
headers:
|
284
|
-
Server:
|
285
|
-
- nginx
|
286
|
-
Content-Type:
|
287
|
-
- application/json; charset=utf-8
|
288
|
-
Content-Length:
|
289
|
-
- '1248'
|
290
|
-
X-Request-Id:
|
291
|
-
- f9d7a11e-0935-41b7-abae-1bda642326c2
|
292
|
-
Link:
|
293
|
-
- <https://<%= ENV['MAILCHIMP_DC'] %>.api.mailchimp.com/schema/3.0/Lists/Members/Collection.json>;
|
294
|
-
rel="describedBy"
|
295
|
-
Vary:
|
296
|
-
- Accept-Encoding
|
297
|
-
Date:
|
298
|
-
- Wed, 08 Jul 2015 15:15:34 GMT
|
299
|
-
Connection:
|
300
|
-
- keep-alive
|
301
|
-
body:
|
302
|
-
encoding: ASCII-8BIT
|
303
|
-
string: '{"members":[{"id":"140b91c107d2058dee730e75be0b1151","email_address":"ann@sayers.cc","unique_email_id":"37a55cdc48","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"Ann","LNAME":"Example"},"interests":{"ca7ab24b53":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27
|
304
|
-
14:50:15","member_rating":2,"last_changed":"2015-07-07T12:05:57+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"},{"id":"a81216d35b4cbfa18632867228be02da","email_address":"bob@sayers.cc","unique_email_id":"3f73c23e26","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"Bob","LNAME":"Example"},"interests":{"ca7ab24b53":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27
|
305
|
-
14:50:39","member_rating":2,"last_changed":"2015-06-27T14:50:39+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"}],"list_id":"e73f5910ca","total_items":2}'
|
306
|
-
http_version:
|
307
|
-
recorded_at: Wed, 08 Jul 2015 15:15:34 GMT
|
308
|
-
- request:
|
309
|
-
method: get
|
310
|
-
uri: https://<%= ENV['MAILCHIMP_DC'] %>.api.mailchimp.com/3.0/lists/e73f5910ca/interest-categories?count=500&exclude_fields=categories._links,_links&offset=0
|
311
|
-
body:
|
312
|
-
encoding: US-ASCII
|
313
|
-
string: ''
|
314
|
-
headers:
|
315
|
-
Accept:
|
316
|
-
- "*/*; q=0.5, application/xml"
|
317
|
-
Accept-Encoding:
|
318
|
-
- gzip, deflate
|
319
167
|
Authorization:
|
320
|
-
- apikey
|
321
|
-
|
322
|
-
-
|
168
|
+
- apikey 4e17ffe30d01da94c1615c4b587b3732-us11
|
169
|
+
Host:
|
170
|
+
- us11.api.mailchimp.com
|
323
171
|
response:
|
324
172
|
status:
|
325
173
|
code: 200
|
@@ -330,26 +178,28 @@ http_interactions:
|
|
330
178
|
Content-Type:
|
331
179
|
- application/json; charset=utf-8
|
332
180
|
Content-Length:
|
333
|
-
- '
|
181
|
+
- '1873'
|
334
182
|
X-Request-Id:
|
335
|
-
-
|
183
|
+
- a9858c4b-0a39-4b36-821b-57663de7aa71
|
336
184
|
Link:
|
337
|
-
- <https
|
185
|
+
- <https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Collection.json>;
|
338
186
|
rel="describedBy"
|
339
187
|
Vary:
|
340
188
|
- Accept-Encoding
|
341
189
|
Date:
|
342
|
-
-
|
190
|
+
- Thu, 04 Aug 2016 15:07:59 GMT
|
343
191
|
Connection:
|
344
192
|
- keep-alive
|
193
|
+
Set-Cookie:
|
194
|
+
- _AVESTA_ENVIRONMENT=prod; path=/
|
345
195
|
body:
|
346
196
|
encoding: ASCII-8BIT
|
347
|
-
string: '{"
|
348
|
-
http_version:
|
349
|
-
recorded_at:
|
197
|
+
string: '{"members":[{"id":"140b91c107d2058dee730e75be0b1151","email_address":"ann@sayers.cc","unique_email_id":"37a55cdc48","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"William","LNAME":"Bonkers"},"interests":{"56b7d77fbd":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27T14:50:15+00:00","member_rating":2,"last_changed":"2016-08-04T14:57:23+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"},{"id":"a81216d35b4cbfa18632867228be02da","email_address":"bob@sayers.cc","unique_email_id":"3f73c23e26","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"Bob","LNAME":"Example"},"interests":{"56b7d77fbd":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27T14:50:39+00:00","member_rating":2,"last_changed":"2015-06-27T14:50:39+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"},{"id":"b84d50ba2a40fdbca8e2771b9a5b94fb","email_address":"cat@sayers.cc","unique_email_id":"223c7a01d2","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"Catherine","LNAME":"Sayers"},"interests":{"56b7d77fbd":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"85.92.193.106","timestamp_opt":"2016-08-04T14:56:19+00:00","member_rating":2,"last_changed":"2016-08-04T14:56:21+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca"}],"list_id":"e73f5910ca","total_items":3}'
|
198
|
+
http_version:
|
199
|
+
recorded_at: Thu, 04 Aug 2016 15:07:59 GMT
|
350
200
|
- request:
|
351
201
|
method: get
|
352
|
-
uri: https
|
202
|
+
uri: https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151
|
353
203
|
body:
|
354
204
|
encoding: US-ASCII
|
355
205
|
string: ''
|
@@ -358,10 +208,12 @@ http_interactions:
|
|
358
208
|
- "*/*; q=0.5, application/xml"
|
359
209
|
Accept-Encoding:
|
360
210
|
- gzip, deflate
|
361
|
-
Authorization:
|
362
|
-
- apikey <%= ENV['MAILCHIMP_API_KEY'] %>
|
363
211
|
User-Agent:
|
364
212
|
- Mailchimp API v3 Ruby gem https://rubygems.org/gems/mailchimp_api_v3
|
213
|
+
Authorization:
|
214
|
+
- apikey 4e17ffe30d01da94c1615c4b587b3732-us11
|
215
|
+
Host:
|
216
|
+
- us11.api.mailchimp.com
|
365
217
|
response:
|
366
218
|
status:
|
367
219
|
code: 200
|
@@ -372,21 +224,23 @@ http_interactions:
|
|
372
224
|
Content-Type:
|
373
225
|
- application/json; charset=utf-8
|
374
226
|
Content-Length:
|
375
|
-
- '
|
227
|
+
- '2395'
|
376
228
|
X-Request-Id:
|
377
|
-
-
|
229
|
+
- a8e3914d-460f-4a67-801a-3a11826e3b0d
|
378
230
|
Link:
|
379
|
-
- <https
|
231
|
+
- <https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Instance.json>; rel="describedBy",
|
232
|
+
<https://us11.admin.mailchimp.com/lists/members/view?id=53829821>; rel="dashboard"
|
380
233
|
Vary:
|
381
234
|
- Accept-Encoding
|
382
235
|
Date:
|
383
|
-
-
|
236
|
+
- Thu, 04 Aug 2016 15:07:59 GMT
|
384
237
|
Connection:
|
385
238
|
- keep-alive
|
239
|
+
Set-Cookie:
|
240
|
+
- _AVESTA_ENVIRONMENT=prod; path=/
|
386
241
|
body:
|
387
242
|
encoding: ASCII-8BIT
|
388
|
-
string: '{"id":"140b91c107d2058dee730e75be0b1151","email_address":"ann@sayers.cc","unique_email_id":"37a55cdc48","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
recorded_with: VCR 2.9.3
|
243
|
+
string: '{"id":"140b91c107d2058dee730e75be0b1151","email_address":"ann@sayers.cc","unique_email_id":"37a55cdc48","email_type":"html","status":"subscribed","merge_fields":{"FNAME":"William","LNAME":"Bonkers"},"interests":{"56b7d77fbd":false},"stats":{"avg_open_rate":0,"avg_click_rate":0},"ip_signup":"","timestamp_signup":"","ip_opt":"86.163.13.133","timestamp_opt":"2015-06-27T14:50:15+00:00","member_rating":2,"last_changed":"2016-08-04T14:57:23+00:00","language":"","vip":false,"email_client":"","location":{"latitude":0,"longitude":0,"gmtoff":0,"dstoff":0,"country_code":"","timezone":""},"list_id":"e73f5910ca","_links":[{"rel":"self","href":"https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151","method":"GET","targetSchema":"https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Instance.json"},{"rel":"parent","href":"https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members","method":"GET","targetSchema":"https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Collection.json","schema":"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/Members.json"},{"rel":"update","href":"https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151","method":"PATCH","schema":"https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Instance.json"},{"rel":"upsert","href":"https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151","method":"PUT","schema":"https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Instance.json"},{"rel":"delete","href":"https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151","method":"DELETE"},{"rel":"activity","href":"https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151/activity","method":"GET","targetSchema":"https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Activity/Collection.json"},{"rel":"goals","href":"https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151/goals","method":"GET","targetSchema":"https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Goals/Collection.json"},{"rel":"notes","href":"https://us11.api.mailchimp.com/3.0/lists/e73f5910ca/members/140b91c107d2058dee730e75be0b1151/notes","method":"GET","targetSchema":"https://us11.api.mailchimp.com/schema/3.0/Lists/Members/Notes/Collection.json"}]}'
|
244
|
+
http_version:
|
245
|
+
recorded_at: Thu, 04 Aug 2016 15:07:59 GMT
|
246
|
+
recorded_with: VCR 3.0.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https
|
5
|
+
uri: https://us11.api.mailchimp.com/3.0/lists?count=500&exclude_fields=lists._links,_links&offset=0
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -11,10 +11,12 @@ http_interactions:
|
|
11
11
|
- "*/*; q=0.5, application/xml"
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip, deflate
|
14
|
-
Authorization:
|
15
|
-
- apikey <%= ENV['MAILCHIMP_API_KEY'] %>
|
16
14
|
User-Agent:
|
17
15
|
- Mailchimp API v3 Ruby gem https://rubygems.org/gems/mailchimp_api_v3
|
16
|
+
Authorization:
|
17
|
+
- apikey 4e17ffe30d01da94c1615c4b587b3732-us11
|
18
|
+
Host:
|
19
|
+
- us11.api.mailchimp.com
|
18
20
|
response:
|
19
21
|
status:
|
20
22
|
code: 200
|
@@ -25,23 +27,36 @@ http_interactions:
|
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Content-Length:
|
28
|
-
- '
|
30
|
+
- '4701'
|
29
31
|
X-Request-Id:
|
30
|
-
-
|
32
|
+
- b71e4d31-4750-41ae-8808-b5e21c2b084a
|
31
33
|
Link:
|
32
|
-
- <https
|
34
|
+
- <https://us11.api.mailchimp.com/schema/3.0/Lists/Collection.json>; rel="describedBy"
|
33
35
|
Vary:
|
34
36
|
- Accept-Encoding
|
35
37
|
Date:
|
36
|
-
-
|
38
|
+
- Thu, 04 Aug 2016 14:56:43 GMT
|
37
39
|
Connection:
|
38
40
|
- keep-alive
|
41
|
+
Set-Cookie:
|
42
|
+
- _AVESTA_ENVIRONMENT=prod; path=/
|
39
43
|
body:
|
40
44
|
encoding: ASCII-8BIT
|
41
45
|
string: '{"lists":[{"id":"e73f5910ca","name":"My first list","contact":{"company":"InSite
|
42
46
|
Arts","address1":"300 Burdett Road","address2":"London","city":"London","state":"","zip":"E14
|
43
|
-
7DQ","country":"
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
47
|
+
7DQ","country":"GB","phone":"07917153555"},"permission_reminder":"Opt-in only","use_archive_bar":true,"campaign_defaults":{"from_name":"Sam
|
48
|
+
Sayers","from_email":"sam@sayers.cc","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2015-06-27T14:49:18+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/brGTO9","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=e73f5910ca","beamer_address":"us11-6692a2b3c3-bcd2a8b144@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":3,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":3,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":2,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2016-08-04T14:56:19+00:00","last_unsub_date":""}},{"id":"71937ea346","name":"My
|
49
|
+
second list","contact":{"company":"InSite Arts","address1":"300 Burdett Road","address2":"London","city":"London","state":"Select
|
50
|
+
One","zip":"E14 7DQ","country":"GB","phone":"02075372125"},"permission_reminder":"Test
|
51
|
+
list for Xenapto testing","use_archive_bar":true,"campaign_defaults":{"from_name":"Sam
|
52
|
+
Sayers","from_email":"sam@insitearts.com","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2015-07-09T10:17:28+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/bsNMtP","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=71937ea346","beamer_address":"us11-6692a2b3c3-e843e438a6@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":1,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":0,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":2,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2015-07-09T13:32:01+00:00","last_unsub_date":""}},{"id":"3f19e5d463","name":"My
|
53
|
+
third list","contact":{"company":"InSite Arts","address1":"300 Burdett Road","address2":"London","city":"London","state":"Select
|
54
|
+
One","zip":"E14 7DQ","country":"GB","phone":"02075372125"},"permission_reminder":"For
|
55
|
+
xenapto testing","use_archive_bar":true,"campaign_defaults":{"from_name":"Sam
|
56
|
+
Sayers","from_email":"sam@insitearts.com","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2015-07-12T16:45:11+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/bs3cI1","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=3f19e5d463","beamer_address":"us11-6692a2b3c3-8e485f6d99@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":4,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":0,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":2,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2015-07-14T11:28:57+00:00","last_unsub_date":""}},{"id":"a4598b5a35","name":"API
|
57
|
+
test list","contact":{"company":"administrator@xenapto.com","address1":"300
|
58
|
+
Burdett Road","address2":"London","city":"London","state":"","zip":"E14 7DQ","country":"GB","phone":""},"permission_reminder":"You
|
59
|
+
are test data for our API","use_archive_bar":true,"campaign_defaults":{"from_name":"Administrator","from_email":"administrator@xenapto.com","subject":"","language":"en"},"notify_on_subscribe":"","notify_on_unsubscribe":"","date_created":"2016-08-04T14:34:58+00:00","list_rating":0,"email_type_option":false,"subscribe_url_short":"http://eepurl.com/cauBmn","subscribe_url_long":"http://insitearts.us11.list-manage.com/subscribe?u=1dbca289fd41b54838bcbb501&id=a4598b5a35","beamer_address":"us11-6692a2b3c3-3353aeaf0d@inbound.mailchimp.com","visibility":"pub","modules":[],"stats":{"member_count":19,"unsubscribe_count":0,"cleaned_count":0,"member_count_since_send":0,"unsubscribe_count_since_send":0,"cleaned_count_since_send":0,"campaign_count":0,"campaign_last_sent":"","merge_field_count":7,"avg_sub_rate":0,"avg_unsub_rate":0,"target_sub_rate":0,"open_rate":0,"click_rate":0,"last_sub_date":"2015-11-03T14:19:51+00:00","last_unsub_date":""}}],"total_items":4}'
|
60
|
+
http_version:
|
61
|
+
recorded_at: Thu, 04 Aug 2016 14:56:43 GMT
|
62
|
+
recorded_with: VCR 3.0.3
|