kontent-delivery-sdk-ruby 2.0.15 → 2.0.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +85 -45
- data/lib/delivery/builders/url_builder.rb +3 -0
- data/lib/delivery/client/delivery_client.rb +21 -0
- data/lib/delivery/client/delivery_query.rb +23 -7
- data/lib/delivery/client/request_manager.rb +8 -4
- data/lib/delivery/query_parameters/filters.rb +45 -2
- data/lib/delivery/query_parameters/parameter_base.rb +17 -7
- data/lib/delivery/responses/delivery_item_listing_response.rb +3 -3
- data/lib/delivery/responses/delivery_item_response.rb +3 -3
- data/lib/delivery/responses/delivery_items_feed_response.rb +58 -0
- data/lib/delivery/responses/response_base.rb +2 -2
- data/lib/delivery/tests/fake_responder.rb +27 -6
- data/lib/delivery/tests/filtering/items_with_count.json +5241 -4842
- data/lib/delivery/tests/filtering/{pagination_about_us.json → pagination.json} +179 -64
- data/lib/delivery/tests/generic/items.json +1131 -732
- data/lib/delivery/tests/generic/items/about_us.json +76 -27
- data/lib/delivery/tests/generic/items/aeropress_filters.json +28 -11
- data/lib/delivery/tests/generic/items/coffee_processing_techniques.json +409 -12
- data/lib/delivery/tests/generic/items/empty_rich_text.json +24 -0
- data/lib/delivery/tests/generic/items/rich_text_complex_tables.json +81 -0
- data/lib/delivery/tests/generic/items/where_does_coffee_come_from_.json +396 -500
- data/lib/delivery/tests/generic/taxonomies.json +78 -1
- data/lib/delivery/tests/generic/types.json +808 -753
- data/lib/delivery/tests/items_feed/articles_feed_1.json +39 -0
- data/lib/delivery/tests/items_feed/articles_feed_2.json +78 -0
- data/lib/delivery/tests/items_feed/articles_feed_3.json +104 -0
- data/lib/kontent-delivery-sdk-ruby.rb +1 -0
- metadata +48 -27
- data/lib/delivery/tests/filtering/items_gt.json +0 -566
- data/lib/delivery/tests/filtering/multiple.json +0 -283
- data/lib/delivery/version.rb +0 -7
@@ -0,0 +1,39 @@
|
|
1
|
+
{
|
2
|
+
"items": [{
|
3
|
+
"system": {
|
4
|
+
"id": "b2fea94c-73fd-42ec-a22f-f409878de187",
|
5
|
+
"name": "Origins of Arabica Bourbon",
|
6
|
+
"codename": "origins_of_arabica_bourbon",
|
7
|
+
"language": "en-US",
|
8
|
+
"type": "article",
|
9
|
+
"sitemap_locations": [],
|
10
|
+
"last_modified": "2019-03-27T13:21:49.151Z"
|
11
|
+
},
|
12
|
+
"elements": {
|
13
|
+
"title": {
|
14
|
+
"type": "text",
|
15
|
+
"name": "Title",
|
16
|
+
"value": "Origins of Arabica Bourbon"
|
17
|
+
},
|
18
|
+
"summary": {
|
19
|
+
"type": "text",
|
20
|
+
"name": "Summary",
|
21
|
+
"value": "This one particular type of coffee, the Arabica Bourbon, is now sold only in Japan. It has been brought back to life by enthusiasts after being almost forgotten for nearly sixty years."
|
22
|
+
},
|
23
|
+
"personas": {
|
24
|
+
"type": "taxonomy",
|
25
|
+
"name": "Personas",
|
26
|
+
"taxonomy_group": "personas",
|
27
|
+
"value": [{
|
28
|
+
"name": "Barista",
|
29
|
+
"codename": "barista"
|
30
|
+
}, {
|
31
|
+
"name": "Coffee blogger",
|
32
|
+
"codename": "coffee_blogger"
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
38
|
+
]
|
39
|
+
}
|
@@ -0,0 +1,78 @@
|
|
1
|
+
{
|
2
|
+
"items": [{
|
3
|
+
"system": {
|
4
|
+
"id": "3120ec15-a4a2-47ec-8ccd-c85ac8ac5ba5",
|
5
|
+
"name": "Which brewing fits you?",
|
6
|
+
"codename": "which_brewing_fits_you_",
|
7
|
+
"language": "en-US",
|
8
|
+
"type": "article",
|
9
|
+
"sitemap_locations": [],
|
10
|
+
"last_modified": "2019-03-27T13:24:54.042Z"
|
11
|
+
},
|
12
|
+
"elements": {
|
13
|
+
"title": {
|
14
|
+
"type": "text",
|
15
|
+
"name": "Title",
|
16
|
+
"value": "Which brewing fits you?"
|
17
|
+
},
|
18
|
+
"summary": {
|
19
|
+
"type": "text",
|
20
|
+
"name": "Summary",
|
21
|
+
"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"
|
22
|
+
},
|
23
|
+
"personas": {
|
24
|
+
"type": "taxonomy",
|
25
|
+
"name": "Personas",
|
26
|
+
"taxonomy_group": "personas",
|
27
|
+
"value": [{
|
28
|
+
"name": "Coffee lover",
|
29
|
+
"codename": "coffee_lover"
|
30
|
+
}, {
|
31
|
+
"name": "Coffee blogger",
|
32
|
+
"codename": "coffee_blogger"
|
33
|
+
}, {
|
34
|
+
"name": "Barista",
|
35
|
+
"codename": "barista"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}, {
|
41
|
+
"system": {
|
42
|
+
"id": "f4b3fc05-e988-4dae-9ac1-a94aba566474",
|
43
|
+
"name": "On Roasts",
|
44
|
+
"codename": "on_roasts",
|
45
|
+
"language": "en-US",
|
46
|
+
"type": "article",
|
47
|
+
"sitemap_locations": [],
|
48
|
+
"last_modified": "2019-03-27T13:21:11.38Z"
|
49
|
+
},
|
50
|
+
"elements": {
|
51
|
+
"title": {
|
52
|
+
"type": "text",
|
53
|
+
"name": "Title",
|
54
|
+
"value": "On Roasts"
|
55
|
+
},
|
56
|
+
"summary": {
|
57
|
+
"type": "text",
|
58
|
+
"name": "Summary",
|
59
|
+
"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."
|
60
|
+
},
|
61
|
+
"personas": {
|
62
|
+
"type": "taxonomy",
|
63
|
+
"name": "Personas",
|
64
|
+
"taxonomy_group": "personas",
|
65
|
+
"value": [{
|
66
|
+
"name": "Barista",
|
67
|
+
"codename": "barista"
|
68
|
+
}, {
|
69
|
+
"name": "Coffee blogger",
|
70
|
+
"codename": "coffee_blogger"
|
71
|
+
}
|
72
|
+
]
|
73
|
+
}
|
74
|
+
}
|
75
|
+
}
|
76
|
+
],
|
77
|
+
"modular_content": {}
|
78
|
+
}
|
@@ -0,0 +1,104 @@
|
|
1
|
+
{
|
2
|
+
"items": [{
|
3
|
+
"system": {
|
4
|
+
"id": "cf106f4e-30a4-42ef-b313-b8ea3fd3e5c5",
|
5
|
+
"name": "Coffee Beverages Explained",
|
6
|
+
"codename": "coffee_beverages_explained",
|
7
|
+
"language": "en-US",
|
8
|
+
"type": "article",
|
9
|
+
"sitemap_locations": [],
|
10
|
+
"last_modified": "2019-03-27T13:12:58.578Z"
|
11
|
+
},
|
12
|
+
"elements": {
|
13
|
+
"title": {
|
14
|
+
"type": "text",
|
15
|
+
"name": "Title",
|
16
|
+
"value": "Coffee Beverages Explained"
|
17
|
+
},
|
18
|
+
"summary": {
|
19
|
+
"type": "text",
|
20
|
+
"name": "Summary",
|
21
|
+
"value": "Espresso and filtered coffee are the two main categories of coffee, based on the method of preparation. Learn about individual types of coffee that fall under these categories."
|
22
|
+
},
|
23
|
+
"personas": {
|
24
|
+
"type": "taxonomy",
|
25
|
+
"name": "Personas",
|
26
|
+
"taxonomy_group": "personas",
|
27
|
+
"value": [{
|
28
|
+
"name": "Coffee lover",
|
29
|
+
"codename": "coffee_lover"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}, {
|
35
|
+
"system": {
|
36
|
+
"id": "117cdfae-52cf-4885-b271-66aef6825612",
|
37
|
+
"name": "Coffee processing techniques",
|
38
|
+
"codename": "coffee_processing_techniques",
|
39
|
+
"language": "en-US",
|
40
|
+
"type": "article",
|
41
|
+
"sitemap_locations": [],
|
42
|
+
"last_modified": "2019-03-27T13:13:35.312Z"
|
43
|
+
},
|
44
|
+
"elements": {
|
45
|
+
"title": {
|
46
|
+
"type": "text",
|
47
|
+
"name": "Title",
|
48
|
+
"value": "Coffee processing techniques"
|
49
|
+
},
|
50
|
+
"summary": {
|
51
|
+
"type": "text",
|
52
|
+
"name": "Summary",
|
53
|
+
"value": "Learn about the techniques of processing the products of coffee plants. Different methods are used in different parts of the world depending mainly on their weather conditions."
|
54
|
+
},
|
55
|
+
"personas": {
|
56
|
+
"type": "taxonomy",
|
57
|
+
"name": "Personas",
|
58
|
+
"taxonomy_group": "personas",
|
59
|
+
"value": [{
|
60
|
+
"name": "Coffee blogger",
|
61
|
+
"codename": "coffee_blogger"
|
62
|
+
}, {
|
63
|
+
"name": "Coffee lover",
|
64
|
+
"codename": "coffee_lover"
|
65
|
+
}
|
66
|
+
]
|
67
|
+
}
|
68
|
+
}
|
69
|
+
}, {
|
70
|
+
"system": {
|
71
|
+
"id": "23f71096-fa89-4f59-a3f9-970e970944ec",
|
72
|
+
"name": "Donate with us",
|
73
|
+
"codename": "donate_with_us",
|
74
|
+
"language": "en-US",
|
75
|
+
"type": "article",
|
76
|
+
"sitemap_locations": [],
|
77
|
+
"last_modified": "2019-03-27T13:14:07.384Z"
|
78
|
+
},
|
79
|
+
"elements": {
|
80
|
+
"title": {
|
81
|
+
"type": "text",
|
82
|
+
"name": "Title",
|
83
|
+
"value": "Donate with us"
|
84
|
+
},
|
85
|
+
"summary": {
|
86
|
+
"type": "text",
|
87
|
+
"name": "Summary",
|
88
|
+
"value": "Dancing Goat regularly donates money to Children in Africa, a foundation helping children with food, accommodation, education, and other essentials. Donate with us and create a better world."
|
89
|
+
},
|
90
|
+
"personas": {
|
91
|
+
"type": "taxonomy",
|
92
|
+
"name": "Personas",
|
93
|
+
"taxonomy_group": "personas",
|
94
|
+
"value": [{
|
95
|
+
"name": "Cafe owner",
|
96
|
+
"codename": "cafe_owner"
|
97
|
+
}
|
98
|
+
]
|
99
|
+
}
|
100
|
+
}
|
101
|
+
}
|
102
|
+
],
|
103
|
+
"modular_content": {}
|
104
|
+
}
|
@@ -12,6 +12,7 @@ require File.dirname(__FILE__) + '/delivery/responses/delivery_type_response'
|
|
12
12
|
require File.dirname(__FILE__) + '/delivery/responses/delivery_taxonomy_listing_response'
|
13
13
|
require File.dirname(__FILE__) + '/delivery/responses/delivery_taxonomy_response'
|
14
14
|
require File.dirname(__FILE__) + '/delivery/responses/delivery_element_response'
|
15
|
+
require File.dirname(__FILE__) + '/delivery/responses/delivery_items_feed_response'
|
15
16
|
require File.dirname(__FILE__) + '/delivery/resolvers/content_link_resolver'
|
16
17
|
require File.dirname(__FILE__) + '/delivery/resolvers/inline_content_item_resolver'
|
17
18
|
require File.dirname(__FILE__) + '/delivery/resolvers/linked_item_resolver'
|
metadata
CHANGED
@@ -1,67 +1,73 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kontent-delivery-sdk-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Dugre
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dotenv
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 2.7.0
|
20
|
+
- - "~>"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '2.7'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: 2.7.0
|
30
|
+
- - "~>"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '2.7'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: nokogiri
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
30
36
|
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 1.10.8
|
34
37
|
- - ">="
|
35
38
|
- !ruby/object:Gem::Version
|
36
|
-
version: 1.
|
39
|
+
version: 1.11.0
|
40
|
+
- - "~>"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '1.11'
|
37
43
|
type: :runtime
|
38
44
|
prerelease: false
|
39
45
|
version_requirements: !ruby/object:Gem::Requirement
|
40
46
|
requirements:
|
41
|
-
- - "~>"
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
version: 1.10.8
|
44
47
|
- - ">="
|
45
48
|
- !ruby/object:Gem::Version
|
46
|
-
version: 1.
|
49
|
+
version: 1.11.0
|
50
|
+
- - "~>"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '1.11'
|
47
53
|
- !ruby/object:Gem::Dependency
|
48
54
|
name: rest-client
|
49
55
|
requirement: !ruby/object:Gem::Requirement
|
50
56
|
requirements:
|
51
|
-
- - "
|
57
|
+
- - ">="
|
52
58
|
- !ruby/object:Gem::Version
|
53
59
|
version: 2.1.0.rc1
|
54
|
-
- - "
|
60
|
+
- - "~>"
|
55
61
|
- !ruby/object:Gem::Version
|
56
62
|
version: 2.1.0.rc1
|
57
63
|
type: :runtime
|
58
64
|
prerelease: false
|
59
65
|
version_requirements: !ruby/object:Gem::Requirement
|
60
66
|
requirements:
|
61
|
-
- - "
|
67
|
+
- - ">="
|
62
68
|
- !ruby/object:Gem::Version
|
63
69
|
version: 2.1.0.rc1
|
64
|
-
- - "
|
70
|
+
- - "~>"
|
65
71
|
- !ruby/object:Gem::Version
|
66
72
|
version: 2.1.0.rc1
|
67
73
|
- !ruby/object:Gem::Dependency
|
@@ -82,6 +88,9 @@ dependencies:
|
|
82
88
|
name: rake
|
83
89
|
requirement: !ruby/object:Gem::Requirement
|
84
90
|
requirements:
|
91
|
+
- - "~>"
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: '12.3'
|
85
94
|
- - ">="
|
86
95
|
- !ruby/object:Gem::Version
|
87
96
|
version: 12.3.3
|
@@ -89,6 +98,9 @@ dependencies:
|
|
89
98
|
prerelease: false
|
90
99
|
version_requirements: !ruby/object:Gem::Requirement
|
91
100
|
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '12.3'
|
92
104
|
- - ">="
|
93
105
|
- !ruby/object:Gem::Version
|
94
106
|
version: 12.3.3
|
@@ -98,28 +110,34 @@ dependencies:
|
|
98
110
|
requirements:
|
99
111
|
- - "~>"
|
100
112
|
- !ruby/object:Gem::Version
|
101
|
-
version: '3.
|
113
|
+
version: '3.8'
|
102
114
|
type: :development
|
103
115
|
prerelease: false
|
104
116
|
version_requirements: !ruby/object:Gem::Requirement
|
105
117
|
requirements:
|
106
118
|
- - "~>"
|
107
119
|
- !ruby/object:Gem::Version
|
108
|
-
version: '3.
|
120
|
+
version: '3.8'
|
109
121
|
- !ruby/object:Gem::Dependency
|
110
122
|
name: simplecov
|
111
123
|
requirement: !ruby/object:Gem::Requirement
|
112
124
|
requirements:
|
113
|
-
- -
|
125
|
+
- - '='
|
126
|
+
- !ruby/object:Gem::Version
|
127
|
+
version: 0.17.1
|
128
|
+
- - "<"
|
114
129
|
- !ruby/object:Gem::Version
|
115
|
-
version: '0'
|
130
|
+
version: '0.18'
|
116
131
|
type: :development
|
117
132
|
prerelease: false
|
118
133
|
version_requirements: !ruby/object:Gem::Requirement
|
119
134
|
requirements:
|
120
|
-
- -
|
135
|
+
- - '='
|
136
|
+
- !ruby/object:Gem::Version
|
137
|
+
version: 0.17.1
|
138
|
+
- - "<"
|
121
139
|
- !ruby/object:Gem::Version
|
122
|
-
version: '0'
|
140
|
+
version: '0.18'
|
123
141
|
description: Kentico Kontent Delivery SDK for Ruby
|
124
142
|
email:
|
125
143
|
- EricD@kentico.com
|
@@ -149,6 +167,7 @@ files:
|
|
149
167
|
- lib/delivery/responses/delivery_element_response.rb
|
150
168
|
- lib/delivery/responses/delivery_item_listing_response.rb
|
151
169
|
- lib/delivery/responses/delivery_item_response.rb
|
170
|
+
- lib/delivery/responses/delivery_items_feed_response.rb
|
152
171
|
- lib/delivery/responses/delivery_taxonomy_listing_response.rb
|
153
172
|
- lib/delivery/responses/delivery_taxonomy_response.rb
|
154
173
|
- lib/delivery/responses/delivery_type_listing_response.rb
|
@@ -157,19 +176,21 @@ files:
|
|
157
176
|
- lib/delivery/tests/401.json
|
158
177
|
- lib/delivery/tests/429.json
|
159
178
|
- lib/delivery/tests/fake_responder.rb
|
160
|
-
- lib/delivery/tests/filtering/items_gt.json
|
161
179
|
- lib/delivery/tests/filtering/items_with_count.json
|
162
|
-
- lib/delivery/tests/filtering/
|
163
|
-
- lib/delivery/tests/filtering/pagination_about_us.json
|
180
|
+
- lib/delivery/tests/filtering/pagination.json
|
164
181
|
- lib/delivery/tests/generic/items.json
|
165
182
|
- lib/delivery/tests/generic/items/about_us.json
|
166
183
|
- lib/delivery/tests/generic/items/aeropress_filters.json
|
167
184
|
- lib/delivery/tests/generic/items/coffee_processing_techniques.json
|
185
|
+
- lib/delivery/tests/generic/items/empty_rich_text.json
|
186
|
+
- lib/delivery/tests/generic/items/rich_text_complex_tables.json
|
168
187
|
- lib/delivery/tests/generic/items/where_does_coffee_come_from_.json
|
169
188
|
- lib/delivery/tests/generic/taxonomies.json
|
170
189
|
- lib/delivery/tests/generic/types.json
|
171
190
|
- lib/delivery/tests/generic/types/brewer/elements/product_status.json
|
172
|
-
- lib/delivery/
|
191
|
+
- lib/delivery/tests/items_feed/articles_feed_1.json
|
192
|
+
- lib/delivery/tests/items_feed/articles_feed_2.json
|
193
|
+
- lib/delivery/tests/items_feed/articles_feed_3.json
|
173
194
|
- lib/kontent-delivery-sdk-ruby.rb
|
174
195
|
homepage: https://github.com/Kentico/kontent-delivery-sdk-ruby
|
175
196
|
licenses:
|
@@ -194,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
215
|
- !ruby/object:Gem::Version
|
195
216
|
version: '0'
|
196
217
|
requirements: []
|
197
|
-
rubygems_version: 3.
|
218
|
+
rubygems_version: 3.0.3
|
198
219
|
signing_key:
|
199
220
|
specification_version: 4
|
200
221
|
summary: Kentico Kontent Delivery SDK for Ruby
|
@@ -1,566 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"items": [
|
3
|
-
{
|
4
|
-
"system": {
|
5
|
-
"id": "5d6167df-e39d-4877-999d-49e6e96fd8b0",
|
6
|
-
"name": "AeroPress",
|
7
|
-
"codename": "aeropress",
|
8
|
-
"language": "en-US",
|
9
|
-
"type": "brewer",
|
10
|
-
"sitemap_locations": [
|
11
|
-
"brewers"
|
12
|
-
],
|
13
|
-
"last_modified": "2017-12-08T08:31:38.283Z"
|
14
|
-
},
|
15
|
-
"elements": {
|
16
|
-
"product_name": {
|
17
|
-
"type": "text",
|
18
|
-
"name": "Product name",
|
19
|
-
"value": "AeroPress"
|
20
|
-
},
|
21
|
-
"price": {
|
22
|
-
"type": "number",
|
23
|
-
"name": "Price",
|
24
|
-
"value": 25.9
|
25
|
-
},
|
26
|
-
"image": {
|
27
|
-
"type": "asset",
|
28
|
-
"name": "Image",
|
29
|
-
"value": [
|
30
|
-
{
|
31
|
-
"name": "aeropress.jpg",
|
32
|
-
"type": "image/jpeg",
|
33
|
-
"size": 72879,
|
34
|
-
"description": "AeroPress Coffee Maker",
|
35
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
|
36
|
-
}
|
37
|
-
]
|
38
|
-
},
|
39
|
-
"product_status": {
|
40
|
-
"type": "taxonomy",
|
41
|
-
"name": "Product status",
|
42
|
-
"taxonomy_group": "product_status",
|
43
|
-
"value": [
|
44
|
-
{
|
45
|
-
"name": "Bestseller",
|
46
|
-
"codename": "bestseller"
|
47
|
-
}
|
48
|
-
]
|
49
|
-
},
|
50
|
-
"short_description": {
|
51
|
-
"type": "rich_text",
|
52
|
-
"name": "Short description",
|
53
|
-
"images": {},
|
54
|
-
"links": {},
|
55
|
-
"modular_content": [],
|
56
|
-
"value": "<p>AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. </p>"
|
57
|
-
},
|
58
|
-
"long_description": {
|
59
|
-
"type": "rich_text",
|
60
|
-
"name": "Long description",
|
61
|
-
"images": {},
|
62
|
-
"links": {},
|
63
|
-
"modular_content": [],
|
64
|
-
"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. </p>"
|
65
|
-
},
|
66
|
-
"url_pattern": {
|
67
|
-
"type": "url_slug",
|
68
|
-
"name": "URL pattern",
|
69
|
-
"value": "aeropress"
|
70
|
-
},
|
71
|
-
"manufacturer": {
|
72
|
-
"type": "taxonomy",
|
73
|
-
"name": "Manufacturer",
|
74
|
-
"taxonomy_group": "manufacturer",
|
75
|
-
"value": [
|
76
|
-
{
|
77
|
-
"name": "Aerobie",
|
78
|
-
"codename": "aerobie"
|
79
|
-
}
|
80
|
-
]
|
81
|
-
},
|
82
|
-
"metadata__meta_title": {
|
83
|
-
"type": "text",
|
84
|
-
"name": "Meta title",
|
85
|
-
"value": "AeroPress"
|
86
|
-
},
|
87
|
-
"metadata__meta_description": {
|
88
|
-
"type": "text",
|
89
|
-
"name": "Meta description",
|
90
|
-
"value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
|
91
|
-
},
|
92
|
-
"metadata__og_title": {
|
93
|
-
"type": "text",
|
94
|
-
"name": "og:title",
|
95
|
-
"value": "AeroPress"
|
96
|
-
},
|
97
|
-
"metadata__og_description": {
|
98
|
-
"type": "text",
|
99
|
-
"name": "og:description",
|
100
|
-
"value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
|
101
|
-
},
|
102
|
-
"metadata__og_image": {
|
103
|
-
"type": "asset",
|
104
|
-
"name": "og:image",
|
105
|
-
"value": [
|
106
|
-
{
|
107
|
-
"name": "aeropress.jpg",
|
108
|
-
"type": "image/jpeg",
|
109
|
-
"size": 72879,
|
110
|
-
"description": "AeroPress Coffee Maker",
|
111
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
|
112
|
-
}
|
113
|
-
]
|
114
|
-
},
|
115
|
-
"metadata__twitter_site": {
|
116
|
-
"type": "text",
|
117
|
-
"name": "twitter:site",
|
118
|
-
"value": "Dancing Goat"
|
119
|
-
},
|
120
|
-
"metadata__twitter_creator": {
|
121
|
-
"type": "text",
|
122
|
-
"name": "twitter:creator",
|
123
|
-
"value": "@kenticokontent"
|
124
|
-
},
|
125
|
-
"metadata__twitter_title": {
|
126
|
-
"type": "text",
|
127
|
-
"name": "twitter:title",
|
128
|
-
"value": "AeroPress"
|
129
|
-
},
|
130
|
-
"metadata__twitter_description": {
|
131
|
-
"type": "text",
|
132
|
-
"name": "twitter:description",
|
133
|
-
"value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
|
134
|
-
},
|
135
|
-
"metadata__twitter_image": {
|
136
|
-
"type": "asset",
|
137
|
-
"name": "twitter:image",
|
138
|
-
"value": [
|
139
|
-
{
|
140
|
-
"name": "aeropress.jpg",
|
141
|
-
"type": "image/jpeg",
|
142
|
-
"size": 72879,
|
143
|
-
"description": "AeroPress Coffee Maker",
|
144
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
|
145
|
-
}
|
146
|
-
]
|
147
|
-
}
|
148
|
-
}
|
149
|
-
},
|
150
|
-
{
|
151
|
-
"system": {
|
152
|
-
"id": "a116aa95-df64-4172-ae8c-743ed8b6d0d8",
|
153
|
-
"name": "Hario Buono Kettle",
|
154
|
-
"codename": "hario_buono_kettle",
|
155
|
-
"language": "en-US",
|
156
|
-
"type": "accessory",
|
157
|
-
"sitemap_locations": [
|
158
|
-
"accessories"
|
159
|
-
],
|
160
|
-
"last_modified": "2017-12-08T08:43:37.478Z"
|
161
|
-
},
|
162
|
-
"elements": {
|
163
|
-
"product_name": {
|
164
|
-
"type": "text",
|
165
|
-
"name": "Product name",
|
166
|
-
"value": "Hario Buono Kettle"
|
167
|
-
},
|
168
|
-
"price": {
|
169
|
-
"type": "number",
|
170
|
-
"name": "Price",
|
171
|
-
"value": 23.9
|
172
|
-
},
|
173
|
-
"image": {
|
174
|
-
"type": "asset",
|
175
|
-
"name": "Image",
|
176
|
-
"value": [
|
177
|
-
{
|
178
|
-
"name": "hario-buono-kettle.jpg",
|
179
|
-
"type": "image/jpeg",
|
180
|
-
"size": 64293,
|
181
|
-
"description": "Hario Buono 0.8 Liter Kettle, Silver",
|
182
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg"
|
183
|
-
}
|
184
|
-
]
|
185
|
-
},
|
186
|
-
"manufacturer": {
|
187
|
-
"type": "text",
|
188
|
-
"name": "Manufacturer",
|
189
|
-
"value": "Hario"
|
190
|
-
},
|
191
|
-
"product_status": {
|
192
|
-
"type": "taxonomy",
|
193
|
-
"name": "Product status",
|
194
|
-
"taxonomy_group": "product_status",
|
195
|
-
"value": []
|
196
|
-
},
|
197
|
-
"short_description": {
|
198
|
-
"type": "rich_text",
|
199
|
-
"name": "Short description",
|
200
|
-
"images": {},
|
201
|
-
"links": {},
|
202
|
-
"modular_content": [],
|
203
|
-
"value": "<p>The Hario Buono Kettle is a coffee kettle with a characteristically long and thin nozzle designed for pouring water with the greatest precision.</p>"
|
204
|
-
},
|
205
|
-
"long_description": {
|
206
|
-
"type": "rich_text",
|
207
|
-
"name": "Long description",
|
208
|
-
"images": {},
|
209
|
-
"links": {},
|
210
|
-
"modular_content": [],
|
211
|
-
"value": "<p>The smallest variant in the Hario Buono Kettle family. Look at its long, thin nozzle. It's not just a pretty design; it was developed to provide you with the ability to pour water with the greatest precision.</p><p>Keep in mind that the shape was designed especially for the V60 porcelain filter. But hey, don't limit your imagination. You can use the Hario Buono Kettle to pour not only whatever coffee you like, but you can also use it for watering your plants if that's what you want.</p><p>The kettle is big enough for four cups (1 liter).</p>"
|
212
|
-
},
|
213
|
-
"url_pattern": {
|
214
|
-
"type": "url_slug",
|
215
|
-
"name": "URL pattern",
|
216
|
-
"value": "hario-buono-kettle"
|
217
|
-
},
|
218
|
-
"metadata__meta_title": {
|
219
|
-
"type": "text",
|
220
|
-
"name": "Meta title",
|
221
|
-
"value": "Hario Buono Kettle"
|
222
|
-
},
|
223
|
-
"metadata__meta_description": {
|
224
|
-
"type": "text",
|
225
|
-
"name": "Meta description",
|
226
|
-
"value": "The Hario Buono Kettle is a coffee kettle with a characteristically long and thin nozzle designed for pouring water with the greatest precision."
|
227
|
-
},
|
228
|
-
"metadata__og_title": {
|
229
|
-
"type": "text",
|
230
|
-
"name": "og:title",
|
231
|
-
"value": "Hario Buono Kettle"
|
232
|
-
},
|
233
|
-
"metadata__og_description": {
|
234
|
-
"type": "text",
|
235
|
-
"name": "og:description",
|
236
|
-
"value": "The Hario Buono Kettle is a coffee kettle with a characteristically long and thin nozzle designed for pouring water with the greatest precision."
|
237
|
-
},
|
238
|
-
"metadata__og_image": {
|
239
|
-
"type": "asset",
|
240
|
-
"name": "og:image",
|
241
|
-
"value": [
|
242
|
-
{
|
243
|
-
"name": "hario-buono-kettle.jpg",
|
244
|
-
"type": "image/jpeg",
|
245
|
-
"size": 64293,
|
246
|
-
"description": "Hario Buono 0.8 Liter Kettle, Silver",
|
247
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg"
|
248
|
-
}
|
249
|
-
]
|
250
|
-
},
|
251
|
-
"metadata__twitter_site": {
|
252
|
-
"type": "text",
|
253
|
-
"name": "twitter:site",
|
254
|
-
"value": "Dancing Goat"
|
255
|
-
},
|
256
|
-
"metadata__twitter_creator": {
|
257
|
-
"type": "text",
|
258
|
-
"name": "twitter:creator",
|
259
|
-
"value": "@kenticokontent"
|
260
|
-
},
|
261
|
-
"metadata__twitter_title": {
|
262
|
-
"type": "text",
|
263
|
-
"name": "twitter:title",
|
264
|
-
"value": "Hario Buono Kettle"
|
265
|
-
},
|
266
|
-
"metadata__twitter_description": {
|
267
|
-
"type": "text",
|
268
|
-
"name": "twitter:description",
|
269
|
-
"value": "The Hario Buono Kettle is a coffee kettle with a characteristically long and thin nozzle designed for pouring water with the greatest precision."
|
270
|
-
},
|
271
|
-
"metadata__twitter_image": {
|
272
|
-
"type": "asset",
|
273
|
-
"name": "twitter:image",
|
274
|
-
"value": [
|
275
|
-
{
|
276
|
-
"name": "hario-buono-kettle.jpg",
|
277
|
-
"type": "image/jpeg",
|
278
|
-
"size": 64293,
|
279
|
-
"description": "Hario Buono 0.8 Liter Kettle, Silver",
|
280
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg"
|
281
|
-
}
|
282
|
-
]
|
283
|
-
}
|
284
|
-
}
|
285
|
-
},
|
286
|
-
{
|
287
|
-
"system": {
|
288
|
-
"id": "3ae25151-244c-4db5-80ed-9ac44a7b8a31",
|
289
|
-
"name": "Hario Mini Mill Slim",
|
290
|
-
"codename": "hario_mini_mill_slim",
|
291
|
-
"language": "en-US",
|
292
|
-
"type": "grinder",
|
293
|
-
"sitemap_locations": [
|
294
|
-
"grinders"
|
295
|
-
],
|
296
|
-
"last_modified": "2017-12-08T08:44:56.117Z"
|
297
|
-
},
|
298
|
-
"elements": {
|
299
|
-
"product_name": {
|
300
|
-
"type": "text",
|
301
|
-
"name": "Product name",
|
302
|
-
"value": "Hario Mini Mill Slim"
|
303
|
-
},
|
304
|
-
"price": {
|
305
|
-
"type": "number",
|
306
|
-
"name": "Price",
|
307
|
-
"value": 23.9
|
308
|
-
},
|
309
|
-
"image": {
|
310
|
-
"type": "asset",
|
311
|
-
"name": "Image",
|
312
|
-
"value": [
|
313
|
-
{
|
314
|
-
"name": "hario-mini-mill.jpg",
|
315
|
-
"type": "image/jpeg",
|
316
|
-
"size": 41478,
|
317
|
-
"description": "Hario Mini Mill Slim Hand Coffee Grinder",
|
318
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
|
319
|
-
}
|
320
|
-
]
|
321
|
-
},
|
322
|
-
"manufacturer": {
|
323
|
-
"type": "text",
|
324
|
-
"name": "Manufacturer",
|
325
|
-
"value": "Hario"
|
326
|
-
},
|
327
|
-
"product_status": {
|
328
|
-
"type": "taxonomy",
|
329
|
-
"name": "Product status",
|
330
|
-
"taxonomy_group": "product_status",
|
331
|
-
"value": []
|
332
|
-
},
|
333
|
-
"short_description": {
|
334
|
-
"type": "rich_text",
|
335
|
-
"name": "Short description",
|
336
|
-
"images": {},
|
337
|
-
"links": {},
|
338
|
-
"modular_content": [],
|
339
|
-
"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>"
|
340
|
-
},
|
341
|
-
"long_description": {
|
342
|
-
"type": "rich_text",
|
343
|
-
"name": "Long description",
|
344
|
-
"images": {},
|
345
|
-
"links": {},
|
346
|
-
"modular_content": [],
|
347
|
-
"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>"
|
348
|
-
},
|
349
|
-
"url_pattern": {
|
350
|
-
"type": "url_slug",
|
351
|
-
"name": "URL pattern",
|
352
|
-
"value": "hario-mini-mill-slim"
|
353
|
-
},
|
354
|
-
"metadata__meta_title": {
|
355
|
-
"type": "text",
|
356
|
-
"name": "Meta title",
|
357
|
-
"value": "Hario Mini Mill Slim"
|
358
|
-
},
|
359
|
-
"metadata__meta_description": {
|
360
|
-
"type": "text",
|
361
|
-
"name": "Meta description",
|
362
|
-
"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."
|
363
|
-
},
|
364
|
-
"metadata__og_title": {
|
365
|
-
"type": "text",
|
366
|
-
"name": "og:title",
|
367
|
-
"value": "Hario Mini Mill Slim"
|
368
|
-
},
|
369
|
-
"metadata__og_description": {
|
370
|
-
"type": "text",
|
371
|
-
"name": "og:description",
|
372
|
-
"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."
|
373
|
-
},
|
374
|
-
"metadata__og_image": {
|
375
|
-
"type": "asset",
|
376
|
-
"name": "og:image",
|
377
|
-
"value": [
|
378
|
-
{
|
379
|
-
"name": "hario-mini-mill.jpg",
|
380
|
-
"type": "image/jpeg",
|
381
|
-
"size": 41478,
|
382
|
-
"description": "Hario Mini Mill Slim Hand Coffee Grinder",
|
383
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
|
384
|
-
}
|
385
|
-
]
|
386
|
-
},
|
387
|
-
"metadata__twitter_site": {
|
388
|
-
"type": "text",
|
389
|
-
"name": "twitter:site",
|
390
|
-
"value": "Dancing Goat"
|
391
|
-
},
|
392
|
-
"metadata__twitter_creator": {
|
393
|
-
"type": "text",
|
394
|
-
"name": "twitter:creator",
|
395
|
-
"value": "@kenticokontent"
|
396
|
-
},
|
397
|
-
"metadata__twitter_title": {
|
398
|
-
"type": "text",
|
399
|
-
"name": "twitter:title",
|
400
|
-
"value": "Hario Mini Mill Slim"
|
401
|
-
},
|
402
|
-
"metadata__twitter_description": {
|
403
|
-
"type": "text",
|
404
|
-
"name": "twitter:description",
|
405
|
-
"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."
|
406
|
-
},
|
407
|
-
"metadata__twitter_image": {
|
408
|
-
"type": "asset",
|
409
|
-
"name": "twitter:image",
|
410
|
-
"value": [
|
411
|
-
{
|
412
|
-
"name": "hario-mini-mill.jpg",
|
413
|
-
"type": "image/jpeg",
|
414
|
-
"size": 41478,
|
415
|
-
"description": "Hario Mini Mill Slim Hand Coffee Grinder",
|
416
|
-
"url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
|
417
|
-
}
|
418
|
-
]
|
419
|
-
}
|
420
|
-
}
|
421
|
-
},
|
422
|
-
{
|
423
|
-
"system": {
|
424
|
-
"id": "6a4bbe7b-e6ce-4f79-a006-174708cb91e6",
|
425
|
-
"name": "Porlex Tall Ceramic Burr Grinder",
|
426
|
-
"codename": "porlex_tall_ceramic_burr_grinder",
|
427
|
-
"language": "en-US",
|
428
|
-
"type": "grinder",
|
429
|
-
"sitemap_locations": [
|
430
|
-
"grinders"
|
431
|
-
],
|
432
|
-
"last_modified": "2017-12-08T09:31:24.067Z"
|
433
|
-
},
|
434
|
-
"elements": {
|
435
|
-
"product_name": {
|
436
|
-
"type": "text",
|
437
|
-
"name": "Product name",
|
438
|
-
"value": "Porlex Tall Ceramic Burr Grinder"
|
439
|
-
},
|
440
|
-
"price": {
|
441
|
-
"type": "number",
|
442
|
-
"name": "Price",
|
443
|
-
"value": 32.9
|
444
|
-
},
|
445
|
-
"image": {
|
446
|
-
"type": "asset",
|
447
|
-
"name": "Image",
|
448
|
-
"value": [
|
449
|
-
{
|
450
|
-
"name": "porlex-tall-ceramic-burr-grinder.jpg",
|
451
|
-
"type": "image/jpeg",
|
452
|
-
"size": 37996,
|
453
|
-
"description": "Hand Coffee Grinder",
|
454
|
-
"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"
|
455
|
-
}
|
456
|
-
]
|
457
|
-
},
|
458
|
-
"manufacturer": {
|
459
|
-
"type": "text",
|
460
|
-
"name": "Manufacturer",
|
461
|
-
"value": "Porlex"
|
462
|
-
},
|
463
|
-
"product_status": {
|
464
|
-
"type": "taxonomy",
|
465
|
-
"name": "Product status",
|
466
|
-
"taxonomy_group": "product_status",
|
467
|
-
"value": []
|
468
|
-
},
|
469
|
-
"short_description": {
|
470
|
-
"type": "rich_text",
|
471
|
-
"name": "Short description",
|
472
|
-
"images": {},
|
473
|
-
"links": {},
|
474
|
-
"modular_content": [],
|
475
|
-
"value": "<p>An extra-durable grinder with strong conical ceramic burrs that fits perfectly in your hands.</p>"
|
476
|
-
},
|
477
|
-
"long_description": {
|
478
|
-
"type": "rich_text",
|
479
|
-
"name": "Long description",
|
480
|
-
"images": {},
|
481
|
-
"links": {},
|
482
|
-
"modular_content": [],
|
483
|
-
"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) 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>"
|
484
|
-
},
|
485
|
-
"url_pattern": {
|
486
|
-
"type": "url_slug",
|
487
|
-
"name": "URL pattern",
|
488
|
-
"value": "porlex-tall-ceramic-burr-grinder"
|
489
|
-
},
|
490
|
-
"metadata__meta_title": {
|
491
|
-
"type": "text",
|
492
|
-
"name": "Meta title",
|
493
|
-
"value": "Porlex Tall Ceramic Burr Grinder"
|
494
|
-
},
|
495
|
-
"metadata__meta_description": {
|
496
|
-
"type": "text",
|
497
|
-
"name": "Meta description",
|
498
|
-
"value": "An extra-durable grinder with strong conical ceramic burrs that fits perfectly in your hands."
|
499
|
-
},
|
500
|
-
"metadata__og_title": {
|
501
|
-
"type": "text",
|
502
|
-
"name": "og:title",
|
503
|
-
"value": "Porlex Tall Ceramic Burr Grinder"
|
504
|
-
},
|
505
|
-
"metadata__og_description": {
|
506
|
-
"type": "text",
|
507
|
-
"name": "og:description",
|
508
|
-
"value": "An extra-durable grinder with strong conical ceramic burrs that fits perfectly in your hands."
|
509
|
-
},
|
510
|
-
"metadata__og_image": {
|
511
|
-
"type": "asset",
|
512
|
-
"name": "og:image",
|
513
|
-
"value": [
|
514
|
-
{
|
515
|
-
"name": "porlex-tall-ceramic-burr-grinder.jpg",
|
516
|
-
"type": "image/jpeg",
|
517
|
-
"size": 37996,
|
518
|
-
"description": "Hand Coffee Grinder",
|
519
|
-
"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"
|
520
|
-
}
|
521
|
-
]
|
522
|
-
},
|
523
|
-
"metadata__twitter_site": {
|
524
|
-
"type": "text",
|
525
|
-
"name": "twitter:site",
|
526
|
-
"value": "Dancing Goat"
|
527
|
-
},
|
528
|
-
"metadata__twitter_creator": {
|
529
|
-
"type": "text",
|
530
|
-
"name": "twitter:creator",
|
531
|
-
"value": "@kenticokontent"
|
532
|
-
},
|
533
|
-
"metadata__twitter_title": {
|
534
|
-
"type": "text",
|
535
|
-
"name": "twitter:title",
|
536
|
-
"value": "Porlex Tall Ceramic Burr Grinder"
|
537
|
-
},
|
538
|
-
"metadata__twitter_description": {
|
539
|
-
"type": "text",
|
540
|
-
"name": "twitter:description",
|
541
|
-
"value": "An extra-durable grinder with strong conical ceramic burrs that fits perfectly in your hands."
|
542
|
-
},
|
543
|
-
"metadata__twitter_image": {
|
544
|
-
"type": "asset",
|
545
|
-
"name": "twitter:image",
|
546
|
-
"value": [
|
547
|
-
{
|
548
|
-
"name": "porlex-tall-ceramic-burr-grinder.jpg",
|
549
|
-
"type": "image/jpeg",
|
550
|
-
"size": 37996,
|
551
|
-
"description": "Hand Coffee Grinder",
|
552
|
-
"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"
|
553
|
-
}
|
554
|
-
]
|
555
|
-
}
|
556
|
-
}
|
557
|
-
}
|
558
|
-
],
|
559
|
-
"modular_content": {},
|
560
|
-
"pagination": {
|
561
|
-
"skip": 0,
|
562
|
-
"limit": 0,
|
563
|
-
"count": 4,
|
564
|
-
"next_page": ""
|
565
|
-
}
|
566
|
-
}
|