kontent-delivery-sdk-ruby 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +21 -0
  3. data/README.md +511 -0
  4. data/bin/console +14 -0
  5. data/bin/setup +8 -0
  6. data/lib/delivery/builders/image_transformation_builder.rb +271 -0
  7. data/lib/delivery/builders/url_builder.rb +117 -0
  8. data/lib/delivery/client/delivery_client.rb +155 -0
  9. data/lib/delivery/client/delivery_query.rb +249 -0
  10. data/lib/delivery/client/request_manager.rb +108 -0
  11. data/lib/delivery/models/content_item.rb +153 -0
  12. data/lib/delivery/models/content_type.rb +41 -0
  13. data/lib/delivery/models/pagination.rb +21 -0
  14. data/lib/delivery/models/taxonomy_group.rb +39 -0
  15. data/lib/delivery/query_parameters/filters.rb +158 -0
  16. data/lib/delivery/query_parameters/parameter_base.rb +44 -0
  17. data/lib/delivery/query_parameters/query_string.rb +78 -0
  18. data/lib/delivery/resolvers/content_link_resolver.rb +102 -0
  19. data/lib/delivery/resolvers/inline_content_item_resolver.rb +75 -0
  20. data/lib/delivery/resolvers/linked_item_resolver.rb +37 -0
  21. data/lib/delivery/responses/delivery_element_response.rb +33 -0
  22. data/lib/delivery/responses/delivery_item_listing_response.rb +53 -0
  23. data/lib/delivery/responses/delivery_item_response.rb +39 -0
  24. data/lib/delivery/responses/delivery_taxonomy_listing_response.rb +46 -0
  25. data/lib/delivery/responses/delivery_taxonomy_response.rb +32 -0
  26. data/lib/delivery/responses/delivery_type_listing_response.rb +45 -0
  27. data/lib/delivery/responses/delivery_type_response.rb +31 -0
  28. data/lib/delivery/responses/response_base.rb +36 -0
  29. data/lib/delivery/tests/401.json +6 -0
  30. data/lib/delivery/tests/fake_responder.rb +67 -0
  31. data/lib/delivery/tests/filtering/items_gt.json +566 -0
  32. data/lib/delivery/tests/filtering/multiple.json +283 -0
  33. data/lib/delivery/tests/filtering/pagination_about_us.json +647 -0
  34. data/lib/delivery/tests/generic/items.json +4985 -0
  35. data/lib/delivery/tests/generic/items/about_us.json +228 -0
  36. data/lib/delivery/tests/generic/items/aeropress_filters.json +139 -0
  37. data/lib/delivery/tests/generic/items/coffee_processing_techniques.json +169 -0
  38. data/lib/delivery/tests/generic/items/where_does_coffee_come_from_.json +621 -0
  39. data/lib/delivery/tests/generic/taxonomies.json +127 -0
  40. data/lib/delivery/tests/generic/types.json +781 -0
  41. data/lib/delivery/tests/generic/types/brewer/elements/product_status.json +6 -0
  42. data/lib/delivery/version.rb +7 -0
  43. data/lib/kontent-delivery-sdk-ruby.rb +19 -0
  44. metadata +200 -0
@@ -0,0 +1,283 @@
1
+ {
2
+ "items": [
3
+ {
4
+ "system": {
5
+ "id": "3ae25151-244c-4db5-80ed-9ac44a7b8a31",
6
+ "name": "Hario Mini Mill Slim",
7
+ "codename": "hario_mini_mill_slim",
8
+ "language": "en-US",
9
+ "type": "grinder",
10
+ "sitemap_locations": [
11
+ "grinders"
12
+ ],
13
+ "last_modified": "2017-12-08T08:44:56.117Z"
14
+ },
15
+ "elements": {
16
+ "product_name": {
17
+ "type": "text",
18
+ "name": "Product name",
19
+ "value": "Hario Mini Mill Slim"
20
+ },
21
+ "price": {
22
+ "type": "number",
23
+ "name": "Price",
24
+ "value": 23.9
25
+ },
26
+ "image": {
27
+ "type": "asset",
28
+ "name": "Image",
29
+ "value": [
30
+ {
31
+ "name": "hario-mini-mill.jpg",
32
+ "type": "image/jpeg",
33
+ "size": 41478,
34
+ "description": "Hario Mini Mill Slim Hand Coffee Grinder",
35
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
36
+ }
37
+ ]
38
+ },
39
+ "manufacturer": {
40
+ "type": "text",
41
+ "name": "Manufacturer",
42
+ "value": "Hario"
43
+ },
44
+ "product_status": {
45
+ "type": "taxonomy",
46
+ "name": "Product status",
47
+ "taxonomy_group": "product_status",
48
+ "value": []
49
+ },
50
+ "short_description": {
51
+ "type": "rich_text",
52
+ "name": "Short description",
53
+ "images": {},
54
+ "links": {},
55
+ "modular_content": [],
56
+ "value": "<p>The Hario Mini Mill Slim is super suitable for traveling, can be hold up to 24 grams of coffee, and has an elegant plastic body.</p>"
57
+ },
58
+ "long_description": {
59
+ "type": "rich_text",
60
+ "name": "Long description",
61
+ "images": {},
62
+ "links": {},
63
+ "modular_content": [],
64
+ "value": "<p>Are you a traveler? Then this is a grinder for you. It's so small, it fits backpacks and suitcases, light because of its plastic but elegant body, and also durable, so it can sustain even the longest journeys. Although it's compact, you can hold up to 24 grams. After use, just put it in a dishwasher or wash it by hand, it's so easy. Simply choose any brewing method you like.</p>"
65
+ },
66
+ "url_pattern": {
67
+ "type": "url_slug",
68
+ "name": "URL pattern",
69
+ "value": "hario-mini-mill-slim"
70
+ },
71
+ "metadata__meta_title": {
72
+ "type": "text",
73
+ "name": "Meta title",
74
+ "value": "Hario Mini Mill Slim"
75
+ },
76
+ "metadata__meta_description": {
77
+ "type": "text",
78
+ "name": "Meta description",
79
+ "value": "The Hario Mini Mill Slim is super suitable for traveling, can be hold up to 24 grams of coffee, and has an elegant plastic body."
80
+ },
81
+ "metadata__og_title": {
82
+ "type": "text",
83
+ "name": "og:title",
84
+ "value": "Hario Mini Mill Slim"
85
+ },
86
+ "metadata__og_description": {
87
+ "type": "text",
88
+ "name": "og:description",
89
+ "value": "The Hario Mini Mill Slim is super suitable for traveling, can be hold up to 24 grams of coffee, and has an elegant plastic body."
90
+ },
91
+ "metadata__og_image": {
92
+ "type": "asset",
93
+ "name": "og:image",
94
+ "value": [
95
+ {
96
+ "name": "hario-mini-mill.jpg",
97
+ "type": "image/jpeg",
98
+ "size": 41478,
99
+ "description": "Hario Mini Mill Slim Hand Coffee Grinder",
100
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
101
+ }
102
+ ]
103
+ },
104
+ "metadata__twitter_site": {
105
+ "type": "text",
106
+ "name": "twitter:site",
107
+ "value": "Dancing Goat"
108
+ },
109
+ "metadata__twitter_creator": {
110
+ "type": "text",
111
+ "name": "twitter:creator",
112
+ "value": "@kenticokontent"
113
+ },
114
+ "metadata__twitter_title": {
115
+ "type": "text",
116
+ "name": "twitter:title",
117
+ "value": "Hario Mini Mill Slim"
118
+ },
119
+ "metadata__twitter_description": {
120
+ "type": "text",
121
+ "name": "twitter:description",
122
+ "value": "The Hario Mini Mill Slim is super suitable for traveling, can be hold up to 24 grams of coffee, and has an elegant plastic body."
123
+ },
124
+ "metadata__twitter_image": {
125
+ "type": "asset",
126
+ "name": "twitter:image",
127
+ "value": [
128
+ {
129
+ "name": "hario-mini-mill.jpg",
130
+ "type": "image/jpeg",
131
+ "size": 41478,
132
+ "description": "Hario Mini Mill Slim Hand Coffee Grinder",
133
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
134
+ }
135
+ ]
136
+ }
137
+ }
138
+ },
139
+ {
140
+ "system": {
141
+ "id": "6a4bbe7b-e6ce-4f79-a006-174708cb91e6",
142
+ "name": "Porlex Tall Ceramic Burr Grinder",
143
+ "codename": "porlex_tall_ceramic_burr_grinder",
144
+ "language": "en-US",
145
+ "type": "grinder",
146
+ "sitemap_locations": [
147
+ "grinders"
148
+ ],
149
+ "last_modified": "2017-12-08T09:31:24.067Z"
150
+ },
151
+ "elements": {
152
+ "product_name": {
153
+ "type": "text",
154
+ "name": "Product name",
155
+ "value": "Porlex Tall Ceramic Burr Grinder"
156
+ },
157
+ "price": {
158
+ "type": "number",
159
+ "name": "Price",
160
+ "value": 32.9
161
+ },
162
+ "image": {
163
+ "type": "asset",
164
+ "name": "Image",
165
+ "value": [
166
+ {
167
+ "name": "porlex-tall-ceramic-burr-grinder.jpg",
168
+ "type": "image/jpeg",
169
+ "size": 37996,
170
+ "description": "Hand Coffee Grinder",
171
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg"
172
+ }
173
+ ]
174
+ },
175
+ "manufacturer": {
176
+ "type": "text",
177
+ "name": "Manufacturer",
178
+ "value": "Porlex"
179
+ },
180
+ "product_status": {
181
+ "type": "taxonomy",
182
+ "name": "Product status",
183
+ "taxonomy_group": "product_status",
184
+ "value": []
185
+ },
186
+ "short_description": {
187
+ "type": "rich_text",
188
+ "name": "Short description",
189
+ "images": {},
190
+ "links": {},
191
+ "modular_content": [],
192
+ "value": "<p>An extra-durable grinder with strong conical ceramic burrs&nbsp;that fits perfectly in your hands.</p>"
193
+ },
194
+ "long_description": {
195
+ "type": "rich_text",
196
+ "name": "Long description",
197
+ "images": {},
198
+ "links": {},
199
+ "modular_content": [],
200
+ "value": "<p>Are you looking for a firm, extra-durable, but also a little static grinder? The Porlex Tall Ceramic Burr Grinder is all from stainless steel except for the burrs. Those strong conical burrs are ceramic, so they won't rust and are also sharper than steel burrs will ever be. The grinder is also able to be adjusted for many different variants of grind setting to cover all your needs.</p><p>As to the size, the grinder is 7.3\" (18.5 cm) tall and 1.9\" (4.9 cm)&nbsp; in diameter, without the handle, so it perfectly fits your hands. You can put up to 1 oz (30 g) of beans inside. It's also very easy to wash.</p>"
201
+ },
202
+ "url_pattern": {
203
+ "type": "url_slug",
204
+ "name": "URL pattern",
205
+ "value": "porlex-tall-ceramic-burr-grinder"
206
+ },
207
+ "metadata__meta_title": {
208
+ "type": "text",
209
+ "name": "Meta title",
210
+ "value": "Porlex Tall Ceramic Burr Grinder"
211
+ },
212
+ "metadata__meta_description": {
213
+ "type": "text",
214
+ "name": "Meta description",
215
+ "value": "An extra-durable grinder with strong conical ceramic burrs that fits perfectly in your hands."
216
+ },
217
+ "metadata__og_title": {
218
+ "type": "text",
219
+ "name": "og:title",
220
+ "value": "Porlex Tall Ceramic Burr Grinder"
221
+ },
222
+ "metadata__og_description": {
223
+ "type": "text",
224
+ "name": "og:description",
225
+ "value": "An extra-durable grinder with strong conical ceramic burrs that fits perfectly in your hands."
226
+ },
227
+ "metadata__og_image": {
228
+ "type": "asset",
229
+ "name": "og:image",
230
+ "value": [
231
+ {
232
+ "name": "porlex-tall-ceramic-burr-grinder.jpg",
233
+ "type": "image/jpeg",
234
+ "size": 37996,
235
+ "description": "Hand Coffee Grinder",
236
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg"
237
+ }
238
+ ]
239
+ },
240
+ "metadata__twitter_site": {
241
+ "type": "text",
242
+ "name": "twitter:site",
243
+ "value": "Dancing Goat"
244
+ },
245
+ "metadata__twitter_creator": {
246
+ "type": "text",
247
+ "name": "twitter:creator",
248
+ "value": "@kenticokontent"
249
+ },
250
+ "metadata__twitter_title": {
251
+ "type": "text",
252
+ "name": "twitter:title",
253
+ "value": "Porlex Tall Ceramic Burr Grinder"
254
+ },
255
+ "metadata__twitter_description": {
256
+ "type": "text",
257
+ "name": "twitter:description",
258
+ "value": "An extra-durable grinder with strong conical ceramic burrs that fits perfectly in your hands."
259
+ },
260
+ "metadata__twitter_image": {
261
+ "type": "asset",
262
+ "name": "twitter:image",
263
+ "value": [
264
+ {
265
+ "name": "porlex-tall-ceramic-burr-grinder.jpg",
266
+ "type": "image/jpeg",
267
+ "size": 37996,
268
+ "description": "Hand Coffee Grinder",
269
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg"
270
+ }
271
+ ]
272
+ }
273
+ }
274
+ }
275
+ ],
276
+ "modular_content": {},
277
+ "pagination": {
278
+ "skip": 0,
279
+ "limit": 0,
280
+ "count": 2,
281
+ "next_page": ""
282
+ }
283
+ }
@@ -0,0 +1,647 @@
1
+ {
2
+ "items": [
3
+ {
4
+ "system": {
5
+ "id": "ef23e568-6aa2-42cd-a120-7823c0ef19f7",
6
+ "name": "About us",
7
+ "codename": "about_us",
8
+ "language": "en-US",
9
+ "type": "about_us",
10
+ "sitemap_locations": [
11
+ "about_us"
12
+ ],
13
+ "last_modified": "2018-08-18T13:19:18.933Z"
14
+ },
15
+ "elements": {
16
+ "facts": {
17
+ "type": "modular_content",
18
+ "name": "Facts",
19
+ "value": [
20
+ "our_philosophy",
21
+ "how_we_source_our_coffees",
22
+ "how_we_roast_our_coffees"
23
+ ]
24
+ },
25
+ "url_pattern": {
26
+ "type": "url_slug",
27
+ "name": "URL pattern",
28
+ "value": "about-us"
29
+ },
30
+ "metadata__meta_title": {
31
+ "type": "text",
32
+ "name": "Meta title",
33
+ "value": "About Dancing Goat Coffee"
34
+ },
35
+ "metadata__meta_description": {
36
+ "type": "text",
37
+ "name": "Meta description",
38
+ "value": "Since Dancing Goat's origin in 1969, we have been striving to do things right. Learn how we do things at Dancing Goat Coffee!"
39
+ },
40
+ "metadata__og_title": {
41
+ "type": "text",
42
+ "name": "og:title",
43
+ "value": "About Dancing Goat Coffee"
44
+ },
45
+ "metadata__og_description": {
46
+ "type": "text",
47
+ "name": "og:description",
48
+ "value": "Since Dancing Goat's origin in 1969, we have been striving to do things right. Learn how we do things at Dancing Goat Coffee!"
49
+ },
50
+ "metadata__og_image": {
51
+ "type": "asset",
52
+ "name": "og:image",
53
+ "value": [
54
+ {
55
+ "name": "on-roasts-1080px.jpg",
56
+ "type": "image/jpeg",
57
+ "size": 121946,
58
+ "description": "Coffee Roastery",
59
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
60
+ }
61
+ ]
62
+ },
63
+ "metadata__twitter_site": {
64
+ "type": "text",
65
+ "name": "twitter:site",
66
+ "value": "Dancing Goat"
67
+ },
68
+ "metadata__twitter_creator": {
69
+ "type": "text",
70
+ "name": "twitter:creator",
71
+ "value": "@kenticokontent"
72
+ },
73
+ "metadata__twitter_title": {
74
+ "type": "text",
75
+ "name": "twitter:title",
76
+ "value": "About Dancing Goat Coffee"
77
+ },
78
+ "metadata__twitter_description": {
79
+ "type": "text",
80
+ "name": "twitter:description",
81
+ "value": "Since Dancing Goat's origin in 1969, we have been striving to do things right. Learn how we do things at Dancing Goat Coffee!"
82
+ },
83
+ "metadata__twitter_image": {
84
+ "type": "asset",
85
+ "name": "twitter:image",
86
+ "value": [
87
+ {
88
+ "name": "on-roasts-1080px.jpg",
89
+ "type": "image/jpeg",
90
+ "size": 121946,
91
+ "description": "Coffee Roastery",
92
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
93
+ }
94
+ ]
95
+ }
96
+ }
97
+ },
98
+ {
99
+ "system": {
100
+ "id": "5d6167df-e39d-4877-999d-49e6e96fd8b0",
101
+ "name": "AeroPress",
102
+ "codename": "aeropress",
103
+ "language": "en-US",
104
+ "type": "brewer",
105
+ "sitemap_locations": [
106
+ "brewers"
107
+ ],
108
+ "last_modified": "2017-12-08T08:31:38.283Z"
109
+ },
110
+ "elements": {
111
+ "product_name": {
112
+ "type": "text",
113
+ "name": "Product name",
114
+ "value": "AeroPress"
115
+ },
116
+ "price": {
117
+ "type": "number",
118
+ "name": "Price",
119
+ "value": 25.9
120
+ },
121
+ "image": {
122
+ "type": "asset",
123
+ "name": "Image",
124
+ "value": [
125
+ {
126
+ "name": "aeropress.jpg",
127
+ "type": "image/jpeg",
128
+ "size": 72879,
129
+ "description": "AeroPress Coffee Maker",
130
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
131
+ }
132
+ ]
133
+ },
134
+ "product_status": {
135
+ "type": "taxonomy",
136
+ "name": "Product status",
137
+ "taxonomy_group": "product_status",
138
+ "value": [
139
+ {
140
+ "name": "Bestseller",
141
+ "codename": "bestseller"
142
+ }
143
+ ]
144
+ },
145
+ "short_description": {
146
+ "type": "rich_text",
147
+ "name": "Short description",
148
+ "images": {},
149
+ "links": {},
150
+ "modular_content": [],
151
+ "value": "<p>AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. &nbsp;</p>"
152
+ },
153
+ "long_description": {
154
+ "type": "rich_text",
155
+ "name": "Long description",
156
+ "images": {},
157
+ "links": {},
158
+ "modular_content": [],
159
+ "value": "<p>Presenting a coffee-making revolution, the AeroPress Coffee Maker.<br><br>Affordable and straightforward for producing top notch coffee with. If you enjoy delicious and smooth coffee, you've come to the right place. With the innovative AeroPress, you'll be enjoying your perfect cup in no time.<br><br>Using this device, you'll be amazed at how good your coffee can taste. Its ease of use will amaze you even more. Coffee making with the versatile brewing technique offered by AeroPress. Any kind of coffee, from any part of the world will taste its best when combined with AeroPress. If you just want to enjoy the perfect quick cup, or you enjoy tinkering with the delicacies of coffee brewing, the AeroPress Coffee Maker will hit the spot!<br><br>Each AeroPress comes with a pack of filters included in the box. &nbsp;</p>"
160
+ },
161
+ "url_pattern": {
162
+ "type": "url_slug",
163
+ "name": "URL pattern",
164
+ "value": "aeropress"
165
+ },
166
+ "manufacturer": {
167
+ "type": "taxonomy",
168
+ "name": "Manufacturer",
169
+ "taxonomy_group": "manufacturer",
170
+ "value": [
171
+ {
172
+ "name": "Aerobie",
173
+ "codename": "aerobie"
174
+ }
175
+ ]
176
+ },
177
+ "metadata__meta_title": {
178
+ "type": "text",
179
+ "name": "Meta title",
180
+ "value": "AeroPress"
181
+ },
182
+ "metadata__meta_description": {
183
+ "type": "text",
184
+ "name": "Meta description",
185
+ "value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
186
+ },
187
+ "metadata__og_title": {
188
+ "type": "text",
189
+ "name": "og:title",
190
+ "value": "AeroPress"
191
+ },
192
+ "metadata__og_description": {
193
+ "type": "text",
194
+ "name": "og:description",
195
+ "value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
196
+ },
197
+ "metadata__og_image": {
198
+ "type": "asset",
199
+ "name": "og:image",
200
+ "value": [
201
+ {
202
+ "name": "aeropress.jpg",
203
+ "type": "image/jpeg",
204
+ "size": 72879,
205
+ "description": "AeroPress Coffee Maker",
206
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
207
+ }
208
+ ]
209
+ },
210
+ "metadata__twitter_site": {
211
+ "type": "text",
212
+ "name": "twitter:site",
213
+ "value": "Dancing Goat"
214
+ },
215
+ "metadata__twitter_creator": {
216
+ "type": "text",
217
+ "name": "twitter:creator",
218
+ "value": "@kenticokontent"
219
+ },
220
+ "metadata__twitter_title": {
221
+ "type": "text",
222
+ "name": "twitter:title",
223
+ "value": "AeroPress"
224
+ },
225
+ "metadata__twitter_description": {
226
+ "type": "text",
227
+ "name": "twitter:description",
228
+ "value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
229
+ },
230
+ "metadata__twitter_image": {
231
+ "type": "asset",
232
+ "name": "twitter:image",
233
+ "value": [
234
+ {
235
+ "name": "aeropress.jpg",
236
+ "type": "image/jpeg",
237
+ "size": 72879,
238
+ "description": "AeroPress Coffee Maker",
239
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
240
+ }
241
+ ]
242
+ }
243
+ }
244
+ },
245
+ {
246
+ "system": {
247
+ "id": "65832c4e-8e9c-445f-a001-b9528d13dac8",
248
+ "name": "AeroPress Filters",
249
+ "codename": "aeropress_filters",
250
+ "language": "en-US",
251
+ "type": "accessory",
252
+ "sitemap_locations": [
253
+ "accessories"
254
+ ],
255
+ "last_modified": "2018-02-27T19:02:35.617Z"
256
+ },
257
+ "elements": {
258
+ "product_name": {
259
+ "type": "text",
260
+ "name": "Product name",
261
+ "value": "AeroPress Filters"
262
+ },
263
+ "price": {
264
+ "type": "number",
265
+ "name": "Price",
266
+ "value": 4.9
267
+ },
268
+ "image": {
269
+ "type": "asset",
270
+ "name": "Image",
271
+ "value": [
272
+ {
273
+ "name": "aero-press-filters.jpg",
274
+ "type": "image/jpeg",
275
+ "size": 36967,
276
+ "description": "AeroPress Paper Filter",
277
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
278
+ }
279
+ ]
280
+ },
281
+ "manufacturer": {
282
+ "type": "text",
283
+ "name": "Manufacturer",
284
+ "value": "Aerobie"
285
+ },
286
+ "product_status": {
287
+ "type": "taxonomy",
288
+ "name": "Product status",
289
+ "taxonomy_group": "product_status",
290
+ "value": []
291
+ },
292
+ "short_description": {
293
+ "type": "rich_text",
294
+ "name": "Short description",
295
+ "images": {},
296
+ "links": {},
297
+ "modular_content": [],
298
+ "value": "<p>Bleached paper filters for AeroPress coffee makers. &nbsp;</p>"
299
+ },
300
+ "long_description": {
301
+ "type": "rich_text",
302
+ "name": "Long description",
303
+ "images": {},
304
+ "links": {},
305
+ "modular_content": [],
306
+ "value": "<p>Bleached paper filters 1.5\" (3.8 cm) wide for AeroPress&nbsp;coffee makers.</p><p>A new and clean filter that gives you a wonderful taste of coffee. These paper filters allow the coffee to flow through the filter while at the same time trapping the coffee grounds inside.</p>"
307
+ },
308
+ "url_pattern": {
309
+ "type": "url_slug",
310
+ "name": "URL pattern",
311
+ "value": "aeropress-filters"
312
+ },
313
+ "metadata__meta_title": {
314
+ "type": "text",
315
+ "name": "Meta title",
316
+ "value": "AeroPress Filters"
317
+ },
318
+ "metadata__meta_description": {
319
+ "type": "text",
320
+ "name": "Meta description",
321
+ "value": "Bleached paper filters 1.5\" (3.8 cm) wide for AeroPress coffee makers. A new and clean filter that gives you a wonderful taste of coffee."
322
+ },
323
+ "metadata__og_title": {
324
+ "type": "text",
325
+ "name": "og:title",
326
+ "value": "AeroPress Filters"
327
+ },
328
+ "metadata__og_description": {
329
+ "type": "text",
330
+ "name": "og:description",
331
+ "value": "Bleached paper filters 1.5\" (3.8 cm) wide for AeroPress coffee makers. A new and clean filter that gives you a wonderful taste of coffee."
332
+ },
333
+ "metadata__og_image": {
334
+ "type": "asset",
335
+ "name": "og:image",
336
+ "value": [
337
+ {
338
+ "name": "aero-press-filters.jpg",
339
+ "type": "image/jpeg",
340
+ "size": 36967,
341
+ "description": "AeroPress Paper Filter",
342
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
343
+ }
344
+ ]
345
+ },
346
+ "metadata__twitter_site": {
347
+ "type": "text",
348
+ "name": "twitter:site",
349
+ "value": "Dancing Goat"
350
+ },
351
+ "metadata__twitter_creator": {
352
+ "type": "text",
353
+ "name": "twitter:creator",
354
+ "value": "@kenticokontent"
355
+ },
356
+ "metadata__twitter_title": {
357
+ "type": "text",
358
+ "name": "twitter:title",
359
+ "value": "AeroPress Filters"
360
+ },
361
+ "metadata__twitter_description": {
362
+ "type": "text",
363
+ "name": "twitter:description",
364
+ "value": "Bleached paper filters 1.5\" (3.8 cm) wide for AeroPress coffee makers. A new and clean filter that gives you a wonderful taste of coffee."
365
+ },
366
+ "metadata__twitter_image": {
367
+ "type": "asset",
368
+ "name": "twitter:image",
369
+ "value": [
370
+ {
371
+ "name": "aero-press-filters.jpg",
372
+ "type": "image/jpeg",
373
+ "size": 36967,
374
+ "description": "AeroPress Paper Filter",
375
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
376
+ }
377
+ ]
378
+ }
379
+ }
380
+ },
381
+ {
382
+ "system": {
383
+ "id": "e81a0107-8e09-4f2e-b583-8869abe5952a",
384
+ "name": "Allendale",
385
+ "codename": "allendale",
386
+ "language": "en-US",
387
+ "type": "cafe",
388
+ "sitemap_locations": [
389
+ "cafes",
390
+ "north_america"
391
+ ],
392
+ "last_modified": "2016-09-05T14:13:52.934Z"
393
+ },
394
+ "elements": {
395
+ "street": {
396
+ "type": "text",
397
+ "name": "Street",
398
+ "value": "11480 53rd Ave"
399
+ },
400
+ "city": {
401
+ "type": "text",
402
+ "name": "City",
403
+ "value": "Allendale"
404
+ },
405
+ "country": {
406
+ "type": "text",
407
+ "name": "Country",
408
+ "value": "USA"
409
+ },
410
+ "state": {
411
+ "type": "text",
412
+ "name": "State",
413
+ "value": "Michigan"
414
+ },
415
+ "zip_code": {
416
+ "type": "text",
417
+ "name": "ZIP Code",
418
+ "value": "49401"
419
+ },
420
+ "phone": {
421
+ "type": "text",
422
+ "name": "Phone",
423
+ "value": "877-692-4978"
424
+ },
425
+ "email": {
426
+ "type": "text",
427
+ "name": "Email",
428
+ "value": "Allendale@localhost.local"
429
+ },
430
+ "photo": {
431
+ "type": "asset",
432
+ "name": "Photo",
433
+ "value": [
434
+ {
435
+ "name": "cafe04.jpg",
436
+ "type": "image/jpeg",
437
+ "size": 545064,
438
+ "description": "Dancing Goat Café - Allendale",
439
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/4237a2ff-ce1a-45d9-8f59-65eb2ea3e401/cafe04.jpg"
440
+ }
441
+ ]
442
+ }
443
+ }
444
+ },
445
+ {
446
+ "system": {
447
+ "id": "028f0e05-9f17-45be-962d-62bebe6b6f53",
448
+ "name": "Boston",
449
+ "codename": "boston",
450
+ "language": "en-US",
451
+ "type": "cafe",
452
+ "sitemap_locations": [
453
+ "cafes",
454
+ "north_america"
455
+ ],
456
+ "last_modified": "2016-09-05T14:12:49.091Z"
457
+ },
458
+ "elements": {
459
+ "street": {
460
+ "type": "text",
461
+ "name": "Street",
462
+ "value": "27 Bowdoin St"
463
+ },
464
+ "city": {
465
+ "type": "text",
466
+ "name": "City",
467
+ "value": "Boston"
468
+ },
469
+ "country": {
470
+ "type": "text",
471
+ "name": "Country",
472
+ "value": "USA"
473
+ },
474
+ "state": {
475
+ "type": "text",
476
+ "name": "State",
477
+ "value": "Massachusetts"
478
+ },
479
+ "zip_code": {
480
+ "type": "text",
481
+ "name": "ZIP Code",
482
+ "value": "02144"
483
+ },
484
+ "phone": {
485
+ "type": "text",
486
+ "name": "Phone",
487
+ "value": "617-600-225"
488
+ },
489
+ "email": {
490
+ "type": "text",
491
+ "name": "Email",
492
+ "value": "Boston@localhost.local"
493
+ },
494
+ "photo": {
495
+ "type": "asset",
496
+ "name": "Photo",
497
+ "value": [
498
+ {
499
+ "name": "cafe03.jpg",
500
+ "type": "image/jpeg",
501
+ "size": 405527,
502
+ "description": "Dancing Goat Café - Boston",
503
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/7e510ff1-13c0-4a03-a19c-05625183df1f/cafe03.jpg"
504
+ }
505
+ ]
506
+ }
507
+ }
508
+ }
509
+ ],
510
+ "modular_content": {
511
+ "how_we_roast_our_coffees": {
512
+ "system": {
513
+ "id": "1c303d3b-27a9-4827-b0c0-fb05da17ccbc",
514
+ "name": "How we roast our coffees",
515
+ "codename": "how_we_roast_our_coffees",
516
+ "language": "en-US",
517
+ "type": "fact_about_us",
518
+ "sitemap_locations": [
519
+ "about_us"
520
+ ],
521
+ "last_modified": "2017-04-04T11:48:26.187Z"
522
+ },
523
+ "elements": {
524
+ "title": {
525
+ "type": "text",
526
+ "name": "Title",
527
+ "value": "How we roast our coffees"
528
+ },
529
+ "description": {
530
+ "type": "rich_text",
531
+ "name": "Description",
532
+ "images": {},
533
+ "links": {
534
+ "f4b3fc05-e988-4dae-9ac1-a94aba566474": {
535
+ "codename": "on_roasts",
536
+ "type": "article",
537
+ "url_slug": "on-roasts"
538
+ }
539
+ },
540
+ "modular_content": [],
541
+ "value": "<p>We operate our own roasteries, one on every continent we cover, from where we distribute right to the shops. This allows you to experience every cup as if you were right at the very farm it originated from. To achieve this, we use a refurbished 1920s Probat coffee roasters.</p>\n<p>We know that roasting is something you must keep on constantly perfecting. Each coffee requires a different roast to get the aroma and taste just right. That’s why our experts fine tune <a data-item-id=\"f4b3fc05-e988-4dae-9ac1-a94aba566474\" href=\"\">the way we roast coffees</a> every day. It’s a constant struggle.</p>"
542
+ },
543
+ "image": {
544
+ "type": "asset",
545
+ "name": "Image",
546
+ "value": [
547
+ {
548
+ "name": "roaster.jpg",
549
+ "type": "image/jpeg",
550
+ "size": 50240,
551
+ "description": "Coffee Roaster",
552
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg"
553
+ }
554
+ ]
555
+ }
556
+ }
557
+ },
558
+ "how_we_source_our_coffees": {
559
+ "system": {
560
+ "id": "18689ab0-e5ff-4ca5-bd13-ae3b5997c2d9",
561
+ "name": "How we source our coffees",
562
+ "codename": "how_we_source_our_coffees",
563
+ "language": "en-US",
564
+ "type": "fact_about_us",
565
+ "sitemap_locations": [
566
+ "about_us"
567
+ ],
568
+ "last_modified": "2016-10-20T12:47:13.65Z"
569
+ },
570
+ "elements": {
571
+ "title": {
572
+ "type": "text",
573
+ "name": "Title",
574
+ "value": "How we source our coffees"
575
+ },
576
+ "description": {
577
+ "type": "rich_text",
578
+ "name": "Description",
579
+ "images": {},
580
+ "links": {},
581
+ "modular_content": [],
582
+ "value": "<p>Every coffee has a story to share. We want this story to reach you in the most unaltered manner possible.</p>\n<p>With estate coffees and micro lots from diverse varietals located all over the globe, you can taste the world with Dancing Goat.</p>\n<p>We know all our farmers personally. These are mostly family businesses that have been up and running for decades. They do what they love, and hand pick their produce with care. We make sure they get as much from our relationships as we and you do.</p>\n<p>Every bean in our stock is 100% traceable to its source. Clean both for the eye and the environment, our beans are always of the latest season — we never store more coffee than we have to.</p>"
583
+ },
584
+ "image": {
585
+ "type": "asset",
586
+ "name": "Image",
587
+ "value": [
588
+ {
589
+ "name": "sources.jpg",
590
+ "type": "image/jpeg",
591
+ "size": 46469,
592
+ "description": "Coffee Berries",
593
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg"
594
+ }
595
+ ]
596
+ }
597
+ }
598
+ },
599
+ "our_philosophy": {
600
+ "system": {
601
+ "id": "a4aad96b-3f5d-41a9-b2c7-e0132bd533ec",
602
+ "name": "Our philosophy",
603
+ "codename": "our_philosophy",
604
+ "language": "en-US",
605
+ "type": "fact_about_us",
606
+ "sitemap_locations": [
607
+ "about_us"
608
+ ],
609
+ "last_modified": "2016-10-20T12:06:18.34Z"
610
+ },
611
+ "elements": {
612
+ "title": {
613
+ "type": "text",
614
+ "name": "Title",
615
+ "value": "Our philosophy"
616
+ },
617
+ "description": {
618
+ "type": "rich_text",
619
+ "name": "Description",
620
+ "images": {},
621
+ "links": {},
622
+ "modular_content": [],
623
+ "value": "<p>Since Dancing Goat's origin in 1969, we have been striving to do things right. Not only do we source the best coffees you can get your hands on, we also make sure we have a direct relationship with our farmers. Visiting the micro farms where we source our coffees is our daily bread. This way, we can guarantee the highest quality standard all year long. Our farmers get the best deal possible, so do you.</p>\n<p>Each one of us is a coffee enthusiast, but you don’t need to be an aficionado to enjoy the best. Ask us anything, we will happily take you on a tour of everything we have to offer. Stop by, relax, and put your mind at ease. There are no distractions at Dancing Goat; it’s just you and your cup of coffee.</p>\n<p>Are you a coffee seller or a cafe owner? Become our partner and spread our high-quality coffee among your customers. Or do you just want to taste good coffee? Come and join us at Dancing Goat, a place where the revival of alternative coffee preparation methods takes place. Extracting the best coffee in a vacuum coffee maker or the charming Chemex is just one of the things you can see here.</p>"
624
+ },
625
+ "image": {
626
+ "type": "asset",
627
+ "name": "Image",
628
+ "value": [
629
+ {
630
+ "name": "about.jpg",
631
+ "type": "image/jpeg",
632
+ "size": 56264,
633
+ "description": "Dancing Goat Café - Los Angeles",
634
+ "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg"
635
+ }
636
+ ]
637
+ }
638
+ }
639
+ }
640
+ },
641
+ "pagination": {
642
+ "skip": 0,
643
+ "limit": 5,
644
+ "count": 5,
645
+ "next_page": "https://deliver.kenticocloud.com/faf446d2-0544-0039-bb43-5d6ef816661a/items?skip=5&limit=5"
646
+ }
647
+ }