kontent-delivery-sdk-ruby 2.0.16 → 2.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +196 -157
  3. data/lib/delivery/builders/image_transformation_builder.rb +1 -0
  4. data/lib/delivery/builders/url_builder.rb +3 -0
  5. data/lib/delivery/client/delivery_client.rb +8 -0
  6. data/lib/delivery/client/delivery_query.rb +2 -2
  7. data/lib/delivery/client/request_manager.rb +2 -0
  8. data/lib/delivery/models/language.rb +29 -0
  9. data/lib/delivery/query_parameters/filters.rb +45 -2
  10. data/lib/delivery/query_parameters/parameter_base.rb +17 -7
  11. data/lib/delivery/responses/delivery_language_listing_response.rb +44 -0
  12. data/lib/delivery/responses/response_base.rb +2 -2
  13. data/lib/delivery/tests/fake_responder.rb +1 -6
  14. data/lib/delivery/tests/filtering/items_with_count.json +5241 -4842
  15. data/lib/delivery/tests/filtering/{pagination_about_us.json → pagination.json} +179 -64
  16. data/lib/delivery/tests/generic/items.json +1131 -732
  17. data/lib/delivery/tests/generic/items/about_us.json +76 -27
  18. data/lib/delivery/tests/generic/items/aeropress_filters.json +28 -11
  19. data/lib/delivery/tests/generic/items/coffee_processing_techniques.json +409 -12
  20. data/lib/delivery/tests/generic/items/empty_rich_text.json +24 -0
  21. data/lib/delivery/tests/generic/items/rich_text_complex_tables.json +81 -0
  22. data/lib/delivery/tests/generic/items/where_does_coffee_come_from_.json +478 -500
  23. data/lib/delivery/tests/generic/languages.json +24 -0
  24. data/lib/delivery/tests/generic/taxonomies.json +78 -1
  25. data/lib/delivery/tests/generic/taxonomies/manufacturer.json +30 -0
  26. data/lib/delivery/tests/generic/types.json +808 -753
  27. data/lib/delivery/tests/generic/types/brewer.json +89 -0
  28. data/lib/kontent-delivery-sdk-ruby.rb +2 -0
  29. metadata +49 -27
  30. data/lib/delivery/tests/filtering/items_gt.json +0 -566
  31. data/lib/delivery/tests/filtering/multiple.json +0 -283
  32. data/lib/delivery/version.rb +0 -7
@@ -6,10 +6,10 @@
6
6
  "codename": "about_us",
7
7
  "language": "en-US",
8
8
  "type": "about_us",
9
- "sitemap_locations": [
10
- "about_us"
11
- ],
12
- "last_modified": "2018-08-18T13:19:18.933Z"
9
+ "collection": "default",
10
+ "sitemap_locations": [],
11
+ "last_modified": "2019-03-27T13:10:01.791Z",
12
+ "workflow_step": "published"
13
13
  },
14
14
  "elements": {
15
15
  "facts": {
@@ -26,6 +26,12 @@
26
26
  "name": "URL pattern",
27
27
  "value": "about-us"
28
28
  },
29
+ "sitemap": {
30
+ "type": "taxonomy",
31
+ "name": "Sitemap",
32
+ "taxonomy_group": "sitemap_538125f",
33
+ "value": []
34
+ },
29
35
  "metadata__meta_title": {
30
36
  "type": "text",
31
37
  "name": "Meta title",
@@ -52,10 +58,12 @@
52
58
  "value": [
53
59
  {
54
60
  "name": "on-roasts-1080px.jpg",
61
+ "description": "Coffee Roastery",
55
62
  "type": "image/jpeg",
56
63
  "size": 121946,
57
- "description": "Coffee Roastery",
58
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
64
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
65
+ "width": 1000,
66
+ "height": 666
59
67
  }
60
68
  ]
61
69
  },
@@ -67,7 +75,7 @@
67
75
  "metadata__twitter_creator": {
68
76
  "type": "text",
69
77
  "name": "twitter:creator",
70
- "value": "@kenticokontent"
78
+ "value": "@kenticoCloud"
71
79
  },
72
80
  "metadata__twitter_title": {
73
81
  "type": "text",
@@ -85,10 +93,12 @@
85
93
  "value": [
86
94
  {
87
95
  "name": "on-roasts-1080px.jpg",
96
+ "description": "Coffee Roastery",
88
97
  "type": "image/jpeg",
89
98
  "size": 121946,
90
- "description": "Coffee Roastery",
91
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
99
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
100
+ "width": 1000,
101
+ "height": 666
92
102
  }
93
103
  ]
94
104
  }
@@ -102,10 +112,10 @@
102
112
  "codename": "how_we_roast_our_coffees",
103
113
  "language": "en-US",
104
114
  "type": "fact_about_us",
105
- "sitemap_locations": [
106
- "about_us"
107
- ],
108
- "last_modified": "2017-04-04T11:48:26.187Z"
115
+ "collection": "default",
116
+ "sitemap_locations": [],
117
+ "last_modified": "2019-03-27T13:17:22.27Z",
118
+ "workflow_step": "published"
109
119
  },
110
120
  "elements": {
111
121
  "title": {
@@ -133,10 +143,23 @@
133
143
  "value": [
134
144
  {
135
145
  "name": "roaster.jpg",
146
+ "description": "Coffee Roaster",
136
147
  "type": "image/jpeg",
137
148
  "size": 50240,
138
- "description": "Coffee Roaster",
139
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg"
149
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg",
150
+ "width": 600,
151
+ "height": 457
152
+ }
153
+ ]
154
+ },
155
+ "sitemap": {
156
+ "type": "taxonomy",
157
+ "name": "Sitemap",
158
+ "taxonomy_group": "sitemap_538125f",
159
+ "value": [
160
+ {
161
+ "name": "About us",
162
+ "codename": "about_us"
140
163
  }
141
164
  ]
142
165
  }
@@ -149,10 +172,10 @@
149
172
  "codename": "how_we_source_our_coffees",
150
173
  "language": "en-US",
151
174
  "type": "fact_about_us",
152
- "sitemap_locations": [
153
- "about_us"
154
- ],
155
- "last_modified": "2016-10-20T12:47:13.65Z"
175
+ "collection": "default",
176
+ "sitemap_locations": [],
177
+ "last_modified": "2019-03-27T13:17:52.881Z",
178
+ "workflow_step": "published"
156
179
  },
157
180
  "elements": {
158
181
  "title": {
@@ -174,10 +197,23 @@
174
197
  "value": [
175
198
  {
176
199
  "name": "sources.jpg",
200
+ "description": "Coffee Berries",
177
201
  "type": "image/jpeg",
178
202
  "size": 46469,
179
- "description": "Coffee Berries",
180
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg"
203
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg",
204
+ "width": 640,
205
+ "height": 457
206
+ }
207
+ ]
208
+ },
209
+ "sitemap": {
210
+ "type": "taxonomy",
211
+ "name": "Sitemap",
212
+ "taxonomy_group": "sitemap_538125f",
213
+ "value": [
214
+ {
215
+ "name": "About us",
216
+ "codename": "about_us"
181
217
  }
182
218
  ]
183
219
  }
@@ -190,10 +226,10 @@
190
226
  "codename": "our_philosophy",
191
227
  "language": "en-US",
192
228
  "type": "fact_about_us",
193
- "sitemap_locations": [
194
- "about_us"
195
- ],
196
- "last_modified": "2016-10-20T12:06:18.34Z"
229
+ "collection": "default",
230
+ "sitemap_locations": [],
231
+ "last_modified": "2019-03-27T13:22:11.857Z",
232
+ "workflow_step": "published"
197
233
  },
198
234
  "elements": {
199
235
  "title": {
@@ -215,10 +251,23 @@
215
251
  "value": [
216
252
  {
217
253
  "name": "about.jpg",
254
+ "description": "Dancing Goat Café - Los Angeles",
218
255
  "type": "image/jpeg",
219
256
  "size": 56264,
220
- "description": "Dancing Goat Café - Los Angeles",
221
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg"
257
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg",
258
+ "width": 640,
259
+ "height": 426
260
+ }
261
+ ]
262
+ },
263
+ "sitemap": {
264
+ "type": "taxonomy",
265
+ "name": "Sitemap",
266
+ "taxonomy_group": "sitemap_538125f",
267
+ "value": [
268
+ {
269
+ "name": "About us",
270
+ "codename": "about_us"
222
271
  }
223
272
  ]
224
273
  }
@@ -6,10 +6,10 @@
6
6
  "codename": "aeropress_filters",
7
7
  "language": "en-US",
8
8
  "type": "accessory",
9
- "sitemap_locations": [
10
- "accessories"
11
- ],
12
- "last_modified": "2018-02-27T19:02:35.617Z"
9
+ "collection": "default",
10
+ "sitemap_locations": [],
11
+ "last_modified": "2019-03-27T13:11:06.537Z",
12
+ "workflow_step": "published"
13
13
  },
14
14
  "elements": {
15
15
  "product_name": {
@@ -28,10 +28,12 @@
28
28
  "value": [
29
29
  {
30
30
  "name": "aero-press-filters.jpg",
31
+ "description": "AeroPress Paper Filter",
31
32
  "type": "image/jpeg",
32
33
  "size": 36967,
33
- "description": "AeroPress Paper Filter",
34
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
34
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
35
+ "width": 1080,
36
+ "height": 1080
35
37
  }
36
38
  ]
37
39
  },
@@ -67,6 +69,17 @@
67
69
  "name": "URL pattern",
68
70
  "value": "aeropress-filters"
69
71
  },
72
+ "sitemap": {
73
+ "type": "taxonomy",
74
+ "name": "Sitemap",
75
+ "taxonomy_group": "sitemap_538125f",
76
+ "value": [
77
+ {
78
+ "name": "Accessories",
79
+ "codename": "accessories"
80
+ }
81
+ ]
82
+ },
70
83
  "metadata__meta_title": {
71
84
  "type": "text",
72
85
  "name": "Meta title",
@@ -93,10 +106,12 @@
93
106
  "value": [
94
107
  {
95
108
  "name": "aero-press-filters.jpg",
109
+ "description": "AeroPress Paper Filter",
96
110
  "type": "image/jpeg",
97
111
  "size": 36967,
98
- "description": "AeroPress Paper Filter",
99
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
112
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
113
+ "width": 1080,
114
+ "height": 1080
100
115
  }
101
116
  ]
102
117
  },
@@ -108,7 +123,7 @@
108
123
  "metadata__twitter_creator": {
109
124
  "type": "text",
110
125
  "name": "twitter:creator",
111
- "value": "@kenticokontent"
126
+ "value": "@kenticoCloud"
112
127
  },
113
128
  "metadata__twitter_title": {
114
129
  "type": "text",
@@ -126,10 +141,12 @@
126
141
  "value": [
127
142
  {
128
143
  "name": "aero-press-filters.jpg",
144
+ "description": "AeroPress Paper Filter",
129
145
  "type": "image/jpeg",
130
146
  "size": 36967,
131
- "description": "AeroPress Paper Filter",
132
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
147
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
148
+ "width": 1080,
149
+ "height": 1080
133
150
  }
134
151
  ]
135
152
  }
@@ -6,10 +6,10 @@
6
6
  "codename": "coffee_processing_techniques",
7
7
  "language": "en-US",
8
8
  "type": "article",
9
- "sitemap_locations": [
10
- "articles"
11
- ],
12
- "last_modified": "2018-07-17T08:12:03.07Z"
9
+ "collection": "default",
10
+ "sitemap_locations": [],
11
+ "last_modified": "2019-03-27T13:13:35.312Z",
12
+ "workflow_step": "published"
13
13
  },
14
14
  "elements": {
15
15
  "title": {
@@ -23,10 +23,12 @@
23
23
  "value": [
24
24
  {
25
25
  "name": "coffee-processing-techniques-1080px.jpg",
26
+ "description": "Dry process (also known as unwashed or natural coffee)",
26
27
  "type": "image/jpeg",
27
28
  "size": 108409,
28
- "description": "Dry process (also known as unwashed or natural coffee)",
29
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
29
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
30
+ "width": 1000,
31
+ "height": 504
30
32
  }
31
33
  ]
32
34
  },
@@ -97,6 +99,17 @@
97
99
  "name": "URL pattern",
98
100
  "value": "coffee-processing-techniques"
99
101
  },
102
+ "sitemap": {
103
+ "type": "taxonomy",
104
+ "name": "Sitemap",
105
+ "taxonomy_group": "sitemap_538125f",
106
+ "value": [
107
+ {
108
+ "name": "Articles",
109
+ "codename": "articles"
110
+ }
111
+ ]
112
+ },
100
113
  "metadata__meta_title": {
101
114
  "type": "text",
102
115
  "name": "Meta title",
@@ -123,10 +136,12 @@
123
136
  "value": [
124
137
  {
125
138
  "name": "coffee-processing-techniques-1080px.jpg",
139
+ "description": "Dry process (also known as unwashed or natural coffee)",
126
140
  "type": "image/jpeg",
127
141
  "size": 108409,
128
- "description": "Dry process (also known as unwashed or natural coffee)",
129
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
142
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
143
+ "width": 1000,
144
+ "height": 504
130
145
  }
131
146
  ]
132
147
  },
@@ -138,7 +153,7 @@
138
153
  "metadata__twitter_creator": {
139
154
  "type": "text",
140
155
  "name": "twitter:creator",
141
- "value": "@kenticokontent"
156
+ "value": "@kenticoCloud"
142
157
  },
143
158
  "metadata__twitter_title": {
144
159
  "type": "text",
@@ -156,14 +171,396 @@
156
171
  "value": [
157
172
  {
158
173
  "name": "coffee-processing-techniques-1080px.jpg",
174
+ "description": "Dry process (also known as unwashed or natural coffee)",
159
175
  "type": "image/jpeg",
160
176
  "size": 108409,
161
- "description": "Dry process (also known as unwashed or natural coffee)",
162
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
177
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
178
+ "width": 1000,
179
+ "height": 504
163
180
  }
164
181
  ]
165
182
  }
166
183
  }
167
184
  },
168
- "modular_content": {}
185
+ "modular_content": {
186
+ "n71d0469e_9a77_0168_8f49_08f6d3bcaca3": {
187
+ "system": {
188
+ "id": "71d0469e-9a77-0168-8f49-08f6d3bcaca3",
189
+ "name": "71d0469e-9a77-0168-8f49-08f6d3bcaca3",
190
+ "codename": "n71d0469e_9a77_0168_8f49_08f6d3bcaca3",
191
+ "language": "en-US",
192
+ "type": "hosted_video",
193
+ "collection": "default",
194
+ "sitemap_locations": [],
195
+ "last_modified": "2019-03-27T13:24:54.042Z"
196
+ },
197
+ "elements": {
198
+ "video_id": {
199
+ "type": "text",
200
+ "name": "Video ID",
201
+ "value": "48920310"
202
+ },
203
+ "video_host": {
204
+ "type": "multiple_choice",
205
+ "name": "Video host",
206
+ "value": [
207
+ {
208
+ "name": "Vimeo",
209
+ "codename": "vimeo"
210
+ }
211
+ ]
212
+ }
213
+ }
214
+ },
215
+ "on_roasts": {
216
+ "system": {
217
+ "id": "f4b3fc05-e988-4dae-9ac1-a94aba566474",
218
+ "name": "On Roasts",
219
+ "codename": "on_roasts",
220
+ "language": "en-US",
221
+ "type": "article",
222
+ "collection": "default",
223
+ "sitemap_locations": [],
224
+ "last_modified": "2019-03-27T13:21:11.38Z",
225
+ "workflow_step": "published"
226
+ },
227
+ "elements": {
228
+ "title": {
229
+ "type": "text",
230
+ "name": "Title",
231
+ "value": "On Roasts"
232
+ },
233
+ "teaser_image": {
234
+ "type": "asset",
235
+ "name": "Teaser image",
236
+ "value": [
237
+ {
238
+ "name": "on-roasts-1080px.jpg",
239
+ "description": "Coffee Roastery",
240
+ "type": "image/jpeg",
241
+ "size": 121946,
242
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
243
+ "width": 1000,
244
+ "height": 666
245
+ }
246
+ ]
247
+ },
248
+ "post_date": {
249
+ "type": "date_time",
250
+ "name": "Post date",
251
+ "value": "2014-11-07T00:00:00Z"
252
+ },
253
+ "summary": {
254
+ "type": "text",
255
+ "name": "Summary",
256
+ "value": "Roasting coffee beans can take from 6 to 13 minutes. Different roasting times produce different types of coffee, with varying concentration of caffeine and intensity of the original flavor."
257
+ },
258
+ "body_copy": {
259
+ "type": "rich_text",
260
+ "name": "Body Copy",
261
+ "images": {},
262
+ "links": {},
263
+ "modular_content": [],
264
+ "value": "<p>There’s nothing complicated about roasting. It’s as easy as baking a pie, maybe even simpler as there’s just one ingredient. What’s complicated is fine-tuning the whole process to perfection. It’s also a huge responsibility. You can easily ruin something that’s been in the works for months and has been perfect up until now.</p><h3>Light Roasts</h3><p>Usually roasted for 6-8 minutes or simply until achieving a light brown color. This method is used for milder coffee varieties and for coffee tasting. This type of roasting allows the natural characteristics of each coffee to show. The aroma of coffees produced from light roasts is usually more intense. The cup itself is more acidic and the concentration of caffeine is higher.</p><h3>Medium roast</h3><p>These exempt a stronger flavor than light roasts. The beans are still more matte than oily. Caffeine contents are decreased. Medium roasts lack the grainy taste of lighter roasts. You also get a more balanced flavor, aroma and acidity.</p><h3>Dark Roasts</h3><p>Dark roast beans are achieved by a 12-13 minute roasting process. The beans have a heavier body, a surface that appears a little oily and a somewhat shiny. Darker roasts have a more chocolate-like flavor. The sugars in the coffee caramelize more than with light roasts and make their way to the surface of the bean. This makes the beans less acidic as well.</p><p>To put it in points, these are general rules that apply to different levels of roasts:</p><ul><li>Caffeine level decreases the darker the roast is.</li><li>Darker roasts exempt less acidity than lighter roasts.</li><li>The darker beans get roasted, the oilier their surface becomes.</li><li>Lighter roasts maintain more of the original flavors of their varieties, while the darker they get, they tend to take on more flavor from the roasting process itself.</li><li>The body of the coffee gets heavier until taken to really high temperatures, where they emit what is called a ‘second crack’. Then the body starts thinning out again.</li></ul><p>You can easily imprint your own signature into each coffee that you make during the roasting process. At Dancing Goat, though, we choose to instead highlight what makes of the varietal great and unique.</p>"
265
+ },
266
+ "related_articles": {
267
+ "type": "modular_content",
268
+ "name": "Related articles",
269
+ "value": [
270
+ "coffee_processing_techniques",
271
+ "origins_of_arabica_bourbon"
272
+ ]
273
+ },
274
+ "meta_keywords": {
275
+ "type": "text",
276
+ "name": "Meta keywords",
277
+ "value": "roasts, coffee"
278
+ },
279
+ "personas": {
280
+ "type": "taxonomy",
281
+ "name": "Personas",
282
+ "taxonomy_group": "personas",
283
+ "value": [
284
+ {
285
+ "name": "Barista",
286
+ "codename": "barista"
287
+ },
288
+ {
289
+ "name": "Coffee blogger",
290
+ "codename": "coffee_blogger"
291
+ }
292
+ ]
293
+ },
294
+ "meta_description": {
295
+ "type": "text",
296
+ "name": "Meta description",
297
+ "value": "Roasting coffee beans can take from 6 to 13 minutes. Different roasting times produce different types of coffee."
298
+ },
299
+ "url_pattern": {
300
+ "type": "url_slug",
301
+ "name": "URL pattern",
302
+ "value": "on-roasts"
303
+ },
304
+ "sitemap": {
305
+ "type": "taxonomy",
306
+ "name": "Sitemap",
307
+ "taxonomy_group": "sitemap_538125f",
308
+ "value": [
309
+ {
310
+ "name": "Articles",
311
+ "codename": "articles"
312
+ }
313
+ ]
314
+ },
315
+ "metadata__meta_title": {
316
+ "type": "text",
317
+ "name": "Meta title",
318
+ "value": "On Roasts"
319
+ },
320
+ "metadata__meta_description": {
321
+ "type": "text",
322
+ "name": "Meta description",
323
+ "value": "Roasting coffee beans can take from 6 to 13 minutes. Different roasting times produce different types of coffee."
324
+ },
325
+ "metadata__og_title": {
326
+ "type": "text",
327
+ "name": "og:title",
328
+ "value": "On Roasts"
329
+ },
330
+ "metadata__og_description": {
331
+ "type": "text",
332
+ "name": "og:description",
333
+ "value": "Roasting coffee beans can take from 6 to 13 minutes. Different roasting times produce different types of coffee."
334
+ },
335
+ "metadata__og_image": {
336
+ "type": "asset",
337
+ "name": "og:image",
338
+ "value": [
339
+ {
340
+ "name": "on-roasts-1080px.jpg",
341
+ "description": "Coffee Roastery",
342
+ "type": "image/jpeg",
343
+ "size": 121946,
344
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
345
+ "width": 1000,
346
+ "height": 666
347
+ }
348
+ ]
349
+ },
350
+ "metadata__twitter_site": {
351
+ "type": "text",
352
+ "name": "twitter:site",
353
+ "value": "Dancing Goat"
354
+ },
355
+ "metadata__twitter_creator": {
356
+ "type": "text",
357
+ "name": "twitter:creator",
358
+ "value": "@kenticoCloud"
359
+ },
360
+ "metadata__twitter_title": {
361
+ "type": "text",
362
+ "name": "twitter:title",
363
+ "value": "On Roasts"
364
+ },
365
+ "metadata__twitter_description": {
366
+ "type": "text",
367
+ "name": "twitter:description",
368
+ "value": "Roasting coffee beans can take from 6 to 13 minutes. Different roasting times produce different types of coffee."
369
+ },
370
+ "metadata__twitter_image": {
371
+ "type": "asset",
372
+ "name": "twitter:image",
373
+ "value": [
374
+ {
375
+ "name": "on-roasts-1080px.jpg",
376
+ "description": "Coffee Roastery",
377
+ "type": "image/jpeg",
378
+ "size": 121946,
379
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
380
+ "width": 1000,
381
+ "height": 666
382
+ }
383
+ ]
384
+ }
385
+ }
386
+ },
387
+ "which_brewing_fits_you_": {
388
+ "system": {
389
+ "id": "3120ec15-a4a2-47ec-8ccd-c85ac8ac5ba5",
390
+ "name": "Which brewing fits you?",
391
+ "codename": "which_brewing_fits_you_",
392
+ "language": "en-US",
393
+ "type": "article",
394
+ "collection": "default",
395
+ "sitemap_locations": [],
396
+ "last_modified": "2019-03-27T13:24:54.042Z",
397
+ "workflow_step": "published"
398
+ },
399
+ "elements": {
400
+ "title": {
401
+ "type": "text",
402
+ "name": "Title",
403
+ "value": "Which brewing fits you?"
404
+ },
405
+ "teaser_image": {
406
+ "type": "asset",
407
+ "name": "Teaser image",
408
+ "value": [
409
+ {
410
+ "name": "which-brewing-fits-you-1080px.jpg",
411
+ "description": "Coffee Brewing Techniques",
412
+ "type": "image/jpeg",
413
+ "size": 125770,
414
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
415
+ "width": 1000,
416
+ "height": 666
417
+ }
418
+ ]
419
+ },
420
+ "post_date": {
421
+ "type": "date_time",
422
+ "name": "Post date",
423
+ "value": "2014-10-27T00:00:00Z"
424
+ },
425
+ "summary": {
426
+ "type": "text",
427
+ "name": "Summary",
428
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee. Read this article to convince yourself that brewing coffee is no science"
429
+ },
430
+ "body_copy": {
431
+ "type": "rich_text",
432
+ "name": "Body Copy",
433
+ "images": {},
434
+ "links": {},
435
+ "modular_content": [
436
+ "n71d0469e_9a77_0168_8f49_08f6d3bcaca3"
437
+ ],
438
+ "value": "<p>Not that long ago, actually back in the early 2000s, coffee making industry had a single aim: convenience. It may have been hand in hand with the rising economic growth. Everyone felt they had to stay busy and get as much done as possible in order to succeed at their lives. Making coffee was usually the matter of pressing a single button. Convenience brought us the likes of Tassimo, Nespresso and other many similar amenities.</p>\n<p>Nowadays, though, everything seems to be slowing down. People take time. Or maybe, they just gave up and they don't bother being in a rush any more. This brought a renaissance of rediscovering the forgotten. Decades old brewing techniques, otherwise performed only by baristas and the geekiest of coffee enthusiasts, are finding their way into everyone’s homes.</p>\n<p>The variety of devices can easily scare the uninitiated off, though. Looking at some of the more complicated brewers especially so. Take vacuum coffee makers, for example. They look like they’ve been taken straight from a chemist lab and that handling them incorrectly could make the whole block go off. Not surprisingly, then, many of us give up and opt for the ‘convenient’ way.</p>\n<p>In this article, we’ll go through some of the simple of these brewing methods. Just to show you that they’re nothing to be afraid off. Making a proper cup of coffee can be super simple. Let’s get to it.</p>\n<h3>Chemex</h3>\n<p>We won’t lie. This one’s our favorite. It’s super easy to use, and it’s got style (go for the wood handle variant)!</p>\n<p>Chemex produces a cup free of any bitterness. We use the 40oz Chemex, which can make 6 to 8 pretty smooth cups at a time.</p>\n<ol>\n <li>Grind, or get about 42 grams (5-6 tablespoons) of ground coffee. The coffee shouldn’t be super-smooth, take kosher salt for reference.</li>\n <li>Place the Chemex filter inside. Rinse with hot water to seal.</li>\n <li>Remove any left-over water.</li>\n <li>Add in the ground coffee and stir briefly. This allows for a more even brewing.</li>\n <li>Heat water to some 205 degrees F, or let freshly boiled water off the heat for some 30-45 seconds.</li>\n <li>Pour just enough water to saturate the grounds. Let it work for 30 seconds.</li>\n <li>Now, pour water evenly, spiraling around the inside of the code, until it reaches the top of the brewer.</li>\n <li>Keep on adding water periodically, until the brewed coffee reaches the Chemex’s glass button.</li>\n <li>Remove the filter and move it to a sink.</li>\n <li>Pre-heat your mug with warm water and then pour in the freshly brewed coffee from your Chemex.</li>\n</ol>\n<p>Enjoy! You can easily manipulate the Chemex with the coffee in, as the handle insulates the heat.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"n71d0469e_9a77_0168_8f49_08f6d3bcaca3\"></object>\n<h3>Clever Dripper</h3>\n<p>This is probably the one that’s easiest to work with. It’s pretty easy to clean up and lets you control the steeping. The brewer is pretty durable and also safe, as it’s 100% BPA free.</p>\n<p>Brews only one cup at a time, but makes a very smooth, almost chocolaty cups.</p>\n<ol>\n <li>Grind, or get about 22 grams (3 tablespoons) of ground coffee. Make sure the ground is coarse.</li>\n <li>Put the paper filter in and rinse with warm water.</li>\n <li>Add the coffee into the dripper.</li>\n <li>Pour water and cover with a lid for about 1.5 minutes.</li>\n <li>Remove cover, stir and cover again.</li>\n <li>After 2 more minutes, stir one last time and place the Clever Dripper on top of a mug.</li>\n <li>Start draining until the cup’s full.</li>\n</ol>\n<p>Pretty simple right? The coffee stays in the dripper until you release it yourself, which is pretty convenient. Be careful, though, as leaving the coffee in for too long will make it bitter.</p>\n<h3>Hario V60</h3>\n<p>Similar to the Clever Dripper. Immediately brews into a cup so you don’t have to do the draining yourself.</p>\n<p>Comes made from ceramic, glass or PVC and in tons of colors.</p>\n<p>Produces one cup at a time. The brew has a more ‘roasted’ taste.</p>\n<ol>\n <li>Grind, or get about 22 grams (2.5 tablespoons) of ground coffee. Make sure the ground is finer, similar to table salt.</li>\n <li>Place a V60 filter into the Hario.</li>\n <li>Rinse with hot water and discard. This removes any paper taste.</li>\n <li>Add coffee and shake with dripper to level the grounds evenly.</li>\n <li>Pour in just enough water to absorb in the coffee. 30ml should do.</li>\n <li>Let the water absorb for 45 seconds.</li>\n <li>Then, pour hot water steadily over the grounds, topping the Hario. Avoid directly hitting the filter.</li>\n <li>Pour the coffee directly into your mug.</li>\n</ol>\n<p>And that’s it. This should be a pretty smooth a cup.</p>\n<p>Don’t forget that you can buy all the three brewers and many others at our store! Let us know if you want to know about other techniques in the comments below.</p>"
439
+ },
440
+ "related_articles": {
441
+ "type": "modular_content",
442
+ "name": "Related articles",
443
+ "value": [
444
+ "coffee_processing_techniques",
445
+ "on_roasts"
446
+ ]
447
+ },
448
+ "meta_keywords": {
449
+ "type": "text",
450
+ "name": "Meta keywords",
451
+ "value": "brewing, arabica"
452
+ },
453
+ "personas": {
454
+ "type": "taxonomy",
455
+ "name": "Personas",
456
+ "taxonomy_group": "personas",
457
+ "value": [
458
+ {
459
+ "name": "Coffee lover",
460
+ "codename": "coffee_lover"
461
+ },
462
+ {
463
+ "name": "Coffee blogger",
464
+ "codename": "coffee_blogger"
465
+ },
466
+ {
467
+ "name": "Barista",
468
+ "codename": "barista"
469
+ }
470
+ ]
471
+ },
472
+ "meta_description": {
473
+ "type": "text",
474
+ "name": "Meta description",
475
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
476
+ },
477
+ "url_pattern": {
478
+ "type": "url_slug",
479
+ "name": "URL pattern",
480
+ "value": "which-brewing-fits-you"
481
+ },
482
+ "sitemap": {
483
+ "type": "taxonomy",
484
+ "name": "Sitemap",
485
+ "taxonomy_group": "sitemap_538125f",
486
+ "value": [
487
+ {
488
+ "name": "Articles",
489
+ "codename": "articles"
490
+ }
491
+ ]
492
+ },
493
+ "metadata__meta_title": {
494
+ "type": "text",
495
+ "name": "Meta title",
496
+ "value": "Which brewing fits you?"
497
+ },
498
+ "metadata__meta_description": {
499
+ "type": "text",
500
+ "name": "Meta description",
501
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
502
+ },
503
+ "metadata__og_title": {
504
+ "type": "text",
505
+ "name": "og:title",
506
+ "value": "Which brewing fits you?"
507
+ },
508
+ "metadata__og_description": {
509
+ "type": "text",
510
+ "name": "og:description",
511
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
512
+ },
513
+ "metadata__og_image": {
514
+ "type": "asset",
515
+ "name": "og:image",
516
+ "value": [
517
+ {
518
+ "name": "which-brewing-fits-you-1080px.jpg",
519
+ "description": "Coffee Brewing Techniques",
520
+ "type": "image/jpeg",
521
+ "size": 125770,
522
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
523
+ "width": 1000,
524
+ "height": 666
525
+ }
526
+ ]
527
+ },
528
+ "metadata__twitter_site": {
529
+ "type": "text",
530
+ "name": "twitter:site",
531
+ "value": "Dancing Goat"
532
+ },
533
+ "metadata__twitter_creator": {
534
+ "type": "text",
535
+ "name": "twitter:creator",
536
+ "value": "@kenticoCloud"
537
+ },
538
+ "metadata__twitter_title": {
539
+ "type": "text",
540
+ "name": "twitter:title",
541
+ "value": "Which brewing fits you?"
542
+ },
543
+ "metadata__twitter_description": {
544
+ "type": "text",
545
+ "name": "twitter:description",
546
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee. "
547
+ },
548
+ "metadata__twitter_image": {
549
+ "type": "asset",
550
+ "name": "twitter:image",
551
+ "value": [
552
+ {
553
+ "name": "which-brewing-fits-you-1080px.jpg",
554
+ "description": "Coffee Brewing Techniques",
555
+ "type": "image/jpeg",
556
+ "size": 125770,
557
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
558
+ "width": 1000,
559
+ "height": 666
560
+ }
561
+ ]
562
+ }
563
+ }
564
+ }
565
+ }
169
566
  }