access 2.0.11 → 2.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/access.rb +1 -0
  4. data/lib/access/api.rb +15 -1
  5. data/lib/access/redemption.rb +26 -0
  6. data/lib/access/response.rb +8 -9
  7. data/lib/access/version.rb +1 -1
  8. data/test/access/filter_test.rb +2 -0
  9. data/test/access/offer_test.rb +20 -2
  10. data/test/access/redeem_test.rb +1 -1
  11. data/test/access/redemption_test.rb +43 -0
  12. data/test/access/report_test.rb +77 -30
  13. data/test/test_helper.rb +5 -3
  14. data/test/vcr/cassettes/all_usage.yml +92 -0
  15. data/test/vcr/cassettes/autocomplete_search.yml +83 -0
  16. data/test/{fixtures → vcr/cassettes}/autocomplete_search_categories.yml +10 -10
  17. data/test/{fixtures → vcr/cassettes}/autocomplete_search_locations.yml +5 -5
  18. data/test/{fixtures → vcr/cassettes}/autocomplete_search_offers.yml +10 -10
  19. data/test/{fixtures → vcr/cassettes}/autocomplete_search_stores.yml +12 -12
  20. data/test/{fixtures → vcr/cassettes}/category_find.yml +7 -7
  21. data/test/{fixtures → vcr/cassettes}/category_search.yml +12 -12
  22. data/test/{fixtures → vcr/cassettes}/category_search_fail_member_key.yml +5 -5
  23. data/test/{fixtures → vcr/cassettes}/filter_find.yml +5 -5
  24. data/test/{fixtures → vcr/cassettes}/filter_search.yml +8 -8
  25. data/test/vcr/cassettes/find_redemption_by_member_key.yml +131 -0
  26. data/test/{fixtures → vcr/cassettes}/location_find.yml +8 -8
  27. data/test/{fixtures → vcr/cassettes}/location_search.yml +9 -9
  28. data/test/{fixtures → vcr/cassettes}/location_search_fail_member_key.yml +5 -5
  29. data/test/vcr/cassettes/member_location_frequent.yml +70 -0
  30. data/test/vcr/cassettes/member_location_recent.yml +70 -0
  31. data/test/vcr/cassettes/member_query_frequent.yml +73 -0
  32. data/test/vcr/cassettes/member_query_recent.yml +73 -0
  33. data/test/vcr/cassettes/national_stores.yml +1966 -0
  34. data/test/{fixtures → vcr/cassettes}/oauth_application_find.yml +5 -5
  35. data/test/{fixtures → vcr/cassettes}/oauth_application_search.yml +8 -8
  36. data/test/{fixtures → vcr/cassettes}/oauth_application_token_find.yml +5 -5
  37. data/test/{fixtures → vcr/cassettes}/oauth_application_token_search.yml +5 -5
  38. data/test/{fixtures → vcr/cassettes}/offer_find.yml +8 -8
  39. data/test/{fixtures → vcr/cassettes}/offer_search.yml +9 -9
  40. data/test/{fixtures → vcr/cassettes}/offer_search_fail_member_key.yml +5 -5
  41. data/test/vcr/cassettes/offer_with_aggregations.yml +935 -0
  42. data/test/vcr/cassettes/redeem_offer_no_redeem_type.yml +38 -0
  43. data/test/vcr/cassettes/redeem_offer_with_redeem_type.yml +38 -0
  44. data/test/vcr/cassettes/search_redemption_by_member_key.yml +762 -0
  45. data/test/vcr/cassettes/search_redemption_by_member_key_without_redemptions.yml +62 -0
  46. data/test/{fixtures → vcr/cassettes}/store_find.yml +5 -5
  47. data/test/{fixtures → vcr/cassettes}/store_search.yml +8 -8
  48. data/test/{fixtures → vcr/cassettes}/store_search_fail_member_key.yml +7 -7
  49. data/test/{fixtures → vcr/cassettes}/subcategory_find.yml +7 -7
  50. data/test/vcr/cassettes/token_find.yml +93 -0
  51. data/test/vcr/cassettes/token_get_first_token.yml +107 -0
  52. data/test/vcr/cassettes/token_search.yml +107 -0
  53. data/test/vcr/cassettes/usage.yml +92 -0
  54. data/test/vcr/cassettes/usage_other.yml +92 -0
  55. data/test/{fixtures → vcr/cassettes}/verify_filter.yml +17 -24
  56. data/test/{fixtures → vcr/cassettes}/verify_token.yml +6 -6
  57. metadata +91 -64
  58. data/test/fixtures/autocomplete_search.yml +0 -82
  59. data/test/fixtures/national_stores.yml +0 -1992
  60. data/test/fixtures/redeem_offer_no_redeem_type.yml +0 -73
  61. data/test/fixtures/token_find.yml +0 -92
  62. data/test/fixtures/token_get_first_token.yml +0 -106
  63. data/test/fixtures/token_search.yml +0 -106
@@ -0,0 +1,83 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://offer-demo.adcrws.com/v1/autocomplete?member_key=API_RUBY_GEM_TEST&per_page=1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Access-Token:
11
+ - ACCESS_TOKEN
12
+ Content-Type:
13
+ - application/json
14
+ Accept:
15
+ - application/json
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Access-Control-Allow-Headers:
22
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
23
+ Access-Control-Allow-Methods:
24
+ - POST, GET, PUT, DELETE, OPTIONS
25
+ Access-Control-Max-Age:
26
+ - '1728000'
27
+ Access-Control-Request-Method:
28
+ - GET
29
+ Cache-Control:
30
+ - max-age=0, private, must-revalidate
31
+ Content-Type:
32
+ - application/json
33
+ Date:
34
+ - Tue, 06 Oct 2015 20:04:58 GMT
35
+ Etag:
36
+ - '"b43328f692243ac81c2839abe56d6984"'
37
+ Server:
38
+ - nginx/1.6.2
39
+ X-Content-Type-Options:
40
+ - nosniff
41
+ X-Frame-Options:
42
+ - SAMEORIGIN
43
+ X-Request-Id:
44
+ - a31b192e-3bc1-48e5-a1e7-0b4c2c936ca1
45
+ X-Runtime:
46
+ - '0.048133'
47
+ X-Xss-Protection:
48
+ - 1; mode=block
49
+ Content-Length:
50
+ - '1081'
51
+ Connection:
52
+ - keep-alive
53
+ body:
54
+ encoding: ASCII-8BIT
55
+ string: !binary |-
56
+ ewogICJzdWdnZXN0aW9ucyI6IHsKICAgICJxdWVyeSI6ICIqIiwKICAgICJj
57
+ YXRlZ29yaWVzIjogWwogICAgICB7CiAgICAgICAgImNhdGVnb3J5X25hbWUi
58
+ OiAiQXBwYXJlbCAmIEFjY2Vzc29yaWVzIiwKICAgICAgICAiY2F0ZWdvcnlf
59
+ a2V5IjogMTA3NywKICAgICAgICAibG9nb191cmwiOiAiaHR0cHM6Ly9zdGF0
60
+ aWMtZGVtby5hY2Nlc3NkZXZlbG9wbWVudC5jb20vaWNvbnMvc2hvcHBpbmcu
61
+ cG5nIgogICAgICB9CiAgICBdLAogICAgInN0b3JlcyI6IFsKICAgICAgewog
62
+ ICAgICAgICJzdG9yZV9uYW1lIjogIkJlc3QgV2VzdGVybiIsCiAgICAgICAg
63
+ InN0b3JlX2tleSI6IDE4OTM4MTQ2LAogICAgICAgICJhY3RpdmVfb2ZmZXJf
64
+ Y291bnQiOiA0MTY2LAogICAgICAgICJhY3RpdmVfbG9jYXRpb25fY291bnQi
65
+ OiA0MTQzLAogICAgICAgICJsb2dvX3VybCI6ICJodHRwczovL3N0YXRpYy1k
66
+ ZW1vLmFjY2Vzc2RldmVsb3BtZW50LmNvbS9icmFuZC80YjdlYTU3MDI4ZTg2
67
+ ODc4NTdiNTA5ZDcxMWJkNmI2YzA5NmE3YjE5L29yaWdpbmFsLnBuZyIKICAg
68
+ ICAgfQogICAgXSwKICAgICJsb2NhdGlvbnMiOiBbCiAgICAgIHsKICAgICAg
69
+ ICAibG9jYXRpb25fbmFtZSI6ICJXYWx0IERpc25leSBXb3JsZMKuIFRpY2tl
70
+ dHMiLAogICAgICAgICJsb2NhdGlvbl9rZXkiOiA1MjE3NjE1LAogICAgICAg
71
+ ICJhY3RpdmVfb2ZmZXJfY291bnQiOiA4NSwKICAgICAgICAibG9nb191cmwi
72
+ OiAiaHR0cHM6Ly9zdGF0aWMtZGVtby5hY2Nlc3NkZXZlbG9wbWVudC5jb20v
73
+ YnJhbmQvNDI5ZWM2ZDE3OTk1YzMxYzExNzNiZjQ0OTNkNThmMzQ1MDA1N2Q4
74
+ Yi9vcmlnaW5hbC5wbmciCiAgICAgIH0KICAgIF0sCiAgICAib2ZmZXJzIjog
75
+ WwogICAgICB7CiAgICAgICAgIm9mZmVyX25hbWUiOiAiJDEwIG9mZiAxc3Qg
76
+ JDEwMC4iLAogICAgICAgICJvZmZlcl9rZXkiOiA5NzUzNzc2LAogICAgICAg
77
+ ICJsb2dvX3VybCI6ICJodHRwczovL3N0YXRpYy1kZW1vLmFjY2Vzc2RldmVs
78
+ b3BtZW50LmNvbS9icmFuZC81ZGYzY2I4MGM4NjZlZDNhYzMyMGIzYjkxNWMw
79
+ NTYxY2MxNjI3MDM0L29yaWdpbmFsLnBuZyIKICAgICAgfQogICAgXQogIH0K
80
+ fQ==
81
+ http_version:
82
+ recorded_at: Tue, 06 Oct 2015 20:04:58 GMT
83
+ recorded_with: VCR 2.9.3
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Access-Token:
11
- - token_without_limit
11
+ - ACCESS_TOKEN
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,9 +31,9 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 20:14:05 GMT
34
+ - Tue, 06 Oct 2015 20:04:58 GMT
35
35
  Etag:
36
- - '"0278fae8fe3100e682489033c340d4a2"'
36
+ - '"cdc9e19f6eb96655bd3773c1172d9712"'
37
37
  Server:
38
38
  - nginx/1.6.2
39
39
  X-Content-Type-Options:
@@ -41,13 +41,13 @@ http_interactions:
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
43
  X-Request-Id:
44
- - a2b470b0-5141-4e32-8ac4-1f4f77527168
44
+ - 195186bb-7d5a-40f0-81fc-136988bb895d
45
45
  X-Runtime:
46
- - '0.018275'
46
+ - '0.016504'
47
47
  X-Xss-Protection:
48
48
  - 1; mode=block
49
49
  Content-Length:
50
- - '249'
50
+ - '239'
51
51
  Connection:
52
52
  - keep-alive
53
53
  body:
@@ -58,13 +58,13 @@ http_interactions:
58
58
  "query": "*",
59
59
  "categories": [
60
60
  {
61
- "category_name": "Apparel & Accessories",
62
- "category_key": 1077,
63
- "logo_url": "https://static-demo.accessdevelopment.com/icons/shopping.png"
61
+ "category_name": "Air & Parking",
62
+ "category_key": 1109,
63
+ "logo_url": "https://static-demo.accessdevelopment.com/icons/travel.png"
64
64
  }
65
65
  ]
66
66
  }
67
67
  }
68
68
  http_version:
69
- recorded_at: Wed, 16 Sep 2015 20:14:05 GMT
69
+ recorded_at: Tue, 06 Oct 2015 20:04:58 GMT
70
70
  recorded_with: VCR 2.9.3
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Access-Token:
11
- - token_without_limit
11
+ - ACCESS_TOKEN
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 20:14:06 GMT
34
+ - Tue, 06 Oct 2015 20:04:59 GMT
35
35
  Etag:
36
36
  - '"31ddb1bb29169320aef8492c5d01fc3b"'
37
37
  Server:
@@ -41,9 +41,9 @@ http_interactions:
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
43
  X-Request-Id:
44
- - 0ccc7ce3-e3f8-4eee-bbc2-a03a5ae4f410
44
+ - 3547d90d-1133-4ede-b03e-1ea23c040959
45
45
  X-Runtime:
46
- - '0.025778'
46
+ - '0.024912'
47
47
  X-Xss-Protection:
48
48
  - 1; mode=block
49
49
  Content-Length:
@@ -62,5 +62,5 @@ http_interactions:
62
62
  YzMxYzExNzNiZjQ0OTNkNThmMzQ1MDA1N2Q4Yi9vcmlnaW5hbC5wbmciCiAg
63
63
  ICAgIH0KICAgIF0KICB9Cn0=
64
64
  http_version:
65
- recorded_at: Wed, 16 Sep 2015 20:14:06 GMT
65
+ recorded_at: Tue, 06 Oct 2015 20:04:59 GMT
66
66
  recorded_with: VCR 2.9.3
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Access-Token:
11
- - token_without_limit
11
+ - ACCESS_TOKEN
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,9 +31,9 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 20:14:05 GMT
34
+ - Tue, 06 Oct 2015 20:04:59 GMT
35
35
  Etag:
36
- - '"90803bf345ccb08cd42940b88fb61c84"'
36
+ - '"ced50892f93ae8511504eaaa018ff226"'
37
37
  Server:
38
38
  - nginx/1.6.2
39
39
  X-Content-Type-Options:
@@ -41,13 +41,13 @@ http_interactions:
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
43
  X-Request-Id:
44
- - dfbadd84-7ff3-49bd-beaa-b08d66d4fbf9
44
+ - 2c25e622-3eef-4486-90b3-ae89cd18bbc6
45
45
  X-Runtime:
46
- - '0.020636'
46
+ - '0.022049'
47
47
  X-Xss-Protection:
48
48
  - 1; mode=block
49
49
  Content-Length:
50
- - '281'
50
+ - '274'
51
51
  Connection:
52
52
  - keep-alive
53
53
  body:
@@ -58,13 +58,13 @@ http_interactions:
58
58
  "query": "*",
59
59
  "offers": [
60
60
  {
61
- "offer_name": "$25 off your move.",
62
- "offer_key": 10377601,
63
- "logo_url": "https://static-demo.accessdevelopment.com/brand/ce5e8c481ee58af3412a7c05115f655211496593/original.png"
61
+ "offer_name": "14.5% Reward",
62
+ "offer_key": 8011936,
63
+ "logo_url": "https://static-demo.accessdevelopment.com/brand/009b520d456af76b4f9f23bed2751ddef8847d84/original.png"
64
64
  }
65
65
  ]
66
66
  }
67
67
  }
68
68
  http_version:
69
- recorded_at: Wed, 16 Sep 2015 20:14:05 GMT
69
+ recorded_at: Tue, 06 Oct 2015 20:04:59 GMT
70
70
  recorded_with: VCR 2.9.3
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Access-Token:
11
- - token_without_limit
11
+ - ACCESS_TOKEN
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,9 +31,9 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 20:14:06 GMT
34
+ - Tue, 06 Oct 2015 20:04:59 GMT
35
35
  Etag:
36
- - '"94be48e1efdb35ed4c479bc98c8ee235"'
36
+ - '"08956181a96a9f3bc89d47f5a54ddc94"'
37
37
  Server:
38
38
  - nginx/1.6.2
39
39
  X-Content-Type-Options:
@@ -41,13 +41,13 @@ http_interactions:
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
43
  X-Request-Id:
44
- - 1a12d9b4-e437-4aef-9b3b-14a24b629667
44
+ - 0ff25d3e-c237-4018-b9a4-c0be17f29772
45
45
  X-Runtime:
46
- - '0.018486'
46
+ - '0.016900'
47
47
  X-Xss-Protection:
48
48
  - 1; mode=block
49
49
  Content-Length:
50
- - '350'
50
+ - '362'
51
51
  Connection:
52
52
  - keep-alive
53
53
  body:
@@ -58,15 +58,15 @@ http_interactions:
58
58
  "query": "*",
59
59
  "stores": [
60
60
  {
61
- "store_name": "Best Western",
62
- "store_key": 18938146,
63
- "active_offer_count": 4166,
64
- "active_location_count": 4143,
65
- "logo_url": "https://static-demo.accessdevelopment.com/brand/4b7ea57028e8687857b509d711bd6b6c096a7b19/original.png"
61
+ "store_name": "Spafinder Wellness 365",
62
+ "store_key": 18939302,
63
+ "active_offer_count": 17165,
64
+ "active_location_count": 17165,
65
+ "logo_url": "https://static-demo.accessdevelopment.com/brand/6bbaa1000c933a5e91fa8f3113609e6c8ff19fdd/original.png"
66
66
  }
67
67
  ]
68
68
  }
69
69
  }
70
70
  http_version:
71
- recorded_at: Wed, 16 Sep 2015 20:14:06 GMT
71
+ recorded_at: Tue, 06 Oct 2015 20:04:59 GMT
72
72
  recorded_with: VCR 2.9.3
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Access-Token:
11
- - token_without_limit
11
+ - ACCESS_TOKEN
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 20:14:07 GMT
34
+ - Tue, 06 Oct 2015 20:04:57 GMT
35
35
  Etag:
36
36
  - '"0fe213433a276874bf810f082f4986c3"'
37
37
  Server:
@@ -41,13 +41,13 @@ http_interactions:
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
43
  X-Request-Id:
44
- - 162e5c0c-979e-4d0a-9485-2a28b89c119c
44
+ - 1a2c30b9-afd2-42e3-a6e4-1804959cd099
45
45
  X-Runtime:
46
- - '0.023028'
46
+ - '0.021716'
47
47
  X-Xss-Protection:
48
48
  - 1; mode=block
49
- Content-Length:
50
- - '4071'
49
+ Transfer-Encoding:
50
+ - chunked
51
51
  Connection:
52
52
  - keep-alive
53
53
  body:
@@ -154,5 +154,5 @@ http_interactions:
154
154
  ]
155
155
  }
156
156
  http_version:
157
- recorded_at: Wed, 16 Sep 2015 20:14:07 GMT
157
+ recorded_at: Tue, 06 Oct 2015 20:04:57 GMT
158
158
  recorded_with: VCR 2.9.3
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Access-Token:
11
- - token_without_limit
11
+ - ACCESS_TOKEN
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 20:14:08 GMT
34
+ - Tue, 06 Oct 2015 20:04:56 GMT
35
35
  Etag:
36
36
  - '"f25d5336588168ac71a1178f08a0cf9f"'
37
37
  Server:
@@ -41,13 +41,13 @@ http_interactions:
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
43
  X-Request-Id:
44
- - 95621b67-9424-4397-931d-1be41f925373
44
+ - 6421d562-3908-49a5-8906-437b3147cb3e
45
45
  X-Runtime:
46
- - '0.134157'
46
+ - '0.113936'
47
47
  X-Xss-Protection:
48
48
  - 1; mode=block
49
- Content-Length:
50
- - '65534'
49
+ Transfer-Encoding:
50
+ - chunked
51
51
  Connection:
52
52
  - keep-alive
53
53
  body:
@@ -1608,7 +1608,7 @@ http_interactions:
1608
1608
  ]
1609
1609
  }
1610
1610
  http_version:
1611
- recorded_at: Wed, 16 Sep 2015 20:14:08 GMT
1611
+ recorded_at: Tue, 06 Oct 2015 20:04:56 GMT
1612
1612
  - request:
1613
1613
  method: get
1614
1614
  uri: https://offer-demo.adcrws.com/v1/categories?member_key=API_RUBY_GEM_TEST
@@ -1617,7 +1617,7 @@ http_interactions:
1617
1617
  string: ''
1618
1618
  headers:
1619
1619
  Access-Token:
1620
- - token_without_limit
1620
+ - ACCESS_TOKEN
1621
1621
  Content-Type:
1622
1622
  - application/json
1623
1623
  Accept:
@@ -1640,7 +1640,7 @@ http_interactions:
1640
1640
  Content-Type:
1641
1641
  - application/json
1642
1642
  Date:
1643
- - Wed, 16 Sep 2015 20:14:09 GMT
1643
+ - Tue, 06 Oct 2015 20:04:57 GMT
1644
1644
  Etag:
1645
1645
  - '"f25d5336588168ac71a1178f08a0cf9f"'
1646
1646
  Server:
@@ -1650,9 +1650,9 @@ http_interactions:
1650
1650
  X-Frame-Options:
1651
1651
  - SAMEORIGIN
1652
1652
  X-Request-Id:
1653
- - f78bca0a-644d-40ac-a76c-233e84a5c9b1
1653
+ - 7956afde-2f55-4505-8654-69ab8f62f6a7
1654
1654
  X-Runtime:
1655
- - '0.129324'
1655
+ - '0.141587'
1656
1656
  X-Xss-Protection:
1657
1657
  - 1; mode=block
1658
1658
  Content-Length:
@@ -3217,5 +3217,5 @@ http_interactions:
3217
3217
  ]
3218
3218
  }
3219
3219
  http_version:
3220
- recorded_at: Wed, 16 Sep 2015 20:14:09 GMT
3220
+ recorded_at: Tue, 06 Oct 2015 20:04:57 GMT
3221
3221
  recorded_with: VCR 2.9.3
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Access-Token:
11
- - token_without_limit
11
+ - ACCESS_TOKEN
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 20:14:07 GMT
34
+ - Tue, 06 Oct 2015 20:04:56 GMT
35
35
  Server:
36
36
  - nginx/1.6.2
37
37
  X-Content-Type-Options:
@@ -39,9 +39,9 @@ http_interactions:
39
39
  X-Frame-Options:
40
40
  - SAMEORIGIN
41
41
  X-Request-Id:
42
- - 3983b3b7-b369-4aa2-87b6-dd496e601b79
42
+ - 02e91919-3b16-4a8f-b621-78d0c26d808e
43
43
  X-Runtime:
44
- - '0.008920'
44
+ - '0.010846'
45
45
  X-Xss-Protection:
46
46
  - 1; mode=block
47
47
  Content-Length:
@@ -56,5 +56,5 @@ http_interactions:
56
56
  "status": 401
57
57
  }
58
58
  http_version:
59
- recorded_at: Wed, 16 Sep 2015 20:14:07 GMT
59
+ recorded_at: Tue, 06 Oct 2015 20:04:56 GMT
60
60
  recorded_with: VCR 2.9.3