trailer_vote-fixtures 1.10.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +24 -24
  3. data/.gitignore +16 -16
  4. data/.npmignore +25 -25
  5. data/.travis.yml +58 -58
  6. data/Gemfile +6 -6
  7. data/Gemfile.lock +6 -6
  8. data/README.md +9 -9
  9. data/Rakefile +10 -10
  10. data/bin/console +14 -14
  11. data/bin/setup +8 -8
  12. data/lib/trailer_vote/fixtures.rb +15 -15
  13. data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1+json +23 -23
  14. data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.collection+json +23 -23
  15. data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.index+json +25 -25
  16. data/lib/trailer_vote/fixtures/application/vnd.trailervote.carousel.v1+json +9223 -9223
  17. data/lib/trailer_vote/fixtures/application/vnd.trailervote.client_configuration.v1+json +6 -6
  18. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v1+json +23 -23
  19. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v2+json +31 -31
  20. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v3+json +33 -33
  21. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v4+json +42 -42
  22. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v5+json +46 -46
  23. data/lib/trailer_vote/fixtures/application/vnd.trailervote.errors.v1+json +8 -8
  24. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1+json +17 -17
  25. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.collection+json +22 -22
  26. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.create+json +6 -6
  27. data/lib/trailer_vote/fixtures/application/vnd.trailervote.feedback_listing.v1+json +63 -63
  28. data/lib/trailer_vote/fixtures/application/vnd.trailervote.interactive_player.v1+json +19 -19
  29. data/lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1+json +21 -21
  30. data/lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.create+json +15 -15
  31. data/lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.index+json +1162 -1162
  32. data/lib/trailer_vote/fixtures/application/vnd.trailervote.manifest_update.v1+json +3 -0
  33. data/lib/trailer_vote/fixtures/application/vnd.trailervote.ordered_fragment.v1.index+json +31 -31
  34. data/lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1+json +13 -13
  35. data/lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1.create+json +1 -1
  36. data/lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v2+json +16 -16
  37. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1+json +19 -19
  38. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.collection+json +23 -23
  39. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.create+json +1 -1
  40. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.index+json +9 -9
  41. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2+json +19 -19
  42. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.collection+json +23 -23
  43. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.create+json +7 -7
  44. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.index+json +9 -9
  45. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3+json +22 -22
  46. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.collection+json +1 -1
  47. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.create+json +1 -1
  48. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.index+json +9 -9
  49. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4+json +25 -25
  50. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.collection+json +29 -29
  51. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.create+json +24 -24
  52. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.index+json +9 -9
  53. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1+json +68 -68
  54. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.collection+json +72 -72
  55. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.create+json +9 -9
  56. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.index+json +19 -19
  57. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.lookup.v1+json +6 -6
  58. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1+json +89 -89
  59. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.collection+json +93 -93
  60. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.create+json +58 -58
  61. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.index+json +2821 -2821
  62. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2+json +97 -97
  63. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.collection+json +94 -94
  64. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.create+json +67 -67
  65. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.index+json +2821 -2821
  66. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1+json +36 -36
  67. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.collection+json +40 -40
  68. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.create+json +7 -7
  69. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.index+json +39 -39
  70. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1+json +12 -12
  71. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.collection+json +1 -1
  72. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.create+json +3 -3
  73. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.index+json +1 -1
  74. data/lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json +14318 -14318
  75. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1+json +11 -11
  76. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json +4 -2
  77. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2+json +22 -22
  78. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.create+json +4 -2
  79. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3+json +25 -25
  80. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.create+json +4 -2
  81. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4+json +28 -28
  82. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.create+json +3 -1
  83. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5+json +30 -0
  84. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5.create+json +30 -0
  85. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_consent.v1+json +11 -11
  86. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_consent.v1.create+json +10 -10
  87. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json +26 -26
  88. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v2+json +25 -25
  89. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_recipe_android.v1+json +10 -0
  90. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_recipe_ios.v1+json +13 -0
  91. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_android.v1+json +10 -7
  92. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_android.v1.create+json +7 -7
  93. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_index.v1+json +14 -14
  94. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_index.v1.index+json +14 -0
  95. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1+json +10 -7
  96. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1.create+json +7 -7
  97. data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1+json +15 -0
  98. data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1.create+json +19 -0
  99. data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v2+json +17 -0
  100. data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v2.create+json +19 -0
  101. data/lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json +538 -538
  102. data/lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v2+json +13 -13
  103. data/lib/trailer_vote/fixtures/index.js +3 -3
  104. data/lib/trailer_vote/fixtures/main.mjs +9 -9
  105. data/lib/trailer_vote/fixtures/version.rb +1 -1
  106. data/package.json +1 -1
  107. data/ruby/README.md +37 -37
  108. data/trailer_vote-fixtures.gemspec +1 -1
  109. data/yarn.lock +33 -33
  110. metadata +15 -5
@@ -1,31 +1,31 @@
1
- {
2
- "ordered_fragments": {
3
- "_index": [
4
- {
5
- "href": "https://fake.trailervote.com:/api/audio-fragments/122042afb2208096af3f6214263dc6064dd58b4949521de8ad62ec13eeea3453bb30",
6
- "q": 0.5
7
- },
8
- {
9
- "href": "https://fake.trailervote.com:/api/audio-fragments/1220aa84e8d4c8eef78ee1e5405150dfb017134df9f313e1808053eb38c3101f1ec3",
10
- "q": 0.5
11
- },
12
- {
13
- "href": "https://fake.trailervote.com:/api/audio-fragments/1220cb1010010e2d90fd38b816d7e1caeb315c65787afadd6d3f91e405a7d387dd20",
14
- "q": 0.4
15
- },
16
- {
17
- "href": "https://fake.trailervote.com:/api/audio-fragments/12207087101629f7058caf83da9008147de89d1cc82df9d8d8512c34726c1c32528b",
18
- "q": 0.35
19
- },
20
- {
21
- "href": "https://fake.trailervote.com:/api/audio-fragments/1220af1de5ef5390795fd5e4844909df4e5d5e706831b4e5dea2035d5f50e297854f",
22
- "q": 0.3
23
- },
24
- {
25
- "href": "https://fake.trailervote.com:/api/audio-fragments/12204e6d35653e8cee2ef099825aedfeccf3fcfc090694754bd2cff4fa4a8d0d6c90",
26
- "q": 0.25
27
- }
28
- ],
29
- "_links": {}
30
- }
31
- }
1
+ {
2
+ "ordered_fragments": {
3
+ "_index": [
4
+ {
5
+ "href": "https://fake.trailervote.com:/api/audio-fragments/122042afb2208096af3f6214263dc6064dd58b4949521de8ad62ec13eeea3453bb30",
6
+ "q": 0.5
7
+ },
8
+ {
9
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220aa84e8d4c8eef78ee1e5405150dfb017134df9f313e1808053eb38c3101f1ec3",
10
+ "q": 0.5
11
+ },
12
+ {
13
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220cb1010010e2d90fd38b816d7e1caeb315c65787afadd6d3f91e405a7d387dd20",
14
+ "q": 0.4
15
+ },
16
+ {
17
+ "href": "https://fake.trailervote.com:/api/audio-fragments/12207087101629f7058caf83da9008147de89d1cc82df9d8d8512c34726c1c32528b",
18
+ "q": 0.35
19
+ },
20
+ {
21
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220af1de5ef5390795fd5e4844909df4e5d5e706831b4e5dea2035d5f50e297854f",
22
+ "q": 0.3
23
+ },
24
+ {
25
+ "href": "https://fake.trailervote.com:/api/audio-fragments/12204e6d35653e8cee2ef099825aedfeccf3fcfc090694754bd2cff4fa4a8d0d6c90",
26
+ "q": 0.25
27
+ }
28
+ ],
29
+ "_links": {}
30
+ }
31
+ }
@@ -1,13 +1,13 @@
1
- {
2
- "persona": {
3
- "id": "3fabf985-9742-4126-93c2-0fff8e18e9e1",
4
- "_links": {
5
- "self": {
6
- "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1"
7
- },
8
- "feedback": {
9
- "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/feedback"
10
- }
11
- }
12
- }
13
- }
1
+ {
2
+ "persona": {
3
+ "id": "3fabf985-9742-4126-93c2-0fff8e18e9e1",
4
+ "_links": {
5
+ "self": {
6
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1"
7
+ },
8
+ "feedback": {
9
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/feedback"
10
+ }
11
+ }
12
+ }
13
+ }
@@ -1,16 +1,16 @@
1
- {
2
- "persona": {
3
- "id": "3fabf985-9742-4126-93c2-0fff8e18e9e1",
4
- "_links": {
5
- "self": {
6
- "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1"
7
- },
8
- "feedback": {
9
- "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/feedback"
10
- },
11
- "push_consent": {
12
- "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/push_consent"
13
- }
14
- }
15
- }
16
- }
1
+ {
2
+ "persona": {
3
+ "id": "3fabf985-9742-4126-93c2-0fff8e18e9e1",
4
+ "_links": {
5
+ "self": {
6
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1"
7
+ },
8
+ "feedback": {
9
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/feedback"
10
+ },
11
+ "push_consent": {
12
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/push_consent"
13
+ }
14
+ }
15
+ }
16
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "place": {
3
- "name": "The World",
4
- "parent_place": null,
5
- "expires_at": null,
6
- "updated_at": "2018-06-06T00:48:18.195Z",
7
- "_links": {
8
- "self": {
9
- "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f"
10
- },
11
- "products": {
12
- "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f/products"
13
- },
14
- "parent": {
15
- "href": null
16
- }
17
- }
18
- }
19
- }
1
+ {
2
+ "place": {
3
+ "name": "The World",
4
+ "parent_place": null,
5
+ "expires_at": null,
6
+ "updated_at": "2018-06-06T00:48:18.195Z",
7
+ "_links": {
8
+ "self": {
9
+ "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f"
10
+ },
11
+ "products": {
12
+ "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f/products"
13
+ },
14
+ "parent": {
15
+ "href": null
16
+ }
17
+ }
18
+ }
19
+ }
@@ -1,23 +1,23 @@
1
- {
2
- "places": {
3
- "_embedded": [
4
- {
5
- "name": "The World",
6
- "parent_place": null,
7
- "expires_at": null,
8
- "updated_at": "2018-06-06T00:48:18.195Z",
9
- "_links": {
10
- "self": {
11
- "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f"
12
- },
13
- "products": {
14
- "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f/products"
15
- },
16
- "parent": {
17
- "href": null
18
- }
19
- }
20
- }
21
- ]
22
- }
23
- }
1
+ {
2
+ "places": {
3
+ "_embedded": [
4
+ {
5
+ "name": "The World",
6
+ "parent_place": null,
7
+ "expires_at": null,
8
+ "updated_at": "2018-06-06T00:48:18.195Z",
9
+ "_links": {
10
+ "self": {
11
+ "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f"
12
+ },
13
+ "products": {
14
+ "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f/products"
15
+ },
16
+ "parent": {
17
+ "href": null
18
+ }
19
+ }
20
+ }
21
+ ]
22
+ }
23
+ }
@@ -1,9 +1,9 @@
1
- {
2
- "places": {
3
- "_index": [
4
- {
5
- "href": "www.place.com"
6
- }
7
- ]
8
- }
9
- }
1
+ {
2
+ "places": {
3
+ "_index": [
4
+ {
5
+ "href": "www.place.com"
6
+ }
7
+ ]
8
+ }
9
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "place": {
3
- "name": "AMC Theatres",
4
- "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
- "expires_at": null,
6
- "updated_at": "2018-05-23T02:59:45.903Z",
7
- "_links": {
8
- "self": {
9
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
- },
11
- "products_archive": {
12
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
- },
14
- "parent": {
15
- "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
16
- }
17
- }
18
- }
19
- }
1
+ {
2
+ "place": {
3
+ "name": "AMC Theatres",
4
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
+ "expires_at": null,
6
+ "updated_at": "2018-05-23T02:59:45.903Z",
7
+ "_links": {
8
+ "self": {
9
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
+ },
11
+ "products_archive": {
12
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
+ },
14
+ "parent": {
15
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
16
+ }
17
+ }
18
+ }
19
+ }
@@ -1,23 +1,23 @@
1
- {
2
- "places": {
3
- "_embedded": [
4
- {
5
- "name": "AMC Theatres",
6
- "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
7
- "expires_at": null,
8
- "updated_at": "2018-05-23T02:59:45.903Z",
9
- "_links": {
10
- "self": {
11
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
12
- },
13
- "products_archive": {
14
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
15
- },
16
- "parent": {
17
- "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
18
- }
19
- }
20
- }
21
- ]
22
- }
23
- }
1
+ {
2
+ "places": {
3
+ "_embedded": [
4
+ {
5
+ "name": "AMC Theatres",
6
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
7
+ "expires_at": null,
8
+ "updated_at": "2018-05-23T02:59:45.903Z",
9
+ "_links": {
10
+ "self": {
11
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
12
+ },
13
+ "products_archive": {
14
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
15
+ },
16
+ "parent": {
17
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
18
+ }
19
+ }
20
+ }
21
+ ]
22
+ }
23
+ }
@@ -1,7 +1,7 @@
1
- {
2
- "place": {
3
- "name": "AMC Theatres",
4
- "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
- "expires_at": null
6
- }
7
- }
1
+ {
2
+ "place": {
3
+ "name": "AMC Theatres",
4
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
+ "expires_at": null
6
+ }
7
+ }
@@ -1,9 +1,9 @@
1
- {
2
- "places": {
3
- "_index": [
4
- {
5
- "href": "www.place.com"
6
- }
7
- ]
8
- }
9
- }
1
+ {
2
+ "places": {
3
+ "_index": [
4
+ {
5
+ "href": "www.place.com"
6
+ }
7
+ ]
8
+ }
9
+ }
@@ -1,22 +1,22 @@
1
- {
2
- "place": {
3
- "name": "AMC Theatres",
4
- "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
- "expires_at": null,
6
- "updated_at": "2018-05-23T02:59:45.903Z",
7
- "_links": {
8
- "self": {
9
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
- },
11
- "products_archive": {
12
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
- },
14
- "parent": {
15
- "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
16
- },
17
- "children": {
18
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/children"
19
- }
20
- }
21
- }
22
- }
1
+ {
2
+ "place": {
3
+ "name": "AMC Theatres",
4
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
+ "expires_at": null,
6
+ "updated_at": "2018-05-23T02:59:45.903Z",
7
+ "_links": {
8
+ "self": {
9
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
+ },
11
+ "products_archive": {
12
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
+ },
14
+ "parent": {
15
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
16
+ },
17
+ "children": {
18
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/children"
19
+ }
20
+ }
21
+ }
22
+ }
@@ -1,9 +1,9 @@
1
- {
2
- "places": {
3
- "_index": [
4
- {
5
- "href": "www.place.com"
6
- }
7
- ]
8
- }
9
- }
1
+ {
2
+ "places": {
3
+ "_index": [
4
+ {
5
+ "href": "www.place.com"
6
+ }
7
+ ]
8
+ }
9
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "place": {
3
- "name": "AMC Theatres",
4
- "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
- "expires_at": null,
6
- "updated_at": "2018-05-23T02:59:45.903Z",
7
- "_links": {
8
- "self": {
9
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
- },
11
- "products_archive": {
12
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
- },
14
- "fragments_archive": {
15
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/audio_fragments"
16
- },
17
- "parent": {
18
- "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
19
- },
20
- "children": {
21
- "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/children"
22
- }
23
- }
24
- }
25
- }
1
+ {
2
+ "place": {
3
+ "name": "AMC Theatres",
4
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
+ "expires_at": null,
6
+ "updated_at": "2018-05-23T02:59:45.903Z",
7
+ "_links": {
8
+ "self": {
9
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
+ },
11
+ "products_archive": {
12
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
+ },
14
+ "fragments_archive": {
15
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/audio_fragments"
16
+ },
17
+ "parent": {
18
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
19
+ },
20
+ "children": {
21
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/children"
22
+ }
23
+ }
24
+ }
25
+ }