mailgun-ruby 1.3.0 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +27 -0
- data/README.md +1 -2
- data/docs/MessageBuilder.md +12 -0
- data/lib/mailgun/client.rb +1 -0
- data/lib/mailgun/domains/domains.rb +19 -0
- data/lib/mailgun/events/events.rb +4 -4
- data/lib/mailgun/version.rb +1 -1
- data/mailgun.gemspec +1 -1
- data/spec/integration/routes_spec.rb +17 -1
- data/vcr_cassettes/bounces.yml +210 -1
- data/vcr_cassettes/complaints.yml +215 -5
- data/vcr_cassettes/domains.yml +777 -45
- data/vcr_cassettes/email_validation.yml +137 -8
- data/vcr_cassettes/events.yml +735 -2
- data/vcr_cassettes/exceptions.yml +48 -1
- data/vcr_cassettes/list_members.yml +343 -7
- data/vcr_cassettes/mailing_list.yml +301 -9
- data/vcr_cassettes/routes.yml +246 -246
- data/vcr_cassettes/send_message.yml +54 -3
- data/vcr_cassettes/stats.yml +47 -2
- data/vcr_cassettes/suppressions.yml +785 -0
- data/vcr_cassettes/unsubscribes.yml +215 -5
- metadata +17 -18
- data/docs/Messages.md +0 -107
data/vcr_cassettes/stats.yml
CHANGED
@@ -39,6 +39,51 @@ http_interactions:
|
|
39
39
|
body:
|
40
40
|
encoding: UTF-8
|
41
41
|
string: '{"items":[],"total_count":10000}'
|
42
|
-
http_version:
|
42
|
+
http_version:
|
43
43
|
recorded_at: Thu, 07 Jan 2016 22:08:06 GMT
|
44
|
-
|
44
|
+
- request:
|
45
|
+
method: get
|
46
|
+
uri: https://api.mailgun.net/v3/DOMAIN.TEST/stats?event=sent&limit=50&skip=10
|
47
|
+
body:
|
48
|
+
encoding: US-ASCII
|
49
|
+
string: ''
|
50
|
+
headers:
|
51
|
+
User-Agent:
|
52
|
+
- mailgun-sdk-ruby/1.3.0
|
53
|
+
Accept:
|
54
|
+
- "*/*"
|
55
|
+
Authorization:
|
56
|
+
- Basic xxx==
|
57
|
+
Accept-Encoding:
|
58
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
59
|
+
response:
|
60
|
+
status:
|
61
|
+
code: 404
|
62
|
+
message: Not Found
|
63
|
+
headers:
|
64
|
+
Access-Control-Allow-Credentials:
|
65
|
+
- 'true'
|
66
|
+
Access-Control-Allow-Origin:
|
67
|
+
- "*"
|
68
|
+
Cache-Control:
|
69
|
+
- no-store
|
70
|
+
Content-Length:
|
71
|
+
- '19'
|
72
|
+
Content-Type:
|
73
|
+
- text/plain; charset=utf-8
|
74
|
+
Date:
|
75
|
+
- Sun, 26 Jan 2025 07:29:36 GMT
|
76
|
+
Strict-Transport-Security:
|
77
|
+
- max-age=63072000; includeSubDomains
|
78
|
+
X-Content-Type-Options:
|
79
|
+
- nosniff
|
80
|
+
X-Xss-Protection:
|
81
|
+
- 1; mode=block
|
82
|
+
body:
|
83
|
+
encoding: UTF-8
|
84
|
+
string: '404 page not found
|
85
|
+
|
86
|
+
'
|
87
|
+
http_version:
|
88
|
+
recorded_at: Sun, 26 Jan 2025 07:29:36 GMT
|
89
|
+
recorded_with: VCR 3.0.3
|