access 2.0.9 → 2.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/access/api.rb +1 -1
  3. data/lib/access/version.rb +1 -1
  4. data/test/access/token_test.rb +1 -1
  5. data/test/fixtures/autocomplete_search.yml +25 -29
  6. data/test/fixtures/autocomplete_search_categories.yml +5 -9
  7. data/test/fixtures/autocomplete_search_locations.yml +5 -9
  8. data/test/fixtures/autocomplete_search_offers.yml +5 -9
  9. data/test/fixtures/autocomplete_search_stores.yml +12 -16
  10. data/test/fixtures/category_find.yml +5 -9
  11. data/test/fixtures/category_search.yml +10 -18
  12. data/test/fixtures/category_search_fail_member_key.yml +5 -9
  13. data/test/fixtures/filter_find.yml +7 -11
  14. data/test/fixtures/filter_search.yml +5 -9
  15. data/test/fixtures/location_find.yml +5 -9
  16. data/test/fixtures/location_search.yml +5 -9
  17. data/test/fixtures/location_search_fail_member_key.yml +5 -9
  18. data/test/fixtures/national_stores.yml +5 -9
  19. data/test/fixtures/oauth_application_find.yml +5 -9
  20. data/test/fixtures/oauth_application_search.yml +5 -9
  21. data/test/fixtures/oauth_application_token_find.yml +5 -9
  22. data/test/fixtures/oauth_application_token_search.yml +5 -9
  23. data/test/fixtures/offer_find.yml +5 -9
  24. data/test/fixtures/offer_search.yml +5 -9
  25. data/test/fixtures/offer_search_fail_member_key.yml +5 -9
  26. data/test/fixtures/redeem_offer_no_redeem_type.yml +8 -8
  27. data/test/fixtures/store_find.yml +5 -9
  28. data/test/fixtures/store_search.yml +5 -9
  29. data/test/fixtures/store_search_fail_member_key.yml +7 -11
  30. data/test/fixtures/subcategory_find.yml +5 -9
  31. data/test/fixtures/token_find.yml +14 -17
  32. data/test/fixtures/token_get_first_token.yml +106 -0
  33. data/test/fixtures/token_search.yml +16 -19
  34. data/test/fixtures/verify_filter.yml +5 -9
  35. data/test/fixtures/verify_token.yml +9 -13
  36. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df230957c834262d01f6f2074ab67c7071d30a7d
4
- data.tar.gz: 98754c3f9b28d8aa6b9d3a3f0e55f32c0130a98c
3
+ metadata.gz: 7d7ce60858e6de564a11f717a8f4261530173b56
4
+ data.tar.gz: 2a09d5f64c488ac6e6207bdf20faaa64af540fa6
5
5
  SHA512:
6
- metadata.gz: 7e56ba6ee9d7d25603324fec516b7bb5905f66ff39870a272030240e32e2873736ab28d84831587029f3c5cfe7d6a2097a5a76b9f451dd6d1a7bf9a3928fc41e
7
- data.tar.gz: ed1b311d5f97cd6f830bd6f32059e32c3c04e59553c26570aa807cc33c893082af40267978f06b1fd2a6dd420144336a2ed95eed3a2b8866c8d04b3d3baf8f11
6
+ metadata.gz: f1bcf00f3c0b179ead233f3801d17ddcb805336a06e26d5a58a8048ccc65dab13a4f14430903d75dcc73a5b2eaa3781ec9177f797089a54b902f7cd3d4c02705
7
+ data.tar.gz: 244de4dc42154dc84920d4b5d5e407780ca549cc2b8a8676da926c8287d1d15c612d4df1d23bfbcfc969f15049d99e4e035864b656ae5b9b870d6f56503d908b
data/lib/access/api.rb CHANGED
@@ -134,7 +134,7 @@ module Access
134
134
  end
135
135
 
136
136
  def member_authentication(options = {})
137
- request.get("/auth", "mms", options) do |response|
137
+ request.post("/auth", "mms", options) do |response|
138
138
  MemberResponse.new(response)
139
139
  end
140
140
  end
@@ -1,4 +1,4 @@
1
1
  module Access
2
- VERSION = "2.0.9"
2
+ VERSION = "2.0.10"
3
3
  end
4
4
 
@@ -3,7 +3,7 @@ require './test/test_helper'
3
3
  class TokenTest < Minitest::Test
4
4
 
5
5
  def get_first_token
6
- VCR.use_cassette('token search') do
6
+ VCR.use_cassette('token get first token') do
7
7
  @first_token = Access::Token.search(per_page: 1).oauth_tokens.first
8
8
  end
9
9
  end
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Access-Token:
11
- - token_without_filters
11
+ - token_without_limit
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,27 +31,23 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 19:53:53 GMT
34
+ - Wed, 16 Sep 2015 20:14:05 GMT
35
35
  Etag:
36
- - '"eea7c02e79f82485a45bbf6313c89c90"'
36
+ - '"0f289789f9134cc5f90d10a3a58fe15a"'
37
37
  Server:
38
38
  - nginx/1.6.2
39
39
  X-Content-Type-Options:
40
40
  - nosniff
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
- X-Ratelimit-Limit:
44
- - '1000'
45
- X-Ratelimit-Remaining:
46
- - '997'
47
43
  X-Request-Id:
48
- - 03ff59cc-3064-4dcd-b3d6-2dc4faae21fd
44
+ - b6528e87-532f-4570-b03d-1aa40cd0f829
49
45
  X-Runtime:
50
- - '0.080572'
46
+ - '0.048588'
51
47
  X-Xss-Protection:
52
48
  - 1; mode=block
53
49
  Content-Length:
54
- - '1066'
50
+ - '1078'
55
51
  Connection:
56
52
  - keep-alive
57
53
  body:
@@ -63,24 +59,24 @@ http_interactions:
63
59
  MDksCiAgICAgICAgImxvZ29fdXJsIjogImh0dHBzOi8vc3RhdGljLWRlbW8u
64
60
  YWNjZXNzZGV2ZWxvcG1lbnQuY29tL2ljb25zL3RyYXZlbC5wbmciCiAgICAg
65
61
  IH0KICAgIF0sCiAgICAic3RvcmVzIjogWwogICAgICB7CiAgICAgICAgInN0
66
- b3JlX25hbWUiOiAiQmVzdCBXZXN0ZXJuIiwKICAgICAgICAic3RvcmVfa2V5
67
- IjogMTg5MzgxNDYsCiAgICAgICAgImFjdGl2ZV9vZmZlcl9jb3VudCI6IDQx
68
- NjYsCiAgICAgICAgImFjdGl2ZV9sb2NhdGlvbl9jb3VudCI6IDQxNDMsCiAg
69
- ICAgICAgImxvZ29fdXJsIjogImh0dHBzOi8vc3RhdGljLWRlbW8uYWNjZXNz
70
- ZGV2ZWxvcG1lbnQuY29tL2JyYW5kLzRiN2VhNTcwMjhlODY4Nzg1N2I1MDlk
71
- NzExYmQ2YjZjMDk2YTdiMTkvb3JpZ2luYWwucG5nIgogICAgICB9CiAgICBd
72
- LAogICAgImxvY2F0aW9ucyI6IFsKICAgICAgewogICAgICAgICJsb2NhdGlv
73
- bl9uYW1lIjogIldhbHQgRGlzbmV5IFdvcmxkwq4gVGlja2V0cyIsCiAgICAg
74
- ICAgImxvY2F0aW9uX2tleSI6IDUyMTc2MTUsCiAgICAgICAgImFjdGl2ZV9v
75
- ZmZlcl9jb3VudCI6IDg1LAogICAgICAgICJsb2dvX3VybCI6ICJodHRwczov
76
- L3N0YXRpYy1kZW1vLmFjY2Vzc2RldmVsb3BtZW50LmNvbS9icmFuZC80Mjll
77
- YzZkMTc5OTVjMzFjMTE3M2JmNDQ5M2Q1OGYzNDUwMDU3ZDhiL29yaWdpbmFs
78
- LnBuZyIKICAgICAgfQogICAgXSwKICAgICJvZmZlcnMiOiBbCiAgICAgIHsK
79
- ICAgICAgICAib2ZmZXJfbmFtZSI6ICIxNC41JSBSZXdhcmQiLAogICAgICAg
80
- ICJvZmZlcl9rZXkiOiA4MDExOTM2LAogICAgICAgICJsb2dvX3VybCI6ICJo
81
- dHRwczovL3N0YXRpYy1kZW1vLmFjY2Vzc2RldmVsb3BtZW50LmNvbS9icmFu
82
- ZC8wMDliNTIwZDQ1NmFmNzZiNGY5ZjIzYmVkMjc1MWRkZWY4ODQ3ZDg0L29y
83
- aWdpbmFsLnBuZyIKICAgICAgfQogICAgXQogIH0KfQ==
62
+ b3JlX25hbWUiOiAiU3BhZmluZGVyIFdlbGxuZXNzIDM2NSIsCiAgICAgICAg
63
+ InN0b3JlX2tleSI6IDE4OTM5MzAyLAogICAgICAgICJhY3RpdmVfb2ZmZXJf
64
+ Y291bnQiOiAxNzE2NSwKICAgICAgICAiYWN0aXZlX2xvY2F0aW9uX2NvdW50
65
+ IjogMTcxNjUsCiAgICAgICAgImxvZ29fdXJsIjogImh0dHBzOi8vc3RhdGlj
66
+ LWRlbW8uYWNjZXNzZGV2ZWxvcG1lbnQuY29tL2JyYW5kLzZiYmFhMTAwMGM5
67
+ MzNhNWU5MWZhOGYzMTEzNjA5ZTZjOGZmMTlmZGQvb3JpZ2luYWwucG5nIgog
68
+ ICAgICB9CiAgICBdLAogICAgImxvY2F0aW9ucyI6IFsKICAgICAgewogICAg
69
+ ICAgICJsb2NhdGlvbl9uYW1lIjogIldhbHQgRGlzbmV5IFdvcmxkwq4gVGlj
70
+ a2V0cyIsCiAgICAgICAgImxvY2F0aW9uX2tleSI6IDUyMTc2MTUsCiAgICAg
71
+ ICAgImFjdGl2ZV9vZmZlcl9jb3VudCI6IDg1LAogICAgICAgICJsb2dvX3Vy
72
+ bCI6ICJodHRwczovL3N0YXRpYy1kZW1vLmFjY2Vzc2RldmVsb3BtZW50LmNv
73
+ bS9icmFuZC80MjllYzZkMTc5OTVjMzFjMTE3M2JmNDQ5M2Q1OGYzNDUwMDU3
74
+ ZDhiL29yaWdpbmFsLnBuZyIKICAgICAgfQogICAgXSwKICAgICJvZmZlcnMi
75
+ OiBbCiAgICAgIHsKICAgICAgICAib2ZmZXJfbmFtZSI6ICIxNC41JSBSZXdh
76
+ cmQiLAogICAgICAgICJvZmZlcl9rZXkiOiA4MDExOTM2LAogICAgICAgICJs
77
+ b2dvX3VybCI6ICJodHRwczovL3N0YXRpYy1kZW1vLmFjY2Vzc2RldmVsb3Bt
78
+ ZW50LmNvbS9icmFuZC8wMDliNTIwZDQ1NmFmNzZiNGY5ZjIzYmVkMjc1MWRk
79
+ ZWY4ODQ3ZDg0L29yaWdpbmFsLnBuZyIKICAgICAgfQogICAgXQogIH0KfQ==
84
80
  http_version:
85
- recorded_at: Wed, 16 Sep 2015 19:53:53 GMT
81
+ recorded_at: Wed, 16 Sep 2015 20:14:05 GMT
86
82
  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_filters
11
+ - token_without_limit
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 19:53:53 GMT
34
+ - Wed, 16 Sep 2015 20:14:05 GMT
35
35
  Etag:
36
36
  - '"0278fae8fe3100e682489033c340d4a2"'
37
37
  Server:
@@ -40,14 +40,10 @@ http_interactions:
40
40
  - nosniff
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
- X-Ratelimit-Limit:
44
- - '1000'
45
- X-Ratelimit-Remaining:
46
- - '998'
47
43
  X-Request-Id:
48
- - 888626a8-d13c-4c8f-8605-797265176928
44
+ - a2b470b0-5141-4e32-8ac4-1f4f77527168
49
45
  X-Runtime:
50
- - '0.017695'
46
+ - '0.018275'
51
47
  X-Xss-Protection:
52
48
  - 1; mode=block
53
49
  Content-Length:
@@ -70,5 +66,5 @@ http_interactions:
70
66
  }
71
67
  }
72
68
  http_version:
73
- recorded_at: Wed, 16 Sep 2015 19:53:53 GMT
69
+ recorded_at: Wed, 16 Sep 2015 20:14:05 GMT
74
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_filters
11
+ - token_without_limit
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 19:53:54 GMT
34
+ - Wed, 16 Sep 2015 20:14:06 GMT
35
35
  Etag:
36
36
  - '"31ddb1bb29169320aef8492c5d01fc3b"'
37
37
  Server:
@@ -40,14 +40,10 @@ http_interactions:
40
40
  - nosniff
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
- X-Ratelimit-Limit:
44
- - '1000'
45
- X-Ratelimit-Remaining:
46
- - '996'
47
43
  X-Request-Id:
48
- - e1aca17e-3461-4354-a8ad-25db57dc0537
44
+ - 0ccc7ce3-e3f8-4eee-bbc2-a03a5ae4f410
49
45
  X-Runtime:
50
- - '0.025414'
46
+ - '0.025778'
51
47
  X-Xss-Protection:
52
48
  - 1; mode=block
53
49
  Content-Length:
@@ -66,5 +62,5 @@ http_interactions:
66
62
  YzMxYzExNzNiZjQ0OTNkNThmMzQ1MDA1N2Q4Yi9vcmlnaW5hbC5wbmciCiAg
67
63
  ICAgIH0KICAgIF0KICB9Cn0=
68
64
  http_version:
69
- recorded_at: Wed, 16 Sep 2015 19:53:54 GMT
65
+ recorded_at: Wed, 16 Sep 2015 20:14:06 GMT
70
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_filters
11
+ - token_without_limit
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 19:53:52 GMT
34
+ - Wed, 16 Sep 2015 20:14:05 GMT
35
35
  Etag:
36
36
  - '"90803bf345ccb08cd42940b88fb61c84"'
37
37
  Server:
@@ -40,14 +40,10 @@ http_interactions:
40
40
  - nosniff
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
- X-Ratelimit-Limit:
44
- - '1000'
45
- X-Ratelimit-Remaining:
46
- - '999'
47
43
  X-Request-Id:
48
- - e882feab-a6d8-4e22-af03-5c18a6bd9c67
44
+ - dfbadd84-7ff3-49bd-beaa-b08d66d4fbf9
49
45
  X-Runtime:
50
- - '0.049246'
46
+ - '0.020636'
51
47
  X-Xss-Protection:
52
48
  - 1; mode=block
53
49
  Content-Length:
@@ -70,5 +66,5 @@ http_interactions:
70
66
  }
71
67
  }
72
68
  http_version:
73
- recorded_at: Wed, 16 Sep 2015 19:53:52 GMT
69
+ recorded_at: Wed, 16 Sep 2015 20:14:05 GMT
74
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_filters
11
+ - token_without_limit
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,27 +31,23 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 19:53:54 GMT
34
+ - Wed, 16 Sep 2015 20:14:06 GMT
35
35
  Etag:
36
- - '"08956181a96a9f3bc89d47f5a54ddc94"'
36
+ - '"94be48e1efdb35ed4c479bc98c8ee235"'
37
37
  Server:
38
38
  - nginx/1.6.2
39
39
  X-Content-Type-Options:
40
40
  - nosniff
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
- X-Ratelimit-Limit:
44
- - '1000'
45
- X-Ratelimit-Remaining:
46
- - '995'
47
43
  X-Request-Id:
48
- - 953ded05-8d5a-4553-ac88-61f15e8b104e
44
+ - 1a12d9b4-e437-4aef-9b3b-14a24b629667
49
45
  X-Runtime:
50
- - '0.019105'
46
+ - '0.018486'
51
47
  X-Xss-Protection:
52
48
  - 1; mode=block
53
49
  Content-Length:
54
- - '362'
50
+ - '350'
55
51
  Connection:
56
52
  - keep-alive
57
53
  body:
@@ -62,15 +58,15 @@ http_interactions:
62
58
  "query": "*",
63
59
  "stores": [
64
60
  {
65
- "store_name": "Spafinder Wellness 365",
66
- "store_key": 18939302,
67
- "active_offer_count": 17165,
68
- "active_location_count": 17165,
69
- "logo_url": "https://static-demo.accessdevelopment.com/brand/6bbaa1000c933a5e91fa8f3113609e6c8ff19fdd/original.png"
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"
70
66
  }
71
67
  ]
72
68
  }
73
69
  }
74
70
  http_version:
75
- recorded_at: Wed, 16 Sep 2015 19:53:54 GMT
71
+ recorded_at: Wed, 16 Sep 2015 20:14:06 GMT
76
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_filters
11
+ - token_without_limit
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 19:54:06 GMT
34
+ - Wed, 16 Sep 2015 20:14:07 GMT
35
35
  Etag:
36
36
  - '"0fe213433a276874bf810f082f4986c3"'
37
37
  Server:
@@ -40,14 +40,10 @@ http_interactions:
40
40
  - nosniff
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
- X-Ratelimit-Limit:
44
- - '1000'
45
- X-Ratelimit-Remaining:
46
- - '967'
47
43
  X-Request-Id:
48
- - 9862fc7c-68ee-411b-91ad-001c5bfe799d
44
+ - 162e5c0c-979e-4d0a-9485-2a28b89c119c
49
45
  X-Runtime:
50
- - '0.021848'
46
+ - '0.023028'
51
47
  X-Xss-Protection:
52
48
  - 1; mode=block
53
49
  Content-Length:
@@ -158,5 +154,5 @@ http_interactions:
158
154
  ]
159
155
  }
160
156
  http_version:
161
- recorded_at: Wed, 16 Sep 2015 19:54:06 GMT
157
+ recorded_at: Wed, 16 Sep 2015 20:14:07 GMT
162
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_filters
11
+ - token_without_limit
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 19:54:07 GMT
34
+ - Wed, 16 Sep 2015 20:14:08 GMT
35
35
  Etag:
36
36
  - '"f25d5336588168ac71a1178f08a0cf9f"'
37
37
  Server:
@@ -40,14 +40,10 @@ http_interactions:
40
40
  - nosniff
41
41
  X-Frame-Options:
42
42
  - SAMEORIGIN
43
- X-Ratelimit-Limit:
44
- - '1000'
45
- X-Ratelimit-Remaining:
46
- - '965'
47
43
  X-Request-Id:
48
- - e3ec5b32-7865-46b4-b8e4-dd5c9d108902
44
+ - 95621b67-9424-4397-931d-1be41f925373
49
45
  X-Runtime:
50
- - '0.130458'
46
+ - '0.134157'
51
47
  X-Xss-Protection:
52
48
  - 1; mode=block
53
49
  Content-Length:
@@ -1612,7 +1608,7 @@ http_interactions:
1612
1608
  ]
1613
1609
  }
1614
1610
  http_version:
1615
- recorded_at: Wed, 16 Sep 2015 19:54:08 GMT
1611
+ recorded_at: Wed, 16 Sep 2015 20:14:08 GMT
1616
1612
  - request:
1617
1613
  method: get
1618
1614
  uri: https://offer-demo.adcrws.com/v1/categories?member_key=API_RUBY_GEM_TEST
@@ -1621,7 +1617,7 @@ http_interactions:
1621
1617
  string: ''
1622
1618
  headers:
1623
1619
  Access-Token:
1624
- - token_without_filters
1620
+ - token_without_limit
1625
1621
  Content-Type:
1626
1622
  - application/json
1627
1623
  Accept:
@@ -1644,7 +1640,7 @@ http_interactions:
1644
1640
  Content-Type:
1645
1641
  - application/json
1646
1642
  Date:
1647
- - Wed, 16 Sep 2015 19:54:08 GMT
1643
+ - Wed, 16 Sep 2015 20:14:09 GMT
1648
1644
  Etag:
1649
1645
  - '"f25d5336588168ac71a1178f08a0cf9f"'
1650
1646
  Server:
@@ -1653,14 +1649,10 @@ http_interactions:
1653
1649
  - nosniff
1654
1650
  X-Frame-Options:
1655
1651
  - SAMEORIGIN
1656
- X-Ratelimit-Limit:
1657
- - '1000'
1658
- X-Ratelimit-Remaining:
1659
- - '963'
1660
1652
  X-Request-Id:
1661
- - b47465d7-c528-45f0-be7d-0a2c99d321b8
1653
+ - f78bca0a-644d-40ac-a76c-233e84a5c9b1
1662
1654
  X-Runtime:
1663
- - '0.112553'
1655
+ - '0.129324'
1664
1656
  X-Xss-Protection:
1665
1657
  - 1; mode=block
1666
1658
  Content-Length:
@@ -3225,5 +3217,5 @@ http_interactions:
3225
3217
  ]
3226
3218
  }
3227
3219
  http_version:
3228
- recorded_at: Wed, 16 Sep 2015 19:54:09 GMT
3220
+ recorded_at: Wed, 16 Sep 2015 20:14:09 GMT
3229
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_filters
11
+ - token_without_limit
12
12
  Content-Type:
13
13
  - application/json
14
14
  Accept:
@@ -31,21 +31,17 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/json
33
33
  Date:
34
- - Wed, 16 Sep 2015 19:54:09 GMT
34
+ - Wed, 16 Sep 2015 20:14:07 GMT
35
35
  Server:
36
36
  - nginx/1.6.2
37
37
  X-Content-Type-Options:
38
38
  - nosniff
39
39
  X-Frame-Options:
40
40
  - SAMEORIGIN
41
- X-Ratelimit-Limit:
42
- - '1000'
43
- X-Ratelimit-Remaining:
44
- - '962'
45
41
  X-Request-Id:
46
- - 9b28bc6f-bc97-4f64-bf27-e9e6ecbac89b
42
+ - 3983b3b7-b369-4aa2-87b6-dd496e601b79
47
43
  X-Runtime:
48
- - '0.010593'
44
+ - '0.008920'
49
45
  X-Xss-Protection:
50
46
  - 1; mode=block
51
47
  Content-Length:
@@ -60,5 +56,5 @@ http_interactions:
60
56
  "status": 401
61
57
  }
62
58
  http_version:
63
- recorded_at: Wed, 16 Sep 2015 19:54:09 GMT
59
+ recorded_at: Wed, 16 Sep 2015 20:14:07 GMT
64
60
  recorded_with: VCR 2.9.3