mailgun-ruby 1.3.1 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +27 -0
- data/README.md +1 -2
- data/docs/MessageBuilder.md +12 -0
- data/lib/mailgun/client.rb +2 -0
- data/lib/mailgun/domains/domains.rb +19 -0
- data/lib/mailgun/messages/message_builder.rb +12 -1
- data/lib/mailgun/version.rb +1 -1
- data/mailgun.gemspec +4 -2
- data/spec/integration/domains_spec.rb +95 -92
- data/spec/integration/email_validation_spec.rb +2 -1
- data/spec/integration/list_spec.rb +1 -1
- data/spec/integration/mailer_spec.rb +5 -5
- data/spec/integration/mailgun_spec.rb +9 -7
- data/spec/integration/routes_spec.rb +17 -1
- data/spec/integration/stats_spec.rb +1 -1
- data/spec/integration/unsubscribes_spec.rb +2 -2
- data/spec/integration/webhook_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -0
- data/spec/unit/events/events_spec.rb +1 -1
- data/spec/unit/messages/message_builder_spec.rb +1 -1
- data/vcr_cassettes/bounces.yml +29 -277
- data/vcr_cassettes/complaints.yml +66 -136
- data/vcr_cassettes/domains.yml +288 -1451
- data/vcr_cassettes/email_validation.yml +37 -229
- data/vcr_cassettes/events.yml +20 -792
- data/vcr_cassettes/exceptions.yml +1 -1
- data/vcr_cassettes/list_members.yml +66 -394
- data/vcr_cassettes/mailing_list.yml +8 -8
- data/vcr_cassettes/routes.yml +90 -398
- data/vcr_cassettes/stats.yml +3 -44
- data/vcr_cassettes/suppressions.yml +159 -1162
- data/vcr_cassettes/unsubscribes.yml +4 -4
- metadata +35 -11
- data/docs/Messages.md +0 -107
data/vcr_cassettes/routes.yml
CHANGED
@@ -2,375 +2,69 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: priority=10&description=Integration%20Test%20Route&expression=match_recipient(%22alice%40DOMAIN.TEST%22)&action=forward(%22.*%40DOMAIN.TEST%22)
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- "*/*; q=0.5, application/xml"
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
Content-Length:
|
15
|
-
- '213'
|
16
|
-
Content-Type:
|
17
|
-
- application/x-www-form-urlencoded
|
18
|
-
User-Agent:
|
19
|
-
- Ruby
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Server:
|
26
|
-
- nginx
|
27
|
-
Date:
|
28
|
-
- Fri, 08 Jan 2016 20:08:18 GMT
|
29
|
-
Content-Type:
|
30
|
-
- application/json
|
31
|
-
Content-Length:
|
32
|
-
- '402'
|
33
|
-
Connection:
|
34
|
-
- keep-alive
|
35
|
-
Content-Disposition:
|
36
|
-
- inline
|
37
|
-
Access-Control-Allow-Origin:
|
38
|
-
- "*"
|
39
|
-
Access-Control-Max-Age:
|
40
|
-
- '600'
|
41
|
-
Access-Control-Allow-Methods:
|
42
|
-
- GET, POST, PUT, DELETE, OPTIONS
|
43
|
-
Access-Control-Allow-Headers:
|
44
|
-
- Content-Type, x-requested-with
|
5
|
+
uri: https://api.mailgun.net/v3/routes
|
45
6
|
body:
|
46
7
|
encoding: UTF-8
|
47
|
-
string:
|
48
|
-
{
|
49
|
-
"message": "Route has been created",
|
50
|
-
"route": {
|
51
|
-
"actions": [
|
52
|
-
"forward(\".*@DOMAIN.TEST\")"
|
53
|
-
],
|
54
|
-
"created_at": "Fri, 08 Jan 2016 20:08:18 GMT",
|
55
|
-
"description": "Integration Test Route",
|
56
|
-
"expression": "match_recipient(\"alice@DOMAIN.TEST\")",
|
57
|
-
"id": "5690173212573000be30671e",
|
58
|
-
"priority": 10
|
59
|
-
}
|
60
|
-
}
|
61
|
-
http_version:
|
62
|
-
recorded_at: Fri, 08 Jan 2016 20:08:19 GMT
|
63
|
-
- request:
|
64
|
-
method: get
|
65
|
-
uri: https://api:<APIKEY>@api.mailgun.net/v3/routes?limit=50
|
66
|
-
body:
|
67
|
-
encoding: US-ASCII
|
68
|
-
string: ''
|
8
|
+
string: action=forward%28%22.%2A%40%22%29&description=Integration+Test+Route&expression=match_recipient%28%22alice%40%22%29&priority=10
|
69
9
|
headers:
|
70
|
-
Accept:
|
71
|
-
- "*/*"
|
72
|
-
Accept-Encoding:
|
73
|
-
- gzip, deflate
|
74
10
|
User-Agent:
|
75
|
-
-
|
76
|
-
response:
|
77
|
-
status:
|
78
|
-
code: 200
|
79
|
-
message: OK
|
80
|
-
headers:
|
81
|
-
Server:
|
82
|
-
- nginx
|
83
|
-
Date:
|
84
|
-
- Fri, 08 Jan 2016 20:08:18 GMT
|
85
|
-
Content-Type:
|
86
|
-
- application/json
|
87
|
-
Content-Length:
|
88
|
-
- '1155'
|
89
|
-
Connection:
|
90
|
-
- keep-alive
|
91
|
-
Content-Disposition:
|
92
|
-
- inline
|
93
|
-
Access-Control-Allow-Origin:
|
94
|
-
- "*"
|
95
|
-
Access-Control-Max-Age:
|
96
|
-
- '600'
|
97
|
-
Access-Control-Allow-Methods:
|
98
|
-
- GET, POST, PUT, DELETE, OPTIONS
|
99
|
-
Access-Control-Allow-Headers:
|
100
|
-
- Content-Type, x-requested-with
|
101
|
-
body:
|
102
|
-
encoding: UTF-8
|
103
|
-
string: |-
|
104
|
-
{
|
105
|
-
"items": [
|
106
|
-
{
|
107
|
-
"actions": [
|
108
|
-
"forward(\".*@DOMAIN.TEST\")"
|
109
|
-
],
|
110
|
-
"created_at": "Fri, 08 Jan 2016 20:08:18 GMT",
|
111
|
-
"description": "Integration Test Route",
|
112
|
-
"expression": "match_recipient(\"alice@DOMAIN.TEST\")",
|
113
|
-
"id": "5690173212573000be30671e",
|
114
|
-
"priority": 10
|
115
|
-
},
|
116
|
-
{
|
117
|
-
"actions": [
|
118
|
-
"forward(\".*@DOMAIN.TEST\")"
|
119
|
-
],
|
120
|
-
"created_at": "Fri, 08 Jan 2016 19:55:02 GMT",
|
121
|
-
"description": "Integration Test Route",
|
122
|
-
"expression": "match_recipient(\"alice@DOMAIN.TEST\")",
|
123
|
-
"id": "5690141612573000b69c0e35",
|
124
|
-
"priority": 10
|
125
|
-
},
|
126
|
-
{
|
127
|
-
"actions": [
|
128
|
-
"forward(\".*@DOMAIN.TEST\")"
|
129
|
-
],
|
130
|
-
"created_at": "Fri, 08 Jan 2016 19:53:50 GMT",
|
131
|
-
"description": "Integration Test Route",
|
132
|
-
"expression": "match_recipient(\"alice@DOMAIN.TEST\")",
|
133
|
-
"id": "569013ce11e2bdcea3fbcd1d",
|
134
|
-
"priority": 10
|
135
|
-
}
|
136
|
-
],
|
137
|
-
"total_count": 3
|
138
|
-
}
|
139
|
-
http_version:
|
140
|
-
recorded_at: Fri, 08 Jan 2016 20:08:19 GMT
|
141
|
-
- request:
|
142
|
-
method: get
|
143
|
-
uri: https://api:<APIKEY>@api.mailgun.net/v3/routes?limit=1
|
144
|
-
body:
|
145
|
-
encoding: US-ASCII
|
146
|
-
string: ''
|
147
|
-
headers:
|
11
|
+
- mailgun-sdk-ruby/1.3.2
|
148
12
|
Accept:
|
149
13
|
- "*/*"
|
14
|
+
Authorization:
|
15
|
+
- Basic xxx==
|
16
|
+
Content-Type:
|
17
|
+
- application/x-www-form-urlencoded
|
150
18
|
Accept-Encoding:
|
151
|
-
- gzip,
|
152
|
-
User-Agent:
|
153
|
-
- Ruby
|
19
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
154
20
|
response:
|
155
21
|
status:
|
156
22
|
code: 200
|
157
23
|
message: OK
|
158
24
|
headers:
|
159
|
-
|
160
|
-
-
|
161
|
-
Date:
|
162
|
-
- Fri, 08 Jan 2016 20:08:19 GMT
|
163
|
-
Content-Type:
|
164
|
-
- application/json
|
165
|
-
Content-Length:
|
166
|
-
- '411'
|
167
|
-
Connection:
|
168
|
-
- keep-alive
|
169
|
-
Content-Disposition:
|
170
|
-
- inline
|
25
|
+
Access-Control-Allow-Credentials:
|
26
|
+
- 'true'
|
171
27
|
Access-Control-Allow-Origin:
|
172
28
|
- "*"
|
173
|
-
|
174
|
-
-
|
175
|
-
Access-Control-Allow-Methods:
|
176
|
-
- GET, POST, PUT, DELETE, OPTIONS
|
177
|
-
Access-Control-Allow-Headers:
|
178
|
-
- Content-Type, x-requested-with
|
179
|
-
body:
|
180
|
-
encoding: UTF-8
|
181
|
-
string: |-
|
182
|
-
{
|
183
|
-
"items": [
|
184
|
-
{
|
185
|
-
"actions": [
|
186
|
-
"forward(\".*@DOMAIN.TEST\")"
|
187
|
-
],
|
188
|
-
"created_at": "Fri, 08 Jan 2016 20:08:18 GMT",
|
189
|
-
"description": "Integration Test Route",
|
190
|
-
"expression": "match_recipient(\"alice@DOMAIN.TEST\")",
|
191
|
-
"id": "5690173212573000be30671e",
|
192
|
-
"priority": 10
|
193
|
-
}
|
194
|
-
],
|
195
|
-
"total_count": 3
|
196
|
-
}
|
197
|
-
http_version:
|
198
|
-
recorded_at: Fri, 08 Jan 2016 20:08:19 GMT
|
199
|
-
- request:
|
200
|
-
method: get
|
201
|
-
uri: https://api:<APIKEY>@api.mailgun.net/v3/routes/5690173212573000be30671e
|
202
|
-
body:
|
203
|
-
encoding: US-ASCII
|
204
|
-
string: ''
|
205
|
-
headers:
|
206
|
-
Accept:
|
207
|
-
- "*/*"
|
208
|
-
Accept-Encoding:
|
209
|
-
- gzip, deflate
|
210
|
-
User-Agent:
|
211
|
-
- Ruby
|
212
|
-
response:
|
213
|
-
status:
|
214
|
-
code: 200
|
215
|
-
message: OK
|
216
|
-
headers:
|
217
|
-
Server:
|
218
|
-
- nginx
|
219
|
-
Date:
|
220
|
-
- Fri, 08 Jan 2016 20:08:19 GMT
|
221
|
-
Content-Type:
|
222
|
-
- application/json
|
223
|
-
Content-Length:
|
224
|
-
- '363'
|
225
|
-
Connection:
|
226
|
-
- keep-alive
|
29
|
+
Cache-Control:
|
30
|
+
- no-store
|
227
31
|
Content-Disposition:
|
228
32
|
- inline
|
229
|
-
Access-Control-Allow-Origin:
|
230
|
-
- "*"
|
231
|
-
Access-Control-Max-Age:
|
232
|
-
- '600'
|
233
|
-
Access-Control-Allow-Methods:
|
234
|
-
- GET, POST, PUT, DELETE, OPTIONS
|
235
|
-
Access-Control-Allow-Headers:
|
236
|
-
- Content-Type, x-requested-with
|
237
|
-
body:
|
238
|
-
encoding: UTF-8
|
239
|
-
string: |-
|
240
|
-
{
|
241
|
-
"route": {
|
242
|
-
"actions": [
|
243
|
-
"forward(\".*@DOMAIN.TEST\")"
|
244
|
-
],
|
245
|
-
"created_at": "Fri, 08 Jan 2016 20:08:18 GMT",
|
246
|
-
"description": "Integration Test Route",
|
247
|
-
"expression": "match_recipient(\"alice@DOMAIN.TEST\")",
|
248
|
-
"id": "5690173212573000be30671e",
|
249
|
-
"priority": 10
|
250
|
-
}
|
251
|
-
}
|
252
|
-
http_version:
|
253
|
-
recorded_at: Fri, 08 Jan 2016 20:08:19 GMT
|
254
|
-
- request:
|
255
|
-
method: put
|
256
|
-
uri: https://api:<APIKEY>@api.mailgun.net/v3/routes/5690173212573000be30671e
|
257
|
-
body:
|
258
|
-
encoding: US-ASCII
|
259
|
-
string: priority=10&description=Integration%20Test%20Route%20Update&expression=match_recipient(%22alice%40DOMAIN.TEST%22)&action=forward(%22.*%40DOMAIN.TEST%22)
|
260
|
-
headers:
|
261
|
-
Accept:
|
262
|
-
- "*/*; q=0.5, application/xml"
|
263
|
-
Accept-Encoding:
|
264
|
-
- gzip, deflate
|
265
33
|
Content-Length:
|
266
|
-
- '
|
267
|
-
Content-Type:
|
268
|
-
- application/x-www-form-urlencoded
|
269
|
-
User-Agent:
|
270
|
-
- Ruby
|
271
|
-
response:
|
272
|
-
status:
|
273
|
-
code: 200
|
274
|
-
message: OK
|
275
|
-
headers:
|
276
|
-
Server:
|
277
|
-
- nginx
|
278
|
-
Date:
|
279
|
-
- Fri, 08 Jan 2016 20:08:19 GMT
|
34
|
+
- '251'
|
280
35
|
Content-Type:
|
281
36
|
- application/json
|
282
|
-
|
283
|
-
-
|
284
|
-
|
285
|
-
-
|
286
|
-
|
287
|
-
-
|
288
|
-
|
289
|
-
-
|
290
|
-
|
291
|
-
-
|
292
|
-
Access-Control-Allow-Methods:
|
293
|
-
- GET, POST, PUT, DELETE, OPTIONS
|
294
|
-
Access-Control-Allow-Headers:
|
295
|
-
- Content-Type, x-requested-with
|
37
|
+
Date:
|
38
|
+
- Mon, 27 Jan 2025 17:45:19 GMT
|
39
|
+
Server:
|
40
|
+
- TwistedWeb/22.10.0
|
41
|
+
Strict-Transport-Security:
|
42
|
+
- max-age=63072000; includeSubDomains
|
43
|
+
X-Mailgun-Key-Id:
|
44
|
+
- c02fd0ba-d8dbad66
|
45
|
+
X-Xss-Protection:
|
46
|
+
- 1; mode=block
|
296
47
|
body:
|
297
48
|
encoding: UTF-8
|
298
|
-
string:
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
],
|
303
|
-
"created_at": "Fri, 08 Jan 2016 20:08:18 GMT",
|
304
|
-
"description": "Integration Test Route Update",
|
305
|
-
"expression": "match_recipient(\"alice@DOMAIN.TEST\")",
|
306
|
-
"id": "5690173212573000be30671e",
|
307
|
-
"message": "Route has been updated",
|
308
|
-
"priority": 10
|
309
|
-
}
|
49
|
+
string: '{"message":"Route has been created","route":{"actions":["forward(\".*@\")"],"created_at":"Mon,
|
50
|
+
27 Jan 2025 17:45:19 GMT","description":"Integration Test Route","expression":"match_recipient(\"alice@\")","id":"6797c62f6ee0a9fcb1ec5eee","priority":10}}
|
51
|
+
|
52
|
+
'
|
310
53
|
http_version:
|
311
|
-
recorded_at:
|
54
|
+
recorded_at: Mon, 27 Jan 2025 17:45:19 GMT
|
312
55
|
- request:
|
313
|
-
method:
|
314
|
-
uri: https://api
|
56
|
+
method: get
|
57
|
+
uri: https://api.mailgun.net/v3/routes?limit=50
|
315
58
|
body:
|
316
59
|
encoding: US-ASCII
|
317
60
|
string: ''
|
318
61
|
headers:
|
319
|
-
Accept:
|
320
|
-
- "*/*; q=0.5, application/xml"
|
321
|
-
Accept-Encoding:
|
322
|
-
- gzip, deflate
|
323
62
|
User-Agent:
|
324
|
-
-
|
325
|
-
response:
|
326
|
-
status:
|
327
|
-
code: 200
|
328
|
-
message: OK
|
329
|
-
headers:
|
330
|
-
Server:
|
331
|
-
- nginx
|
332
|
-
Date:
|
333
|
-
- Fri, 08 Jan 2016 20:08:19 GMT
|
334
|
-
Content-Type:
|
335
|
-
- application/json
|
336
|
-
Content-Length:
|
337
|
-
- '77'
|
338
|
-
Connection:
|
339
|
-
- keep-alive
|
340
|
-
Content-Disposition:
|
341
|
-
- inline
|
342
|
-
Access-Control-Allow-Origin:
|
343
|
-
- "*"
|
344
|
-
Access-Control-Max-Age:
|
345
|
-
- '600'
|
346
|
-
Access-Control-Allow-Methods:
|
347
|
-
- GET, POST, PUT, DELETE, OPTIONS
|
348
|
-
Access-Control-Allow-Headers:
|
349
|
-
- Content-Type, x-requested-with
|
350
|
-
body:
|
351
|
-
encoding: UTF-8
|
352
|
-
string: |-
|
353
|
-
{
|
354
|
-
"id": "5690173212573000be30671e",
|
355
|
-
"message": "Route has been deleted"
|
356
|
-
}
|
357
|
-
http_version:
|
358
|
-
recorded_at: Fri, 08 Jan 2016 20:08:20 GMT
|
359
|
-
- request:
|
360
|
-
method: post
|
361
|
-
uri: https://api.mailgun.net/v3/routes
|
362
|
-
body:
|
363
|
-
encoding: UTF-8
|
364
|
-
string: action=forward%28%22.%2A%40DOMAIN.TEST%22%29&description=Integration+Test+Route&expression=match_recipient%28%22alice%40DOMAIN.TEST%22%29&priority=10
|
365
|
-
headers:
|
366
|
-
User-Agent:
|
367
|
-
- mailgun-sdk-ruby/1.3.0
|
63
|
+
- mailgun-sdk-ruby/1.3.2
|
368
64
|
Accept:
|
369
65
|
- "*/*"
|
370
66
|
Authorization:
|
371
67
|
- Basic xxx==
|
372
|
-
Content-Type:
|
373
|
-
- application/x-www-form-urlencoded
|
374
68
|
Accept-Encoding:
|
375
69
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
376
70
|
response:
|
@@ -387,36 +81,36 @@ http_interactions:
|
|
387
81
|
Content-Disposition:
|
388
82
|
- inline
|
389
83
|
Content-Length:
|
390
|
-
- '
|
84
|
+
- '234'
|
391
85
|
Content-Type:
|
392
86
|
- application/json
|
393
87
|
Date:
|
394
|
-
-
|
88
|
+
- Mon, 27 Jan 2025 17:45:20 GMT
|
395
89
|
Server:
|
396
90
|
- TwistedWeb/22.10.0
|
397
91
|
Strict-Transport-Security:
|
398
92
|
- max-age=63072000; includeSubDomains
|
399
93
|
X-Mailgun-Key-Id:
|
400
|
-
-
|
94
|
+
- c02fd0ba-d8dbad66
|
401
95
|
X-Xss-Protection:
|
402
96
|
- 1; mode=block
|
403
97
|
body:
|
404
98
|
encoding: UTF-8
|
405
|
-
string: '{"
|
406
|
-
|
99
|
+
string: '{"items":[{"actions":["forward(\".*@\")"],"created_at":"Mon, 27 Jan
|
100
|
+
2025 17:45:19 GMT","description":"Integration Test Route","expression":"match_recipient(\"alice@\")","id":"6797c62f6ee0a9fcb1ec5eee","priority":10}],"total_count":1}
|
407
101
|
|
408
102
|
'
|
409
103
|
http_version:
|
410
|
-
recorded_at:
|
104
|
+
recorded_at: Mon, 27 Jan 2025 17:45:20 GMT
|
411
105
|
- request:
|
412
106
|
method: get
|
413
|
-
uri: https://api.mailgun.net/v3/routes?limit=
|
107
|
+
uri: https://api.mailgun.net/v3/routes?limit=1
|
414
108
|
body:
|
415
109
|
encoding: US-ASCII
|
416
110
|
string: ''
|
417
111
|
headers:
|
418
112
|
User-Agent:
|
419
|
-
- mailgun-sdk-ruby/1.3.
|
113
|
+
- mailgun-sdk-ruby/1.3.2
|
420
114
|
Accept:
|
421
115
|
- "*/*"
|
422
116
|
Authorization:
|
@@ -437,40 +131,36 @@ http_interactions:
|
|
437
131
|
Content-Disposition:
|
438
132
|
- inline
|
439
133
|
Content-Length:
|
440
|
-
- '
|
134
|
+
- '234'
|
441
135
|
Content-Type:
|
442
136
|
- application/json
|
443
137
|
Date:
|
444
|
-
-
|
138
|
+
- Mon, 27 Jan 2025 17:45:20 GMT
|
445
139
|
Server:
|
446
140
|
- TwistedWeb/22.10.0
|
447
141
|
Strict-Transport-Security:
|
448
142
|
- max-age=63072000; includeSubDomains
|
449
143
|
X-Mailgun-Key-Id:
|
450
|
-
-
|
144
|
+
- c02fd0ba-d8dbad66
|
451
145
|
X-Xss-Protection:
|
452
146
|
- 1; mode=block
|
453
147
|
body:
|
454
148
|
encoding: UTF-8
|
455
|
-
string: '{"items":[{"actions":[],"created_at":"Mon,
|
456
|
-
|
457
|
-
24 Jul 2023 11:28:21 GMT","description":"Sample route","expression":"match_recipient(''.*@sandbox8a33e7ac5fb74b4186ba64b030e88904.mailgun.org'')","id":"64be60550916aca1ab9b554a","priority":0},{"actions":["forward(\".*@DOMAIN.TEST\")"],"created_at":"Sun,
|
458
|
-
26 Jan 2025 07:29:31 GMT","description":"Integration Test Route","expression":"match_recipient(\"alice@DOMAIN.TEST\")","id":"6795e45ba0be5b9e2e38da98","priority":10},{"actions":["forward(\".*@DOMAIN.TEST\")"],"created_at":"Sun,
|
459
|
-
26 Jan 2025 07:21:17 GMT","description":"Integration Test Route","expression":"match_recipient(\"alice@DOMAIN.TEST\")","id":"6795e26d5dddff0a1558835c","priority":10},{"actions":["forward(\".*@DOMAIN.TEST\")"],"created_at":"Sun,
|
460
|
-
26 Jan 2025 07:16:55 GMT","description":"Integration Test Route","expression":"match_recipient(\"alice@DOMAIN.TEST\")","id":"6795e167182d2aff87d9263c","priority":10}],"total_count":5}
|
149
|
+
string: '{"items":[{"actions":["forward(\".*@\")"],"created_at":"Mon, 27 Jan
|
150
|
+
2025 17:45:19 GMT","description":"Integration Test Route","expression":"match_recipient(\"alice@\")","id":"6797c62f6ee0a9fcb1ec5eee","priority":10}],"total_count":1}
|
461
151
|
|
462
152
|
'
|
463
153
|
http_version:
|
464
|
-
recorded_at:
|
154
|
+
recorded_at: Mon, 27 Jan 2025 17:45:20 GMT
|
465
155
|
- request:
|
466
156
|
method: get
|
467
|
-
uri: https://api.mailgun.net/v3/routes
|
157
|
+
uri: https://api.mailgun.net/v3/routes/6797c62f6ee0a9fcb1ec5eee
|
468
158
|
body:
|
469
159
|
encoding: US-ASCII
|
470
160
|
string: ''
|
471
161
|
headers:
|
472
162
|
User-Agent:
|
473
|
-
- mailgun-sdk-ruby/1.3.
|
163
|
+
- mailgun-sdk-ruby/1.3.2
|
474
164
|
Accept:
|
475
165
|
- "*/*"
|
476
166
|
Authorization:
|
@@ -491,40 +181,42 @@ http_interactions:
|
|
491
181
|
Content-Disposition:
|
492
182
|
- inline
|
493
183
|
Content-Length:
|
494
|
-
- '
|
184
|
+
- '216'
|
495
185
|
Content-Type:
|
496
186
|
- application/json
|
497
187
|
Date:
|
498
|
-
-
|
188
|
+
- Mon, 27 Jan 2025 17:45:21 GMT
|
499
189
|
Server:
|
500
190
|
- TwistedWeb/22.10.0
|
501
191
|
Strict-Transport-Security:
|
502
192
|
- max-age=63072000; includeSubDomains
|
503
193
|
X-Mailgun-Key-Id:
|
504
|
-
-
|
194
|
+
- c02fd0ba-d8dbad66
|
505
195
|
X-Xss-Protection:
|
506
196
|
- 1; mode=block
|
507
197
|
body:
|
508
198
|
encoding: UTF-8
|
509
|
-
string: '{"
|
510
|
-
|
199
|
+
string: '{"route":{"actions":["forward(\".*@\")"],"created_at":"Mon, 27 Jan
|
200
|
+
2025 17:45:19 GMT","description":"Integration Test Route","expression":"match_recipient(\"alice@\")","id":"6797c62f6ee0a9fcb1ec5eee","priority":10}}
|
511
201
|
|
512
202
|
'
|
513
203
|
http_version:
|
514
|
-
recorded_at:
|
204
|
+
recorded_at: Mon, 27 Jan 2025 17:45:21 GMT
|
515
205
|
- request:
|
516
|
-
method:
|
517
|
-
uri: https://api.mailgun.net/v3/routes/
|
206
|
+
method: put
|
207
|
+
uri: https://api.mailgun.net/v3/routes/6797c62f6ee0a9fcb1ec5eee
|
518
208
|
body:
|
519
|
-
encoding:
|
520
|
-
string:
|
209
|
+
encoding: UTF-8
|
210
|
+
string: action=forward%28%22.%2A%40%22%29&description=Integration+Test+Route+Update&expression=match_recipient%28%22alice%40%22%29&priority=10
|
521
211
|
headers:
|
522
212
|
User-Agent:
|
523
|
-
- mailgun-sdk-ruby/1.3.
|
213
|
+
- mailgun-sdk-ruby/1.3.2
|
524
214
|
Accept:
|
525
215
|
- "*/*"
|
526
216
|
Authorization:
|
527
217
|
- Basic xxx==
|
218
|
+
Content-Type:
|
219
|
+
- application/x-www-form-urlencoded
|
528
220
|
Accept-Encoding:
|
529
221
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
530
222
|
response:
|
@@ -541,42 +233,41 @@ http_interactions:
|
|
541
233
|
Content-Disposition:
|
542
234
|
- inline
|
543
235
|
Content-Length:
|
544
|
-
- '
|
236
|
+
- '248'
|
545
237
|
Content-Type:
|
546
238
|
- application/json
|
547
239
|
Date:
|
548
|
-
-
|
240
|
+
- Mon, 27 Jan 2025 17:45:22 GMT
|
549
241
|
Server:
|
550
242
|
- TwistedWeb/22.10.0
|
551
243
|
Strict-Transport-Security:
|
552
244
|
- max-age=63072000; includeSubDomains
|
553
245
|
X-Mailgun-Key-Id:
|
554
|
-
-
|
246
|
+
- c02fd0ba-d8dbad66
|
555
247
|
X-Xss-Protection:
|
556
248
|
- 1; mode=block
|
557
249
|
body:
|
558
250
|
encoding: UTF-8
|
559
|
-
string: '{"
|
560
|
-
|
251
|
+
string: '{"actions":["forward(\".*@\")"],"created_at":"Mon, 27 Jan 2025 17:45:19
|
252
|
+
GMT","description":"Integration Test Route Update","expression":"match_recipient(\"alice@\")","id":"6797c62f6ee0a9fcb1ec5eee","message":"Route
|
253
|
+
has been updated","priority":10}
|
561
254
|
|
562
255
|
'
|
563
256
|
http_version:
|
564
|
-
recorded_at:
|
257
|
+
recorded_at: Mon, 27 Jan 2025 17:45:22 GMT
|
565
258
|
- request:
|
566
|
-
method:
|
567
|
-
uri: https://api.mailgun.net/v3/routes/
|
259
|
+
method: delete
|
260
|
+
uri: https://api.mailgun.net/v3/routes/6797c62f6ee0a9fcb1ec5eee
|
568
261
|
body:
|
569
|
-
encoding:
|
570
|
-
string:
|
262
|
+
encoding: US-ASCII
|
263
|
+
string: ''
|
571
264
|
headers:
|
572
265
|
User-Agent:
|
573
|
-
- mailgun-sdk-ruby/1.3.
|
266
|
+
- mailgun-sdk-ruby/1.3.2
|
574
267
|
Accept:
|
575
268
|
- "*/*"
|
576
269
|
Authorization:
|
577
270
|
- Basic xxx==
|
578
|
-
Content-Type:
|
579
|
-
- application/x-www-form-urlencoded
|
580
271
|
Accept-Encoding:
|
581
272
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
582
273
|
response:
|
@@ -593,41 +284,41 @@ http_interactions:
|
|
593
284
|
Content-Disposition:
|
594
285
|
- inline
|
595
286
|
Content-Length:
|
596
|
-
- '
|
287
|
+
- '69'
|
597
288
|
Content-Type:
|
598
289
|
- application/json
|
599
290
|
Date:
|
600
|
-
-
|
291
|
+
- Mon, 27 Jan 2025 17:45:22 GMT
|
601
292
|
Server:
|
602
293
|
- TwistedWeb/22.10.0
|
603
294
|
Strict-Transport-Security:
|
604
295
|
- max-age=63072000; includeSubDomains
|
605
296
|
X-Mailgun-Key-Id:
|
606
|
-
-
|
297
|
+
- c02fd0ba-d8dbad66
|
607
298
|
X-Xss-Protection:
|
608
299
|
- 1; mode=block
|
609
300
|
body:
|
610
301
|
encoding: UTF-8
|
611
|
-
string: '{"
|
612
|
-
2023 11:28:49 GMT","description":"Integration Test Route Update","expression":"match_recipient(\"alice@DOMAIN.TEST\")","id":"64be607123bfc82c0c79c6b5","message":"Route
|
613
|
-
has been updated","priority":10}
|
302
|
+
string: '{"id":"6797c62f6ee0a9fcb1ec5eee","message":"Route has been deleted"}
|
614
303
|
|
615
304
|
'
|
616
305
|
http_version:
|
617
|
-
recorded_at:
|
306
|
+
recorded_at: Mon, 27 Jan 2025 17:45:23 GMT
|
618
307
|
- request:
|
619
|
-
method:
|
620
|
-
uri: https://api.mailgun.net/v3/routes
|
308
|
+
method: post
|
309
|
+
uri: https://api.mailgun.net/v3/routes
|
621
310
|
body:
|
622
|
-
encoding:
|
623
|
-
string:
|
311
|
+
encoding: UTF-8
|
312
|
+
string: action=forward%28%22.%2A%40%22%29&action=stop%28%29&description=Integration+Test+Route&expression=match_recipient%28%22alice%40%22%29&priority=10
|
624
313
|
headers:
|
625
314
|
User-Agent:
|
626
|
-
- mailgun-sdk-ruby/1.3.
|
315
|
+
- mailgun-sdk-ruby/1.3.2
|
627
316
|
Accept:
|
628
317
|
- "*/*"
|
629
318
|
Authorization:
|
630
319
|
- Basic xxx==
|
320
|
+
Content-Type:
|
321
|
+
- application/x-www-form-urlencoded
|
631
322
|
Accept-Encoding:
|
632
323
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
633
324
|
response:
|
@@ -644,24 +335,25 @@ http_interactions:
|
|
644
335
|
Content-Disposition:
|
645
336
|
- inline
|
646
337
|
Content-Length:
|
647
|
-
- '
|
338
|
+
- '260'
|
648
339
|
Content-Type:
|
649
340
|
- application/json
|
650
341
|
Date:
|
651
|
-
-
|
342
|
+
- Mon, 27 Jan 2025 18:13:42 GMT
|
652
343
|
Server:
|
653
344
|
- TwistedWeb/22.10.0
|
654
345
|
Strict-Transport-Security:
|
655
346
|
- max-age=63072000; includeSubDomains
|
656
347
|
X-Mailgun-Key-Id:
|
657
|
-
-
|
348
|
+
- c02fd0ba-d8dbad66
|
658
349
|
X-Xss-Protection:
|
659
350
|
- 1; mode=block
|
660
351
|
body:
|
661
352
|
encoding: UTF-8
|
662
|
-
string: '{"
|
353
|
+
string: '{"message":"Route has been created","route":{"actions":["forward(\".*@\")","stop()"],"created_at":"Mon,
|
354
|
+
27 Jan 2025 18:13:42 GMT","description":"Integration Test Route","expression":"match_recipient(\"alice@\")","id":"6797ccd69440716211d9df05","priority":10}}
|
663
355
|
|
664
356
|
'
|
665
357
|
http_version:
|
666
|
-
recorded_at:
|
358
|
+
recorded_at: Mon, 27 Jan 2025 18:13:42 GMT
|
667
359
|
recorded_with: VCR 3.0.3
|