mailgun-ruby 1.3.0 → 1.3.2

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.
@@ -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
- recorded_with: VCR 3.0.1
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