sendgrid_webapi 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/.rbenv-version +1 -0
- data/README.rdoc +76 -77
- data/lib/version.rb +1 -1
- data/lib/web_api/blocks.rb +5 -0
- data/lib/web_api/bounces.rb +5 -0
- data/lib/webapi_client.rb +1 -1
- data/sendgrid_webapi.gemspec +1 -1
- data/spec/cassettes/client/_modules/_block/should_get_block_emails.yml +29 -41
- data/spec/cassettes/client/_modules/_block/should_get_totals_blocks.yml +36 -0
- data/spec/cassettes/client/_modules/_block/should_try_delete_not_existing_block_email.yml +29 -42
- data/spec/cassettes/client/_modules/_bounce/should_get_bounce_emails.yml +27 -31
- data/spec/cassettes/client/_modules/_bounce/should_get_totals_bounces.yml +36 -0
- data/spec/cassettes/client/_modules/_bounce/should_try_delete_not_existing_bounce_email.yml +27 -32
- data/spec/cassettes/client/_modules/_event_notification/should_delete_event_notification_url.yml +38 -40
- data/spec/cassettes/client/_modules/_event_notification/should_get_event_notification_url.yml +38 -40
- data/spec/cassettes/client/_modules/_event_notification/should_set_event_notification_url.yml +38 -40
- data/spec/cassettes/client/_modules/_invalid_email/should_get_invalid_emails.yml +27 -31
- data/spec/cassettes/client/_modules/_invalid_email/should_try_delete_not_existing_invalid_emails.yml +27 -32
- data/spec/cassettes/client/_modules/_parse_email/should_delete_parse_email.yml +73 -76
- data/spec/cassettes/client/_modules/_parse_email/should_get_parse_email.yml +38 -41
- data/spec/cassettes/client/_modules/_parse_email/should_set_parse_email.yml +38 -40
- data/spec/cassettes/client/_modules/_profile/should_get_profile.yml +39 -43
- data/spec/cassettes/client/_modules/_profile/should_set_first_name.yml +109 -117
- data/spec/cassettes/client/_modules/_spam/should_get_spam_emails.yml +27 -31
- data/spec/cassettes/client/_modules/_spam/should_try_delete_not_existing_spam_emails.yml +27 -32
- data/spec/cassettes/client/_modules/_unsubscribe/should_add_unsubscribe_emails.yml +27 -31
- data/spec/cassettes/client/_modules/_unsubscribe/should_delete_unsubscribe_email.yml +27 -31
- data/spec/cassettes/client/_modules/_unsubscribe/should_get_unsubscribe_emails.yml +27 -32
- data/spec/cassettes/client/_modules/_unsubscribe/should_try_delete_not_existing_unsubscribe_emails.yml +27 -32
- data/spec/cassettes/helper/_create_sub_user_account/should_create_sub_user_account.yml +248 -255
- data/spec/cassettes/helper/_run_sendgrid_query/should_raise_with_unsucessfull_request.yml +39 -38
- data/spec/cassettes/helper/_run_sendgrid_query/should_run_sendgrid_request.yml +38 -40
- data/spec/cassettes/sub_user/_apps/should_activate_app.yml +38 -40
- data/spec/cassettes/sub_user/_apps/should_deactivate_app.yml +38 -40
- data/spec/cassettes/sub_user/_apps/should_get_current_setting_from_one_app.yml +38 -41
- data/spec/cassettes/sub_user/_apps/should_return_available_apps.yml +63 -55
- data/spec/cassettes/sub_user/_apps/should_set_current_app.yml +73 -72
- data/spec/cassettes/sub_user/_authentication/should_auth_a_sub_user.yml +38 -40
- data/spec/cassettes/sub_user/_authentication/should_return_error_with_a_bad_sub_user.yml +38 -40
- data/spec/cassettes/sub_user/_bounces/should_returns_bounce_emails.yml +38 -39
- data/spec/cassettes/sub_user/_bounces/should_tries_to_delete_unexisting_bounce_emails.yml +38 -40
- data/spec/cassettes/sub_user/_event_notification/should_add_event_notification_url.yml +38 -40
- data/spec/cassettes/sub_user/_event_notification/should_delete_event_notification_url.yml +38 -40
- data/spec/cassettes/sub_user/_event_notification/should_get_event_notification_url.yml +38 -40
- data/spec/cassettes/sub_user/_invalid_emails/should_return_invalid_emails.yml +38 -39
- data/spec/cassettes/sub_user/_invalid_emails/should_tries_to_delete_unexisting_invalid_mail.yml +38 -40
- data/spec/cassettes/sub_user/_ip_management/should_return_all_ips_available.yml +38 -40
- data/spec/cassettes/sub_user/_ip_management/should_show_ip_subuser.yml +38 -40
- data/spec/cassettes/sub_user/_limits/should_decrements_credits_for_a_sub_user.yml +73 -77
- data/spec/cassettes/sub_user/_limits/should_delete_all_limits_for_a_sub_user.yml +73 -76
- data/spec/cassettes/sub_user/_limits/should_increments_credits_for_a_sub_user.yml +73 -77
- data/spec/cassettes/sub_user/_limits/should_list_the_limits_for_a_sub_user.yml +38 -40
- data/spec/cassettes/sub_user/_limits/should_reset_all_limits_for_a_sub_user.yml +73 -77
- data/spec/cassettes/sub_user/_limits/should_returns_limits_for_a_sub_user.yml +38 -40
- data/spec/cassettes/sub_user/_limits/should_set_total_credits.yml +38 -40
- data/spec/cassettes/sub_user/_management/should_add_new_subuser.yml +38 -40
- data/spec/cassettes/sub_user/_management/should_disable_sub_user_for_send_email.yml +38 -40
- data/spec/cassettes/sub_user/_management/should_enable_sub_user_for_access_to_website.yml +38 -40
- data/spec/cassettes/sub_user/_management/should_enable_sub_user_for_send_email.yml +38 -40
- data/spec/cassettes/sub_user/_management/should_update_sub_user.yml +38 -40
- data/spec/cassettes/sub_user/_monitor_records/should_add_existing_sub_user_to_monitor_record.yml +72 -77
- data/spec/cassettes/sub_user/_monitor_records/should_create_a_new_monitor_record.yml +72 -77
- data/spec/cassettes/sub_user/_monitor_records/should_delete_a_monitor_record.yml +71 -74
- data/spec/cassettes/sub_user/_monitor_records/should_edit_a_monitor_record.yml +71 -76
- data/spec/cassettes/sub_user/_monitor_records/should_remove_existing_sub_user_from_monitor_record.yml +72 -77
- data/spec/cassettes/sub_user/_parse_email/should_delete_parse_email.yml +73 -76
- data/spec/cassettes/sub_user/_parse_email/should_get_parse_email.yml +38 -41
- data/spec/cassettes/sub_user/_parse_email/should_set_parse_email.yml +38 -40
- data/spec/cassettes/sub_user/_spam/should_return_spam_mails.yml +38 -39
- data/spec/cassettes/sub_user/_spam/should_tries_to_delete_unexisting_spam_mail.yml +38 -40
- data/spec/cassettes/sub_user/_unsubscribes/should_add_bounce_email.yml +38 -40
- data/spec/cassettes/sub_user/_unsubscribes/should_delete_existing_bounce_email.yml +38 -40
- data/spec/cassettes/sub_user/_unsubscribes/should_delete_unexisting_bounce_email.yml +38 -40
- data/spec/cassettes/sub_user/_unsubscribes/should_returns_bounce_emails.yml +38 -40
- data/spec/client_spec.rb +5 -2
- data/spec/helper_spec.rb +5 -5
- data/spec/sub_user_spec.rb +62 -67
- data/test.rb +5 -0
- metadata +10 -6
- data/spec/cassettes/sub_user/_management/should_get_all_subusers.yml +0 -54
@@ -1,96 +1,91 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://sendgrid.com/apiv2/customer.monitor.json?api_key=pass&api_user=user&name=testmonitor&task=detach&user=
|
6
|
-
body:
|
5
|
+
uri: https://sendgrid.com/apiv2/customer.monitor.json?api_key=pass&api_user=user&name=testmonitor&task=detach&user=sendgrid_testuser3
|
6
|
+
body:
|
7
7
|
encoding: US-ASCII
|
8
|
-
string:
|
9
|
-
headers:
|
10
|
-
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.8.9
|
12
|
+
Accept-Encoding:
|
11
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
-
|
14
|
-
|
15
|
-
|
16
|
-
response:
|
17
|
-
status:
|
14
|
+
Accept:
|
15
|
+
- '*/*'
|
16
|
+
response:
|
17
|
+
status:
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
|
-
headers:
|
21
|
-
Server:
|
22
|
-
- nginx/
|
23
|
-
Date:
|
24
|
-
-
|
25
|
-
Content-Type:
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- nginx/1.4.2
|
23
|
+
Date:
|
24
|
+
- Fri, 17 Jan 2014 01:26:07 GMT
|
25
|
+
Content-Type:
|
26
26
|
- application/json
|
27
|
-
|
27
|
+
Content-Length:
|
28
|
+
- '46'
|
29
|
+
Connection:
|
28
30
|
- keep-alive
|
29
|
-
X-Powered-By:
|
30
|
-
- PHP/5.3.2-1ubuntu4.
|
31
|
-
Cache-Control:
|
32
|
-
-
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
31
|
+
X-Powered-By:
|
32
|
+
- PHP/5.3.2-1ubuntu4.22
|
33
|
+
Cache-Control:
|
34
|
+
- no-cache, must-revalidate
|
35
|
+
Expires:
|
36
|
+
- '0'
|
37
|
+
Set-Cookie:
|
38
|
+
- sendgrid_frontend=3c99fc8b6386c6e19a4943f3eb2f535e:383b7d6120aaf221d0264229bf4a470caeed9248;
|
39
|
+
expires=Sun, 16-Feb-2014 01:26:07 GMT; path=/; httponly
|
40
|
+
Vary:
|
38
41
|
- Accept-Encoding
|
39
|
-
|
40
|
-
-
|
41
|
-
|
42
|
-
encoding: ASCII-8BIT
|
43
|
-
string: !binary |
|
44
|
-
H4sIAAAAAAAAA6pWyk0tLk5MT1WyUiouTU4GcpRqAQAAAP//AwDGVSbjFQAA
|
45
|
-
AA==
|
46
|
-
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '{"message":"success"}'
|
47
45
|
http_version:
|
48
|
-
recorded_at:
|
49
|
-
- request:
|
46
|
+
recorded_at: Fri, 17 Jan 2014 01:26:07 GMT
|
47
|
+
- request:
|
50
48
|
method: get
|
51
49
|
uri: https://sendgrid.com/apiv2/customer.monitor.json?api_key=pass&api_user=user&task=list
|
52
|
-
body:
|
50
|
+
body:
|
53
51
|
encoding: US-ASCII
|
54
|
-
string:
|
55
|
-
headers:
|
56
|
-
|
52
|
+
string: ''
|
53
|
+
headers:
|
54
|
+
User-Agent:
|
55
|
+
- Faraday v0.8.9
|
56
|
+
Accept-Encoding:
|
57
57
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
58
|
-
Accept:
|
59
|
-
-
|
60
|
-
|
61
|
-
|
62
|
-
response:
|
63
|
-
status:
|
58
|
+
Accept:
|
59
|
+
- '*/*'
|
60
|
+
response:
|
61
|
+
status:
|
64
62
|
code: 200
|
65
63
|
message: OK
|
66
|
-
headers:
|
67
|
-
Server:
|
68
|
-
- nginx/
|
69
|
-
Date:
|
70
|
-
-
|
71
|
-
Content-Type:
|
64
|
+
headers:
|
65
|
+
Server:
|
66
|
+
- nginx/1.4.2
|
67
|
+
Date:
|
68
|
+
- Fri, 17 Jan 2014 01:26:09 GMT
|
69
|
+
Content-Type:
|
72
70
|
- application/json
|
73
|
-
|
71
|
+
Content-Length:
|
72
|
+
- '91'
|
73
|
+
Connection:
|
74
74
|
- keep-alive
|
75
|
-
X-Powered-By:
|
76
|
-
- PHP/5.3.2-1ubuntu4.
|
77
|
-
Cache-Control:
|
78
|
-
-
|
79
|
-
|
80
|
-
-
|
81
|
-
|
82
|
-
-
|
83
|
-
|
75
|
+
X-Powered-By:
|
76
|
+
- PHP/5.3.2-1ubuntu4.22
|
77
|
+
Cache-Control:
|
78
|
+
- no-cache, must-revalidate
|
79
|
+
Expires:
|
80
|
+
- '0'
|
81
|
+
Set-Cookie:
|
82
|
+
- sendgrid_frontend=cf8a7b33fcffcc23f449bf06c362edda:b0d33b357f05e31373d4b4ae4d16d0a626e489b8;
|
83
|
+
expires=Sun, 16-Feb-2014 01:26:08 GMT; path=/; httponly
|
84
|
+
Vary:
|
84
85
|
- Accept-Encoding
|
85
|
-
|
86
|
-
-
|
87
|
-
|
88
|
-
encoding: ASCII-8BIT
|
89
|
-
string: !binary |
|
90
|
-
H4sIAAAAAAAAA4quVspLzE1VslIqSS0uyc3PyyzJL1LSUUrNTczMgYo6gAi9
|
91
|
-
5PxcoHhaUWphaWpeciVQztAAKFBanFpUrGQVHVsbCwAAAP//AwCs7EScTAAA
|
92
|
-
AA==
|
93
|
-
|
86
|
+
body:
|
87
|
+
encoding: UTF-8
|
88
|
+
string: '[{"name":"testmonitor","email":"test@email.com","frequency":"10","users":[]}]'
|
94
89
|
http_version:
|
95
|
-
recorded_at:
|
96
|
-
recorded_with: VCR 2.
|
90
|
+
recorded_at: Fri, 17 Jan 2014 01:26:09 GMT
|
91
|
+
recorded_with: VCR 2.8.0
|
@@ -1,94 +1,91 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://sendgrid.com/apiv2/customer.parse.json?api_key=pass&api_user=user&hostname=www.example.com&task=delete&user=
|
6
|
-
body:
|
5
|
+
uri: https://sendgrid.com/apiv2/customer.parse.json?api_key=pass&api_user=user&hostname=www.example.com&task=delete&user=sendgrid_testuser3
|
6
|
+
body:
|
7
7
|
encoding: US-ASCII
|
8
|
-
string:
|
9
|
-
headers:
|
10
|
-
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.8.9
|
12
|
+
Accept-Encoding:
|
11
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
-
|
14
|
-
|
15
|
-
|
16
|
-
response:
|
17
|
-
status:
|
14
|
+
Accept:
|
15
|
+
- '*/*'
|
16
|
+
response:
|
17
|
+
status:
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
|
-
headers:
|
21
|
-
Server:
|
22
|
-
- nginx/
|
23
|
-
Date:
|
24
|
-
-
|
25
|
-
Content-Type:
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- nginx/1.4.2
|
23
|
+
Date:
|
24
|
+
- Fri, 17 Jan 2014 01:26:57 GMT
|
25
|
+
Content-Type:
|
26
26
|
- application/json
|
27
|
-
|
27
|
+
Content-Length:
|
28
|
+
- '46'
|
29
|
+
Connection:
|
28
30
|
- keep-alive
|
29
|
-
X-Powered-By:
|
30
|
-
- PHP/5.3.2-1ubuntu4.
|
31
|
-
Cache-Control:
|
32
|
-
-
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
31
|
+
X-Powered-By:
|
32
|
+
- PHP/5.3.2-1ubuntu4.22
|
33
|
+
Cache-Control:
|
34
|
+
- no-cache, must-revalidate
|
35
|
+
Expires:
|
36
|
+
- '0'
|
37
|
+
Set-Cookie:
|
38
|
+
- sendgrid_frontend=71fc5493ea0e469d03de6980bbb12c0d:b1cf9d7a22f54bac3e5b5a893e8ba44de75868e1;
|
39
|
+
expires=Sun, 16-Feb-2014 01:26:57 GMT; path=/; httponly
|
40
|
+
Vary:
|
38
41
|
- Accept-Encoding
|
39
|
-
|
40
|
-
-
|
41
|
-
|
42
|
-
encoding: ASCII-8BIT
|
43
|
-
string: !binary |
|
44
|
-
H4sIAAAAAAAAA6pWyk0tLk5MT1WyUiouTU4GcpRqAQAAAP//AwDGVSbjFQAA
|
45
|
-
AA==
|
46
|
-
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '{"message":"success"}'
|
47
45
|
http_version:
|
48
|
-
recorded_at:
|
49
|
-
- request:
|
46
|
+
recorded_at: Fri, 17 Jan 2014 01:26:57 GMT
|
47
|
+
- request:
|
50
48
|
method: get
|
51
|
-
uri: https://sendgrid.com/apiv2/customer.parse.json?api_key=pass&api_user=user&task=get&user=
|
52
|
-
body:
|
49
|
+
uri: https://sendgrid.com/apiv2/customer.parse.json?api_key=pass&api_user=user&task=get&user=sendgrid_testuser3
|
50
|
+
body:
|
53
51
|
encoding: US-ASCII
|
54
|
-
string:
|
55
|
-
headers:
|
56
|
-
|
52
|
+
string: ''
|
53
|
+
headers:
|
54
|
+
User-Agent:
|
55
|
+
- Faraday v0.8.9
|
56
|
+
Accept-Encoding:
|
57
57
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
58
|
-
Accept:
|
59
|
-
-
|
60
|
-
|
61
|
-
|
62
|
-
response:
|
63
|
-
status:
|
58
|
+
Accept:
|
59
|
+
- '*/*'
|
60
|
+
response:
|
61
|
+
status:
|
64
62
|
code: 200
|
65
63
|
message: OK
|
66
|
-
headers:
|
67
|
-
Server:
|
68
|
-
- nginx/
|
69
|
-
Date:
|
70
|
-
-
|
71
|
-
Content-Type:
|
64
|
+
headers:
|
65
|
+
Server:
|
66
|
+
- nginx/1.4.2
|
67
|
+
Date:
|
68
|
+
- Fri, 17 Jan 2014 01:26:59 GMT
|
69
|
+
Content-Type:
|
72
70
|
- application/json
|
73
|
-
|
71
|
+
Content-Length:
|
72
|
+
- '38'
|
73
|
+
Connection:
|
74
74
|
- keep-alive
|
75
|
-
X-Powered-By:
|
76
|
-
- PHP/5.3.2-1ubuntu4.
|
77
|
-
Cache-Control:
|
78
|
-
-
|
79
|
-
|
80
|
-
-
|
81
|
-
|
82
|
-
-
|
83
|
-
|
75
|
+
X-Powered-By:
|
76
|
+
- PHP/5.3.2-1ubuntu4.22
|
77
|
+
Cache-Control:
|
78
|
+
- no-cache, must-revalidate
|
79
|
+
Expires:
|
80
|
+
- '0'
|
81
|
+
Set-Cookie:
|
82
|
+
- sendgrid_frontend=039eb07035972e923d788ef9ecb7229c:460b7a6997531bb69a0f2e0ae6639824fd279212;
|
83
|
+
expires=Sun, 16-Feb-2014 01:26:59 GMT; path=/; httponly
|
84
|
+
Vary:
|
84
85
|
- Accept-Encoding
|
85
|
-
|
86
|
-
-
|
87
|
-
|
88
|
-
encoding: ASCII-8BIT
|
89
|
-
string: !binary |
|
90
|
-
H4sIAAAAAAAAA6pWKkgsKk5VsoqOrQUAAAD//wMAJoy/QwwAAAA=
|
91
|
-
|
86
|
+
body:
|
87
|
+
encoding: UTF-8
|
88
|
+
string: '{"parse":[]}'
|
92
89
|
http_version:
|
93
|
-
recorded_at:
|
94
|
-
recorded_with: VCR 2.
|
90
|
+
recorded_at: Fri, 17 Jan 2014 01:26:59 GMT
|
91
|
+
recorded_with: VCR 2.8.0
|
@@ -1,50 +1,47 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://sendgrid.com/apiv2/customer.parse.json?api_key=pass&api_user=user&task=get&user=
|
6
|
-
body:
|
5
|
+
uri: https://sendgrid.com/apiv2/customer.parse.json?api_key=pass&api_user=user&task=get&user=sendgrid_testuser3
|
6
|
+
body:
|
7
7
|
encoding: US-ASCII
|
8
|
-
string:
|
9
|
-
headers:
|
10
|
-
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.8.9
|
12
|
+
Accept-Encoding:
|
11
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
-
|
14
|
-
|
15
|
-
|
16
|
-
response:
|
17
|
-
status:
|
14
|
+
Accept:
|
15
|
+
- '*/*'
|
16
|
+
response:
|
17
|
+
status:
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
|
-
headers:
|
21
|
-
Server:
|
22
|
-
- nginx/
|
23
|
-
Date:
|
24
|
-
-
|
25
|
-
Content-Type:
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- nginx/1.4.2
|
23
|
+
Date:
|
24
|
+
- Fri, 17 Jan 2014 01:26:55 GMT
|
25
|
+
Content-Type:
|
26
26
|
- application/json
|
27
|
-
|
27
|
+
Content-Length:
|
28
|
+
- '107'
|
29
|
+
Connection:
|
28
30
|
- keep-alive
|
29
|
-
X-Powered-By:
|
30
|
-
- PHP/5.3.2-1ubuntu4.
|
31
|
-
Cache-Control:
|
32
|
-
-
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
31
|
+
X-Powered-By:
|
32
|
+
- PHP/5.3.2-1ubuntu4.22
|
33
|
+
Cache-Control:
|
34
|
+
- no-cache, must-revalidate
|
35
|
+
Expires:
|
36
|
+
- '0'
|
37
|
+
Set-Cookie:
|
38
|
+
- sendgrid_frontend=b515e8f57b1c8bf7671cc01083bd255f:3584842269d960818e34239fddd4b73a154db57a;
|
39
|
+
expires=Sun, 16-Feb-2014 01:26:55 GMT; path=/; httponly
|
40
|
+
Vary:
|
38
41
|
- Accept-Encoding
|
39
|
-
|
40
|
-
-
|
41
|
-
|
42
|
-
encoding: ASCII-8BIT
|
43
|
-
string: !binary |
|
44
|
-
H4sIAAAAAAAAA6pWKkgsKk5VsoquVsrILy7JS8wFcpTKy8v1UisScwtyUvWS
|
45
|
-
83OVdJRKi3Kg4rmVKfm5iZl5IIkYfbB2vYKMAqCa4oLE3PjkjNTkbCUrw9rY
|
46
|
-
WgAAAAD//wMA2luGMF0AAAA=
|
47
|
-
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '{"parse":[{"hostname":"www.example.com","url":"www.mydomain.com\/parse.php","spam_check":1}]}'
|
48
45
|
http_version:
|
49
|
-
recorded_at:
|
50
|
-
recorded_with: VCR 2.
|
46
|
+
recorded_at: Fri, 17 Jan 2014 01:26:55 GMT
|
47
|
+
recorded_with: VCR 2.8.0
|
@@ -1,49 +1,47 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://sendgrid.com/apiv2/customer.parse.json?api_key=pass&api_user=user&hostname=www.example.com&spam_check=1&task=set&url=www.mydomain.com/parse.php&user=
|
6
|
-
body:
|
5
|
+
uri: https://sendgrid.com/apiv2/customer.parse.json?api_key=pass&api_user=user&hostname=www.example.com&spam_check=1&task=set&url=www.mydomain.com/parse.php&user=sendgrid_testuser3
|
6
|
+
body:
|
7
7
|
encoding: US-ASCII
|
8
|
-
string:
|
9
|
-
headers:
|
10
|
-
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.8.9
|
12
|
+
Accept-Encoding:
|
11
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
-
|
14
|
-
|
15
|
-
|
16
|
-
response:
|
17
|
-
status:
|
14
|
+
Accept:
|
15
|
+
- '*/*'
|
16
|
+
response:
|
17
|
+
status:
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
|
-
headers:
|
21
|
-
Server:
|
22
|
-
- nginx/
|
23
|
-
Date:
|
24
|
-
-
|
25
|
-
Content-Type:
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- nginx/1.4.2
|
23
|
+
Date:
|
24
|
+
- Fri, 17 Jan 2014 01:26:53 GMT
|
25
|
+
Content-Type:
|
26
26
|
- application/json
|
27
|
-
|
27
|
+
Content-Length:
|
28
|
+
- '46'
|
29
|
+
Connection:
|
28
30
|
- keep-alive
|
29
|
-
X-Powered-By:
|
30
|
-
- PHP/5.3.2-1ubuntu4.
|
31
|
-
Cache-Control:
|
32
|
-
-
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
31
|
+
X-Powered-By:
|
32
|
+
- PHP/5.3.2-1ubuntu4.22
|
33
|
+
Cache-Control:
|
34
|
+
- no-cache, must-revalidate
|
35
|
+
Expires:
|
36
|
+
- '0'
|
37
|
+
Set-Cookie:
|
38
|
+
- sendgrid_frontend=50e3d4cc5b83f36566e7483d1dc0c16f:d11b5201d1c85dcf7e6b3a7c24573f1053c8ce26;
|
39
|
+
expires=Sun, 16-Feb-2014 01:26:53 GMT; path=/; httponly
|
40
|
+
Vary:
|
38
41
|
- Accept-Encoding
|
39
|
-
|
40
|
-
-
|
41
|
-
|
42
|
-
encoding: ASCII-8BIT
|
43
|
-
string: !binary |
|
44
|
-
H4sIAAAAAAAAA6pWyk0tLk5MT1WyUiouTU4GcpRqAQAAAP//AwDGVSbjFQAA
|
45
|
-
AA==
|
46
|
-
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '{"message":"success"}'
|
47
45
|
http_version:
|
48
|
-
recorded_at:
|
49
|
-
recorded_with: VCR 2.
|
46
|
+
recorded_at: Fri, 17 Jan 2014 01:26:53 GMT
|
47
|
+
recorded_with: VCR 2.8.0
|