access 2.0.41 → 2.0.42

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.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/access/campaign.rb +2 -0
  4. data/lib/access/filter.rb +0 -7
  5. data/lib/access/response.rb +4 -4
  6. data/lib/access/version.rb +1 -1
  7. data/test/access/campaign_test.rb +11 -9
  8. data/test/access/channel_test.rb +1 -0
  9. data/test/access/filter_test.rb +0 -4
  10. data/test/access/spot_test.rb +4 -7
  11. data/test/vcr/cassettes/all_usage.yml +36 -44
  12. data/test/vcr/cassettes/autocomplete_search.yml +49 -48
  13. data/test/vcr/cassettes/autocomplete_search_categories.yml +26 -26
  14. data/test/vcr/cassettes/autocomplete_search_locations.yml +26 -26
  15. data/test/vcr/cassettes/autocomplete_search_offers.yml +29 -29
  16. data/test/vcr/cassettes/autocomplete_search_stores.yml +27 -27
  17. data/test/vcr/cassettes/campaign_find.yml +182 -5526
  18. data/test/vcr/cassettes/campaign_search.yml +1206 -5525
  19. data/test/vcr/cassettes/category_find.yml +32 -26
  20. data/test/vcr/cassettes/category_search.yml +51 -51
  21. data/test/vcr/cassettes/category_search_fail_member_key.yml +24 -24
  22. data/test/vcr/cassettes/channel_find.yml +7 -4
  23. data/test/vcr/cassettes/channel_search.yml +17 -15
  24. data/test/vcr/cassettes/filter_find.yml +131 -25
  25. data/test/vcr/cassettes/filter_search.yml +29 -31
  26. data/test/vcr/cassettes/find_redemption_by_member_key.yml +34 -34
  27. data/test/vcr/cassettes/location_find.yml +459 -438
  28. data/test/vcr/cassettes/location_search.yml +93 -84
  29. data/test/vcr/cassettes/location_search_fail_member_key.yml +24 -24
  30. data/test/vcr/cassettes/member_location_recent.yml +4 -8
  31. data/test/vcr/cassettes/member_query_frequent.yml +4 -8
  32. data/test/vcr/cassettes/member_query_recent.yml +4 -8
  33. data/test/vcr/cassettes/member_show_failure.yml +3 -3
  34. data/test/vcr/cassettes/member_show_success.yml +4 -4
  35. data/test/vcr/cassettes/member_update_success.yml +4 -139
  36. data/test/vcr/cassettes/national_stores.yml +1775 -1827
  37. data/test/vcr/cassettes/oauth_application_find.yml +34 -35
  38. data/test/vcr/cassettes/oauth_application_search.yml +36 -37
  39. data/test/vcr/cassettes/oauth_application_token_find.yml +46 -47
  40. data/test/vcr/cassettes/oauth_application_token_search.yml +47 -48
  41. data/test/vcr/cassettes/offer_find.yml +117 -108
  42. data/test/vcr/cassettes/offer_find_uses_remaining.yml +8 -8
  43. data/test/vcr/cassettes/offer_find_with_offer_uses_remaining.yml +97 -95
  44. data/test/vcr/cassettes/offer_search.yml +113 -113
  45. data/test/vcr/cassettes/offer_search_fail_member_key.yml +24 -24
  46. data/test/vcr/cassettes/offer_with_aggregations.yml +843 -844
  47. data/test/vcr/cassettes/redeem_offer_no_redeem_type.yml +4 -4
  48. data/test/vcr/cassettes/redeem_offer_with_redeem_type.yml +6 -6
  49. data/test/vcr/cassettes/redeem_offer_with_redeem_type_for_uses_remaining_test.yml +5 -5
  50. data/test/vcr/cassettes/search_redemption_by_member_key.yml +101 -101
  51. data/test/vcr/cassettes/search_redemption_by_member_key_without_redemptions.yml +27 -27
  52. data/test/vcr/cassettes/spot_find.yml +9 -7
  53. data/test/vcr/cassettes/spot_search_by_campaign.yml +2901 -235
  54. data/test/vcr/cassettes/spot_search_by_channel.yml +1142 -238
  55. data/test/vcr/cassettes/store_find.yml +32 -26
  56. data/test/vcr/cassettes/store_search.yml +28 -28
  57. data/test/vcr/cassettes/store_search_fail_member_key.yml +24 -24
  58. data/test/vcr/cassettes/subcategory_find.yml +32 -26
  59. data/test/vcr/cassettes/token_find.yml +54 -48
  60. data/test/vcr/cassettes/token_get_first_token.yml +56 -50
  61. data/test/vcr/cassettes/token_search.yml +56 -50
  62. data/test/vcr/cassettes/usage.yml +36 -44
  63. data/test/vcr/cassettes/usage_other.yml +36 -44
  64. data/test/vcr/cassettes/user_register_failure.yml +3 -3
  65. data/test/vcr/cassettes/user_update_success.yml +4 -4
  66. data/test/vcr/cassettes/verify_filter.yml +37 -37
  67. data/test/vcr/cassettes/verify_token.yml +31 -27
  68. metadata +2 -4
  69. data/test/vcr/cassettes/offer_uses_remaining.yml +0 -307
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://token-demo.adcrws.com/v1/oauth_applications/22
5
+ uri: https://token-demo.adcrws.com/v1/oauth_applications/649
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -18,64 +18,63 @@ http_interactions:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
- Access-Control-Allow-Headers:
22
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
21
+ Server:
22
+ - nginx/1.8.0
23
+ Date:
24
+ - Thu, 21 Jan 2016 18:34:34 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ X-Frame-Options:
32
+ - SAMEORIGIN
33
+ X-Xss-Protection:
34
+ - 1; mode=block
35
+ X-Content-Type-Options:
36
+ - nosniff
23
37
  Access-Control-Allow-Methods:
24
38
  - POST, GET, PUT, DELETE, OPTIONS
25
- Access-Control-Max-Age:
26
- - '1728000'
27
39
  Access-Control-Request-Method:
28
40
  - GET
41
+ Access-Control-Allow-Headers:
42
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
43
+ Access-Control-Max-Age:
44
+ - '1728000'
45
+ Etag:
46
+ - '"70e886d07f4c93915ca9661dc2a827ee"'
29
47
  Cache-Control:
30
48
  - max-age=0, private, must-revalidate
31
- Content-Type:
32
- - application/json
33
- Date:
34
- - Tue, 06 Oct 2015 20:05:02 GMT
35
- Etag:
36
- - '"a6b45fc13ff04948fb90164dd38b7ee4"'
37
- Server:
38
- - nginx/1.6.2
39
- X-Content-Type-Options:
40
- - nosniff
41
- X-Frame-Options:
42
- - SAMEORIGIN
43
49
  X-Request-Id:
44
- - a5127c40-6253-4a58-bf9f-bcd69676a945
50
+ - e09bbd20-d107-42ab-ab73-8fd3c74086c2
45
51
  X-Runtime:
46
- - '0.109726'
47
- X-Xss-Protection:
48
- - 1; mode=block
49
- Content-Length:
50
- - '475'
51
- Connection:
52
- - keep-alive
52
+ - '0.052381'
53
53
  body:
54
54
  encoding: UTF-8
55
55
  string: |-
56
56
  {
57
57
  "oauth_applications": [
58
58
  {
59
- "id": 22,
60
- "name": "American Grandparents Association",
61
- "owner_id": 235308134,
59
+ "id": 649,
60
+ "name": "amt-test",
61
+ "owner_id": 230907234,
62
62
  "owner_type": "Program",
63
63
  "domain_urls": null,
64
64
  "scopes": [
65
- "api",
66
- "docs"
65
+ "amt"
67
66
  ],
68
67
  "active_tokens": [
69
- "e4db3fb9a054e78807c431e837c49a59553c73204de91d404fe43d12c247f805"
68
+ "7a044e366ee35284cc57dd02f5468f2f96f411e0df09ea37dad36a3581e64510"
70
69
  ],
71
70
  "filter": {
72
- "filter_id": 18,
73
- "filter_name": "Grandparents"
71
+ "filter_id": 16,
72
+ "filter_name": "No Content Filter"
74
73
  },
75
74
  "links": null
76
75
  }
77
76
  ]
78
77
  }
79
78
  http_version:
80
- recorded_at: Tue, 06 Oct 2015 20:05:02 GMT
81
- recorded_with: VCR 2.9.3
79
+ recorded_at: Thu, 21 Jan 2016 18:34:39 GMT
80
+ recorded_with: VCR 3.0.0
@@ -18,68 +18,67 @@ http_interactions:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
- Access-Control-Allow-Headers:
22
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
21
+ Server:
22
+ - nginx/1.8.0
23
+ Date:
24
+ - Thu, 21 Jan 2016 18:34:32 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ X-Frame-Options:
32
+ - SAMEORIGIN
33
+ X-Xss-Protection:
34
+ - 1; mode=block
35
+ X-Content-Type-Options:
36
+ - nosniff
23
37
  Access-Control-Allow-Methods:
24
38
  - POST, GET, PUT, DELETE, OPTIONS
25
- Access-Control-Max-Age:
26
- - '1728000'
27
39
  Access-Control-Request-Method:
28
40
  - GET
41
+ Access-Control-Allow-Headers:
42
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
43
+ Access-Control-Max-Age:
44
+ - '1728000'
45
+ Etag:
46
+ - '"0dc65387206ff9b0ccbc2f0dd74f95b8"'
29
47
  Cache-Control:
30
48
  - max-age=0, private, must-revalidate
31
- Content-Type:
32
- - application/json
33
- Date:
34
- - Tue, 06 Oct 2015 20:05:01 GMT
35
- Etag:
36
- - '"7ff997caca5ff7d6b90b22beef87ed74"'
37
- Server:
38
- - nginx/1.6.2
39
- X-Content-Type-Options:
40
- - nosniff
41
- X-Frame-Options:
42
- - SAMEORIGIN
43
49
  X-Request-Id:
44
- - 7aebf980-705a-4a8d-9461-e970ce484d4f
50
+ - c5c4f312-c8d8-4230-ac53-b7d4a62added
45
51
  X-Runtime:
46
- - '0.108481'
47
- X-Xss-Protection:
48
- - 1; mode=block
49
- Content-Length:
50
- - '778'
51
- Connection:
52
- - keep-alive
52
+ - '0.119616'
53
53
  body:
54
54
  encoding: UTF-8
55
55
  string: |-
56
56
  {
57
57
  "info": {
58
- "total_results": 729,
58
+ "total_results": 769,
59
59
  "results_per_page": 1,
60
60
  "current_page": 1,
61
- "total_pages": 729
61
+ "total_pages": 769
62
62
  },
63
63
  "oauth_applications": [
64
64
  {
65
- "id": 22,
66
- "name": "American Grandparents Association",
67
- "owner_id": 235308134,
65
+ "id": 649,
66
+ "name": "amt-test",
67
+ "owner_id": 230907234,
68
68
  "owner_type": "Program",
69
69
  "domain_urls": null,
70
70
  "scopes": [
71
- "api",
72
- "docs"
71
+ "amt"
73
72
  ],
74
73
  "active_tokens": [
75
- "e4db3fb9a054e78807c431e837c49a59553c73204de91d404fe43d12c247f805"
74
+ "7a044e366ee35284cc57dd02f5468f2f96f411e0df09ea37dad36a3581e64510"
76
75
  ],
77
76
  "filter": {
78
- "filter_id": 18,
79
- "filter_name": "Grandparents"
77
+ "filter_id": 16,
78
+ "filter_name": "No Content Filter"
80
79
  },
81
80
  "links": {
82
- "show_application": "https://token-demo.adcrws.com/v1/oauth_applications/22"
81
+ "show_application": "https://token-demo.adcrws.com/v1/oauth_applications/649"
83
82
  }
84
83
  }
85
84
  ],
@@ -88,5 +87,5 @@ http_interactions:
88
87
  }
89
88
  }
90
89
  http_version:
91
- recorded_at: Tue, 06 Oct 2015 20:05:01 GMT
92
- recorded_with: VCR 2.9.3
90
+ recorded_at: Thu, 21 Jan 2016 18:34:37 GMT
91
+ recorded_with: VCR 3.0.0
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://token-demo.adcrws.com/v1/oauth_applications/22/access_tokens/43
5
+ uri: https://token-demo.adcrws.com/v1/oauth_applications/649/access_tokens/730
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -18,76 +18,75 @@ http_interactions:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
- Access-Control-Allow-Headers:
22
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
21
+ Server:
22
+ - nginx/1.8.0
23
+ Date:
24
+ - Thu, 21 Jan 2016 18:34:33 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ X-Frame-Options:
32
+ - SAMEORIGIN
33
+ X-Xss-Protection:
34
+ - 1; mode=block
35
+ X-Content-Type-Options:
36
+ - nosniff
23
37
  Access-Control-Allow-Methods:
24
38
  - POST, GET, PUT, DELETE, OPTIONS
25
- Access-Control-Max-Age:
26
- - '1728000'
27
39
  Access-Control-Request-Method:
28
40
  - GET
41
+ Access-Control-Allow-Headers:
42
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
43
+ Access-Control-Max-Age:
44
+ - '1728000'
45
+ Etag:
46
+ - '"2b3512d376d6d78c0ee71e0969e66edb"'
29
47
  Cache-Control:
30
48
  - max-age=0, private, must-revalidate
31
- Content-Type:
32
- - application/json
33
- Date:
34
- - Tue, 06 Oct 2015 20:05:02 GMT
35
- Etag:
36
- - '"ec970e995d044f34d7f17f46f152706e"'
37
- Server:
38
- - nginx/1.6.2
39
- X-Content-Type-Options:
40
- - nosniff
41
- X-Frame-Options:
42
- - SAMEORIGIN
43
49
  X-Request-Id:
44
- - 21d74559-ed3e-4e0d-9502-67d6aa175f1f
50
+ - 2361e85c-90cc-440c-953d-612e44a6520e
45
51
  X-Runtime:
46
- - '0.126396'
47
- X-Xss-Protection:
48
- - 1; mode=block
49
- Content-Length:
50
- - '1569'
51
- Connection:
52
- - keep-alive
52
+ - '0.060736'
53
53
  body:
54
54
  encoding: UTF-8
55
55
  string: |-
56
56
  {
57
57
  "access_tokens": [
58
58
  {
59
- "application_id": 22,
60
- "token": "e4db3fb9a054e78807c431e837c49a59553c73204de91d404fe43d12c247f805",
59
+ "application_id": 649,
60
+ "token": "7a044e366ee35284cc57dd02f5468f2f96f411e0df09ea37dad36a3581e64510",
61
61
  "expires_in": null,
62
62
  "revoked_at": null,
63
- "created_at": "2015-01-21T22:43:31.006Z",
64
- "oauth_access_token_id": 43,
65
- "application_name": "American Grandparents Association",
66
- "application_owner_id": 22,
63
+ "created_at": "2015-04-10T21:59:10.014Z",
64
+ "oauth_access_token_id": 730,
65
+ "application_name": "amt-test",
66
+ "application_owner_id": 649,
67
67
  "application_owner_type": "Program",
68
- "program_id": 235308134,
69
- "program_name": "American Grandparents Association",
70
- "program_customer_identifier": "102149",
71
- "program_start_dts": "2015-01-21T15:12:55.570Z",
72
- "program_end_dts": "2018-01-21T15:12:56.000Z",
73
- "organization_id": 2001959,
74
- "organization_name": "American Grandparents Association",
75
- "organization_customer_identifier": "2001923",
76
- "filter_id": 18,
77
- "filter_name": "Grandparents",
78
- "filter": "{\"offers\":[{\"or\":[{\"terms\":{\"categories.category_key\":[39,44,48,59,1039,54,45,50]}},{\"terms\":{\"categories.category_parent_key\":[39,44,48,59,1039,54,45,50]}}]}],\"categories\":[{\"or\":[{\"terms\":{\"category_key\":[39,44,48,59,1039,54,45,50]}},{\"terms\":{\"category_parent_key\":[39,44,48,59,1039,54,45,50]}}]}],\"stores\":[{\"or\":[{\"terms\":{\"store_categories.category_key\":[39,44,48,59,1039,54,45,50]}},{\"terms\":{\"store_categories.category_parent_key\":[39,44,48,59,1039,54,45,50]}}]}]}",
79
- "program_filter_id": 95,
68
+ "program_id": 230907234,
69
+ "program_name": "Apple Test",
70
+ "program_customer_identifier": "102028",
71
+ "program_start_dts": "2014-09-26T12:10:34.796Z",
72
+ "program_end_dts": "2054-09-26T00:00:00.000Z",
73
+ "organization_id": 160,
74
+ "organization_name": "Access Development",
75
+ "organization_customer_identifier": "160",
76
+ "filter_id": 16,
77
+ "filter_name": "No Content Filter",
78
+ "filter": "{\"offers\":[{\"terms\":{\"offer_key\":[0]}}],\"categories\":[{\"terms\":{\"category_key\":[0]}}],\"stores\":[{\"terms\":{\"store_key\":[0]}}],\"locations\":[{\"terms\":{\"location_key\":[0]}}]}",
79
+ "program_filter_id": 97,
80
80
  "domains": [
81
81
 
82
82
  ],
83
83
  "application_scopes": [
84
- "api",
85
- "docs"
84
+ "amt"
86
85
  ],
87
86
  "token_status": "valid"
88
87
  }
89
88
  ]
90
89
  }
91
90
  http_version:
92
- recorded_at: Tue, 06 Oct 2015 20:05:02 GMT
93
- recorded_with: VCR 2.9.3
91
+ recorded_at: Thu, 21 Jan 2016 18:34:38 GMT
92
+ recorded_with: VCR 3.0.0
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://token-demo.adcrws.com/v1/oauth_applications/22/access_tokens?per_page=1
5
+ uri: https://token-demo.adcrws.com/v1/oauth_applications/649/access_tokens?per_page=1
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -18,79 +18,78 @@ http_interactions:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
- Access-Control-Allow-Headers:
22
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
21
+ Server:
22
+ - nginx/1.8.0
23
+ Date:
24
+ - Thu, 21 Jan 2016 18:34:33 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ X-Frame-Options:
32
+ - SAMEORIGIN
33
+ X-Xss-Protection:
34
+ - 1; mode=block
35
+ X-Content-Type-Options:
36
+ - nosniff
23
37
  Access-Control-Allow-Methods:
24
38
  - POST, GET, PUT, DELETE, OPTIONS
25
- Access-Control-Max-Age:
26
- - '1728000'
27
39
  Access-Control-Request-Method:
28
40
  - GET
41
+ Access-Control-Allow-Headers:
42
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
43
+ Access-Control-Max-Age:
44
+ - '1728000'
45
+ Etag:
46
+ - '"b36ee231b85f3937fecc59e4c60a6af0"'
29
47
  Cache-Control:
30
48
  - max-age=0, private, must-revalidate
31
- Content-Type:
32
- - application/json
33
- Date:
34
- - Tue, 06 Oct 2015 20:05:01 GMT
35
- Etag:
36
- - '"0fb387c8aa3518c772103baf04d09005"'
37
- Server:
38
- - nginx/1.6.2
39
- X-Content-Type-Options:
40
- - nosniff
41
- X-Frame-Options:
42
- - SAMEORIGIN
43
49
  X-Request-Id:
44
- - cb58adb6-b959-45bb-821a-faf59a96b11b
50
+ - b311d14b-15fd-40c6-8de1-7eeb42d15330
45
51
  X-Runtime:
46
- - '0.096066'
47
- X-Xss-Protection:
48
- - 1; mode=block
49
- Content-Length:
50
- - '1691'
51
- Connection:
52
- - keep-alive
52
+ - '0.098519'
53
53
  body:
54
54
  encoding: UTF-8
55
55
  string: |-
56
56
  {
57
57
  "access_tokens": [
58
58
  {
59
- "application_id": 22,
60
- "token": "e4db3fb9a054e78807c431e837c49a59553c73204de91d404fe43d12c247f805",
59
+ "application_id": 649,
60
+ "token": "7a044e366ee35284cc57dd02f5468f2f96f411e0df09ea37dad36a3581e64510",
61
61
  "expires_in": null,
62
62
  "revoked_at": null,
63
- "created_at": "2015-01-21T22:43:31.006Z",
64
- "oauth_access_token_id": 43,
65
- "application_name": "American Grandparents Association",
66
- "application_owner_id": 22,
63
+ "created_at": "2015-04-10T21:59:10.014Z",
64
+ "oauth_access_token_id": 730,
65
+ "application_name": "amt-test",
66
+ "application_owner_id": 649,
67
67
  "application_owner_type": "Program",
68
- "program_id": 235308134,
69
- "program_name": "American Grandparents Association",
70
- "program_customer_identifier": "102149",
71
- "program_start_dts": "2015-01-21T15:12:55.570Z",
72
- "program_end_dts": "2018-01-21T15:12:56.000Z",
73
- "organization_id": 2001959,
74
- "organization_name": "American Grandparents Association",
75
- "organization_customer_identifier": "2001923",
76
- "filter_id": 18,
77
- "filter_name": "Grandparents",
78
- "filter": "{\"offers\":[{\"or\":[{\"terms\":{\"categories.category_key\":[39,44,48,59,1039,54,45,50]}},{\"terms\":{\"categories.category_parent_key\":[39,44,48,59,1039,54,45,50]}}]}],\"categories\":[{\"or\":[{\"terms\":{\"category_key\":[39,44,48,59,1039,54,45,50]}},{\"terms\":{\"category_parent_key\":[39,44,48,59,1039,54,45,50]}}]}],\"stores\":[{\"or\":[{\"terms\":{\"store_categories.category_key\":[39,44,48,59,1039,54,45,50]}},{\"terms\":{\"store_categories.category_parent_key\":[39,44,48,59,1039,54,45,50]}}]}]}",
79
- "program_filter_id": 95,
68
+ "program_id": 230907234,
69
+ "program_name": "Apple Test",
70
+ "program_customer_identifier": "102028",
71
+ "program_start_dts": "2014-09-26T12:10:34.796Z",
72
+ "program_end_dts": "2054-09-26T00:00:00.000Z",
73
+ "organization_id": 160,
74
+ "organization_name": "Access Development",
75
+ "organization_customer_identifier": "160",
76
+ "filter_id": 16,
77
+ "filter_name": "No Content Filter",
78
+ "filter": "{\"offers\":[{\"terms\":{\"offer_key\":[0]}}],\"categories\":[{\"terms\":{\"category_key\":[0]}}],\"stores\":[{\"terms\":{\"store_key\":[0]}}],\"locations\":[{\"terms\":{\"location_key\":[0]}}]}",
79
+ "program_filter_id": 97,
80
80
  "domains": [
81
81
 
82
82
  ],
83
83
  "application_scopes": [
84
- "api",
85
- "docs"
84
+ "amt"
86
85
  ],
87
86
  "token_status": "valid",
88
87
  "links": {
89
- "show_token": "https://token-demo.adcrws.com/v1/oauth_applications/22/access_tokens/43"
88
+ "show_token": "https://token-demo.adcrws.com/v1/oauth_applications/649/access_tokens/730"
90
89
  }
91
90
  }
92
91
  ]
93
92
  }
94
93
  http_version:
95
- recorded_at: Tue, 06 Oct 2015 20:05:01 GMT
96
- recorded_with: VCR 2.9.3
94
+ recorded_at: Thu, 21 Jan 2016 18:34:37 GMT
95
+ recorded_with: VCR 3.0.0