behance 0.5.1 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/CHANGELOG.md +15 -0
- data/README.md +143 -63
- data/lib/behance/client.rb +3 -1
- data/lib/behance/collections.rb +24 -16
- data/lib/behance/creatives_to_follow.rb +23 -0
- data/lib/behance/fields.rb +12 -1
- data/lib/behance/project.rb +36 -30
- data/lib/behance/user.rb +91 -35
- data/lib/behance/version.rb +1 -1
- data/lib/behance/wips.rb +19 -22
- data/spec/behance/client_spec.rb +1 -1
- data/spec/behance/collections_spec.rb +5 -5
- data/spec/behance/creatives_to_follow_spec.rb +44 -0
- data/spec/behance/fields_spec.rb +20 -1
- data/spec/behance/project_spec.rb +4 -4
- data/spec/behance/user_spec.rb +122 -28
- data/spec/behance/wips_spec.rb +28 -13
- data/spec/fixtures/collection.json +218 -34
- data/spec/fixtures/collection_projects.json +688 -88
- data/spec/fixtures/collections.json +2192 -104
- data/spec/fixtures/creatives_to_follow.json +302 -0
- data/spec/fixtures/fields.json +323 -26
- data/spec/fixtures/project.json +716 -10
- data/spec/fixtures/project_comments.json +13140 -271
- data/spec/fixtures/projects.json +786 -339
- data/spec/fixtures/user.json +165 -31
- data/spec/fixtures/user_appreciations.json +1155 -211
- data/spec/fixtures/user_collections.json +2153 -70
- data/spec/fixtures/user_followers.json +319 -0
- data/spec/fixtures/user_following.json +362 -0
- data/spec/fixtures/user_projects.json +2076 -172
- data/spec/fixtures/user_stats.json +14 -13
- data/spec/fixtures/user_wips.json +2095 -46
- data/spec/fixtures/user_work_experience.json +37 -29
- data/spec/fixtures/users.json +347 -97
- data/spec/fixtures/wip.json +72 -23
- data/spec/fixtures/wip_revision.json +28 -8
- data/spec/fixtures/wip_revision_comments.json +184 -108
- data/spec/fixtures/wips.json +1015 -158
- metadata +26 -17
@@ -1,94 +1,694 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"projects": [
|
2
3
|
{
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
"
|
17
|
-
"
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
"
|
45
|
-
"
|
4
|
+
"id": 22159121,
|
5
|
+
"name": "KamaSugar",
|
6
|
+
"published_on": 1418874815,
|
7
|
+
"created_on": 1418874560,
|
8
|
+
"modified_on": 1418874815,
|
9
|
+
"url": "https://www.behance.net/gallery/22159121/KamaSugar",
|
10
|
+
"privacy": "public",
|
11
|
+
"fields": [
|
12
|
+
"Fine Arts",
|
13
|
+
"Photography",
|
14
|
+
"Sculpting"
|
15
|
+
],
|
16
|
+
"covers": {
|
17
|
+
"404": "https://mir-s3-cdn-cf.behance.net/projects/404/22159121.54924ef6e24e1.jpg",
|
18
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/22159121.54924ef6e24e1.jpg",
|
19
|
+
"230": "https://mir-s3-cdn-cf.behance.net/projects/230/22159121.54924ef6e24e1.jpg",
|
20
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/22159121.54924ef6e24e1.jpg"
|
21
|
+
},
|
22
|
+
"mature_content": 0,
|
23
|
+
"mature_access": "allowed",
|
24
|
+
"owners": [
|
25
|
+
{
|
26
|
+
"id": 353989,
|
27
|
+
"first_name": "Massimo",
|
28
|
+
"last_name": "Gammacurta",
|
29
|
+
"username": "gammacurta",
|
30
|
+
"city": "City",
|
31
|
+
"state": "State / Province",
|
32
|
+
"country": "United States",
|
33
|
+
"location": "USA",
|
34
|
+
"company": "",
|
35
|
+
"occupation": "",
|
36
|
+
"created_on": 1299535577,
|
37
|
+
"url": "https://www.behance.net/gammacurta",
|
38
|
+
"images": {
|
39
|
+
"50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
|
40
|
+
"115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
|
41
|
+
"138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
|
42
|
+
},
|
43
|
+
"display_name": "Massimo Gammacurta",
|
44
|
+
"fields": [
|
45
|
+
"Photography",
|
46
|
+
"Sculpting",
|
47
|
+
"Fine Arts"
|
48
|
+
],
|
49
|
+
"has_default_image": 1,
|
50
|
+
"website": "http://gammacurta.com"
|
46
51
|
}
|
52
|
+
],
|
53
|
+
"stats": {
|
54
|
+
"views": 1910,
|
55
|
+
"appreciations": 93,
|
56
|
+
"comments": 4
|
57
|
+
},
|
58
|
+
"conceived_on": -62169984000
|
47
59
|
},
|
48
60
|
{
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
"
|
63
|
-
"
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
61
|
+
"id": 15206089,
|
62
|
+
"name": "Eye Candy (typography)",
|
63
|
+
"published_on": 1394553089,
|
64
|
+
"created_on": 1394551340,
|
65
|
+
"modified_on": 1443455736,
|
66
|
+
"url": "https://www.behance.net/gallery/15206089/Eye-Candy-(typography)",
|
67
|
+
"privacy": "public",
|
68
|
+
"fields": [
|
69
|
+
"Culinary Arts",
|
70
|
+
"Typography"
|
71
|
+
],
|
72
|
+
"covers": {
|
73
|
+
"404": "https://mir-s3-cdn-cf.behance.net/projects/404/5d8d9615206089.5559db700748c.png",
|
74
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/5d8d9615206089.5559db700748c.png",
|
75
|
+
"230": "https://mir-s3-cdn-cf.behance.net/projects/230/5d8d9615206089.5559db700748c.png",
|
76
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/5d8d9615206089.5559db700748c.png"
|
77
|
+
},
|
78
|
+
"mature_content": 0,
|
79
|
+
"mature_access": "allowed",
|
80
|
+
"owners": [
|
81
|
+
{
|
82
|
+
"id": 587801,
|
83
|
+
"first_name": "Pat",
|
84
|
+
"last_name": "Simons",
|
85
|
+
"username": "vanhoning",
|
86
|
+
"city": "The Hague",
|
87
|
+
"state": "",
|
88
|
+
"country": "Netherlands",
|
89
|
+
"location": "The Hague, Netherlands",
|
90
|
+
"company": "",
|
91
|
+
"occupation": "Creative at Van Honing",
|
92
|
+
"created_on": 1313240697,
|
93
|
+
"url": "https://www.behance.net/vanhoning",
|
94
|
+
"images": {
|
95
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/90af95587801.560650892e074.jpg",
|
96
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/90af95587801.560650892e074.jpg",
|
97
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/90af95587801.560650892e074.jpg",
|
98
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/90af95587801.560650892e074.jpg",
|
99
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/90af95587801.560650892e074.jpg",
|
100
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/90af95587801.560650892e074.jpg"
|
101
|
+
},
|
102
|
+
"display_name": "Pat Simons",
|
103
|
+
"fields": [
|
104
|
+
"Graphic Design",
|
105
|
+
"Typography",
|
106
|
+
"Illustration"
|
107
|
+
],
|
108
|
+
"has_default_image": 0,
|
109
|
+
"website": "www.patricksimons.net"
|
92
110
|
}
|
111
|
+
],
|
112
|
+
"stats": {
|
113
|
+
"views": 10222,
|
114
|
+
"appreciations": 1476,
|
115
|
+
"comments": 95
|
116
|
+
},
|
117
|
+
"conceived_on": -62169984000
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"id": 3725387,
|
121
|
+
"name": "Wooden Popsicle",
|
122
|
+
"published_on": 1335179392,
|
123
|
+
"created_on": 1335178164,
|
124
|
+
"modified_on": 1432481479,
|
125
|
+
"url": "https://www.behance.net/gallery/3725387/Wooden-Popsicle",
|
126
|
+
"privacy": "public",
|
127
|
+
"fields": [
|
128
|
+
"Fine Arts",
|
129
|
+
"Product Design",
|
130
|
+
"Sculpting"
|
131
|
+
],
|
132
|
+
"covers": {
|
133
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/3725387.545e7ada1680d.jpg",
|
134
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/3725387.545e7ada1680d.jpg"
|
135
|
+
},
|
136
|
+
"mature_content": 0,
|
137
|
+
"mature_access": "allowed",
|
138
|
+
"owners": [
|
139
|
+
{
|
140
|
+
"id": 852917,
|
141
|
+
"first_name": "Mauro",
|
142
|
+
"last_name": "Savoldi",
|
143
|
+
"username": "JohnnyHermann",
|
144
|
+
"city": "Milan",
|
145
|
+
"state": "",
|
146
|
+
"country": "Italy",
|
147
|
+
"location": "Milan, Italy",
|
148
|
+
"company": "johnny hermann",
|
149
|
+
"occupation": "artist - designer - maker",
|
150
|
+
"created_on": 1326290661,
|
151
|
+
"url": "https://www.behance.net/JohnnyHermann",
|
152
|
+
"images": {
|
153
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/852917.53b125f4da484.jpg",
|
154
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/852917.53b125f4da484.jpg",
|
155
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/852917.53b125f4da484.jpg",
|
156
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/852917.53b125f4da484.jpg",
|
157
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/852917.53b125f4da484.jpg",
|
158
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/852917.53b125f4da484.jpg"
|
159
|
+
},
|
160
|
+
"display_name": "Mauro Savoldi",
|
161
|
+
"fields": [
|
162
|
+
"Sculpting",
|
163
|
+
"Product Design",
|
164
|
+
"Fine Arts"
|
165
|
+
],
|
166
|
+
"has_default_image": 0,
|
167
|
+
"website": "www.johnnyhermann.com"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"stats": {
|
171
|
+
"views": 6873,
|
172
|
+
"appreciations": 1451,
|
173
|
+
"comments": 136
|
174
|
+
},
|
175
|
+
"conceived_on": -62169984000
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"id": 8660703,
|
179
|
+
"name": "Pancakes App Icon",
|
180
|
+
"published_on": 1368445863,
|
181
|
+
"created_on": 1368445612,
|
182
|
+
"modified_on": 1368468724,
|
183
|
+
"url": "https://www.behance.net/gallery/8660703/Pancakes-App-Icon",
|
184
|
+
"privacy": "public",
|
185
|
+
"fields": [
|
186
|
+
"Graphic Design",
|
187
|
+
"Icon Design",
|
188
|
+
"Illustration"
|
189
|
+
],
|
190
|
+
"covers": {
|
191
|
+
"404": "https://mir-s3-cdn-cf.behance.net/projects/404/8660703.54788e237fb21.png",
|
192
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/8660703.54788e237fb21.png",
|
193
|
+
"230": "https://mir-s3-cdn-cf.behance.net/projects/230/8660703.54788e237fb21.png",
|
194
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/8660703.54788e237fb21.png"
|
195
|
+
},
|
196
|
+
"mature_content": 0,
|
197
|
+
"mature_access": "allowed",
|
198
|
+
"owners": [
|
199
|
+
{
|
200
|
+
"id": 1293165,
|
201
|
+
"first_name": "Creativedash",
|
202
|
+
"last_name": "Design Studio",
|
203
|
+
"username": "creativedash",
|
204
|
+
"city": "San Francisco",
|
205
|
+
"state": "California",
|
206
|
+
"country": "United States",
|
207
|
+
"location": "San Francisco, CA, USA",
|
208
|
+
"company": "Creativedash Design Studio",
|
209
|
+
"occupation": "",
|
210
|
+
"created_on": 1340856839,
|
211
|
+
"url": "https://www.behance.net/creativedash",
|
212
|
+
"images": {
|
213
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/1293165.53b3ffc0dfdac.png",
|
214
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/1293165.53b3ffc0dfdac.png",
|
215
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/1293165.53b3ffc0dfdac.png",
|
216
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/1293165.53b3ffc0dfdac.png",
|
217
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/1293165.53b3ffc0dfdac.png",
|
218
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/1293165.53b3ffc0dfdac.png"
|
219
|
+
},
|
220
|
+
"display_name": "Creativedash Design Studio",
|
221
|
+
"fields": [
|
222
|
+
"UI/UX",
|
223
|
+
"Graphic Design",
|
224
|
+
"Icon Design"
|
225
|
+
],
|
226
|
+
"has_default_image": 0,
|
227
|
+
"website": "www.creativeda.sh"
|
228
|
+
}
|
229
|
+
],
|
230
|
+
"stats": {
|
231
|
+
"views": 13023,
|
232
|
+
"appreciations": 1534,
|
233
|
+
"comments": 89
|
234
|
+
},
|
235
|
+
"conceived_on": -62169984000
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"id": 2280422,
|
239
|
+
"name": "Candies & Sweets",
|
240
|
+
"published_on": 1319374775,
|
241
|
+
"created_on": 1318079063,
|
242
|
+
"modified_on": 1354652115,
|
243
|
+
"url": "https://www.behance.net/gallery/2280422/Candies-Sweets",
|
244
|
+
"privacy": "public",
|
245
|
+
"fields": [
|
246
|
+
"Digital Art",
|
247
|
+
"Digital Photography",
|
248
|
+
"Photography"
|
249
|
+
],
|
250
|
+
"covers": {
|
251
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/2280422.5453bc712b257.jpg",
|
252
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/2280422.5453bc712b257.jpg"
|
253
|
+
},
|
254
|
+
"mature_content": 0,
|
255
|
+
"mature_access": "allowed",
|
256
|
+
"owners": [
|
257
|
+
{
|
258
|
+
"id": 618792,
|
259
|
+
"first_name": "Macrografiks",
|
260
|
+
"last_name": "Images",
|
261
|
+
"username": "macrografiks",
|
262
|
+
"city": "Barcelona",
|
263
|
+
"state": "",
|
264
|
+
"country": "Spain",
|
265
|
+
"location": "Barcelona, Spain",
|
266
|
+
"company": "Macrografiks",
|
267
|
+
"occupation": "Agency",
|
268
|
+
"created_on": 1315093754,
|
269
|
+
"url": "https://www.behance.net/macrografiks",
|
270
|
+
"images": {
|
271
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/618792.53af8bbe60803.png",
|
272
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/618792.53af8bbe60803.png",
|
273
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/618792.53af8bbe60803.png",
|
274
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/618792.53af8bbe60803.png",
|
275
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/618792.53af8bbe60803.png",
|
276
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/618792.53af8bbe60803.png"
|
277
|
+
},
|
278
|
+
"display_name": "Macrografiks Images",
|
279
|
+
"fields": [
|
280
|
+
"Digital Photography",
|
281
|
+
"Photography",
|
282
|
+
"Art Direction"
|
283
|
+
],
|
284
|
+
"has_default_image": 0,
|
285
|
+
"website": "macrografiks.com"
|
286
|
+
}
|
287
|
+
],
|
288
|
+
"stats": {
|
289
|
+
"views": 1471,
|
290
|
+
"appreciations": 97,
|
291
|
+
"comments": 20
|
292
|
+
},
|
293
|
+
"conceived_on": -62169984000
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"id": 6645959,
|
297
|
+
"name": "Sweet Time",
|
298
|
+
"published_on": 1358053696,
|
299
|
+
"created_on": 1358052971,
|
300
|
+
"modified_on": 1358053696,
|
301
|
+
"url": "https://www.behance.net/gallery/6645959/Sweet-Time",
|
302
|
+
"privacy": "public",
|
303
|
+
"fields": [
|
304
|
+
"Crafts",
|
305
|
+
"Fine Arts",
|
306
|
+
"Photography"
|
307
|
+
],
|
308
|
+
"covers": {
|
309
|
+
"404": "https://mir-s3-cdn-cf.behance.net/projects/404/6645959.546dac741d6ff.jpg",
|
310
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/6645959.546dac741d6ff.jpg",
|
311
|
+
"230": "https://mir-s3-cdn-cf.behance.net/projects/230/6645959.546dac741d6ff.jpg",
|
312
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/6645959.546dac741d6ff.jpg"
|
313
|
+
},
|
314
|
+
"mature_content": 0,
|
315
|
+
"mature_access": "allowed",
|
316
|
+
"owners": [
|
317
|
+
{
|
318
|
+
"id": 353989,
|
319
|
+
"first_name": "Massimo",
|
320
|
+
"last_name": "Gammacurta",
|
321
|
+
"username": "gammacurta",
|
322
|
+
"city": "City",
|
323
|
+
"state": "State / Province",
|
324
|
+
"country": "United States",
|
325
|
+
"location": "USA",
|
326
|
+
"company": "",
|
327
|
+
"occupation": "",
|
328
|
+
"created_on": 1299535577,
|
329
|
+
"url": "https://www.behance.net/gammacurta",
|
330
|
+
"images": {
|
331
|
+
"50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
|
332
|
+
"115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
|
333
|
+
"138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
|
334
|
+
},
|
335
|
+
"display_name": "Massimo Gammacurta",
|
336
|
+
"fields": [
|
337
|
+
"Photography",
|
338
|
+
"Sculpting",
|
339
|
+
"Fine Arts"
|
340
|
+
],
|
341
|
+
"has_default_image": 1,
|
342
|
+
"website": "http://gammacurta.com"
|
343
|
+
}
|
344
|
+
],
|
345
|
+
"stats": {
|
346
|
+
"views": 753,
|
347
|
+
"appreciations": 42,
|
348
|
+
"comments": 4
|
349
|
+
},
|
350
|
+
"conceived_on": -62169984000
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"id": 3749293,
|
354
|
+
"name": "sweets",
|
355
|
+
"published_on": 1335370384,
|
356
|
+
"created_on": 1335370207,
|
357
|
+
"modified_on": 1394023432,
|
358
|
+
"url": "https://www.behance.net/gallery/3749293/sweets",
|
359
|
+
"privacy": "public",
|
360
|
+
"fields": [
|
361
|
+
"Art Direction",
|
362
|
+
"Digital Art",
|
363
|
+
"Illustration"
|
364
|
+
],
|
365
|
+
"covers": {
|
366
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/3749293.545e9a7f022a7.jpg",
|
367
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/3749293.545e9a7f022a7.jpg"
|
368
|
+
},
|
369
|
+
"mature_content": 0,
|
370
|
+
"mature_access": "allowed",
|
371
|
+
"owners": [
|
372
|
+
{
|
373
|
+
"id": 1052493,
|
374
|
+
"first_name": "a",
|
375
|
+
"last_name": "ma",
|
376
|
+
"username": "andmartini",
|
377
|
+
"city": "Berlin",
|
378
|
+
"state": "",
|
379
|
+
"country": "Germany",
|
380
|
+
"location": "Berlin, Germany",
|
381
|
+
"company": "",
|
382
|
+
"occupation": "Blob Designer",
|
383
|
+
"created_on": 1333464654,
|
384
|
+
"url": "https://www.behance.net/andmartini",
|
385
|
+
"images": {
|
386
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/1052493.53b27baed1ed6.jpg",
|
387
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/1052493.53b27baed1ed6.jpg",
|
388
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/1052493.53b27baed1ed6.jpg",
|
389
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/1052493.53b27baed1ed6.jpg",
|
390
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/1052493.53b27baed1ed6.jpg",
|
391
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/1052493.53b27baed1ed6.jpg"
|
392
|
+
},
|
393
|
+
"display_name": "a ma",
|
394
|
+
"fields": [
|
395
|
+
"Digital Art",
|
396
|
+
"Illustration",
|
397
|
+
"Art Direction"
|
398
|
+
],
|
399
|
+
"has_default_image": 0,
|
400
|
+
"website": "www.andreasmartini.com"
|
401
|
+
}
|
402
|
+
],
|
403
|
+
"stats": {
|
404
|
+
"views": 1931,
|
405
|
+
"appreciations": 122,
|
406
|
+
"comments": 3
|
407
|
+
},
|
408
|
+
"conceived_on": -62169984000
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"id": 380406,
|
412
|
+
"name": "Faces-4///Update",
|
413
|
+
"published_on": 1262464074,
|
414
|
+
"created_on": 1262463945,
|
415
|
+
"modified_on": 1393871402,
|
416
|
+
"url": "https://www.behance.net/gallery/380406/Faces-4Update",
|
417
|
+
"privacy": "public",
|
418
|
+
"fields": [
|
419
|
+
"Fine Arts"
|
420
|
+
],
|
421
|
+
"covers": {
|
422
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/380406.543c6d2d20557.jpg",
|
423
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/380406.543c6d2d20557.jpg"
|
424
|
+
},
|
425
|
+
"mature_content": 0,
|
426
|
+
"mature_access": "allowed",
|
427
|
+
"owners": [
|
428
|
+
{
|
429
|
+
"id": 140830,
|
430
|
+
"first_name": "Ashkan",
|
431
|
+
"last_name": "Honarvar",
|
432
|
+
"username": "AshkanHonarvar",
|
433
|
+
"city": "Trondheim",
|
434
|
+
"state": "",
|
435
|
+
"country": "Norway",
|
436
|
+
"location": "Trondheim, Norway",
|
437
|
+
"company": "",
|
438
|
+
"occupation": "Artist",
|
439
|
+
"created_on": 1262455821,
|
440
|
+
"url": "https://www.behance.net/AshkanHonarvar",
|
441
|
+
"images": {
|
442
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/140830.53abc45748653.jpg",
|
443
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/140830.53abc45748653.jpg",
|
444
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/140830.53abc45748653.jpg",
|
445
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/140830.53abc45748653.jpg",
|
446
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/140830.53abc45748653.jpg",
|
447
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/140830.53abc45748653.jpg"
|
448
|
+
},
|
449
|
+
"display_name": "Ashkan Honarvar",
|
450
|
+
"fields": [
|
451
|
+
"Fine Arts",
|
452
|
+
"Fashion",
|
453
|
+
"Graphic Design"
|
454
|
+
],
|
455
|
+
"has_default_image": 0,
|
456
|
+
"website": "http://www.AshkanHonarvar.com"
|
457
|
+
}
|
458
|
+
],
|
459
|
+
"stats": {
|
460
|
+
"views": 28667,
|
461
|
+
"appreciations": 1872,
|
462
|
+
"comments": 228
|
463
|
+
},
|
464
|
+
"conceived_on": -62169984000
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"id": 220823,
|
468
|
+
"name": "Bear Series",
|
469
|
+
"published_on": 1241444351,
|
470
|
+
"created_on": 1241443883,
|
471
|
+
"modified_on": 1354037458,
|
472
|
+
"url": "https://www.behance.net/gallery/220823/Bear-Series",
|
473
|
+
"privacy": "public",
|
474
|
+
"fields": [
|
475
|
+
"Photography",
|
476
|
+
"Editorial Design",
|
477
|
+
"Design"
|
478
|
+
],
|
479
|
+
"covers": {
|
480
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/220823.5439c1d1da8a0.jpg",
|
481
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/220823.5439c1d1da8a0.jpg"
|
482
|
+
},
|
483
|
+
"mature_content": 0,
|
484
|
+
"mature_access": "allowed",
|
485
|
+
"owners": [
|
486
|
+
{
|
487
|
+
"id": 102918,
|
488
|
+
"first_name": "Samuel",
|
489
|
+
"last_name": "Carter Mensah",
|
490
|
+
"username": "smbstudios",
|
491
|
+
"city": "London",
|
492
|
+
"state": "",
|
493
|
+
"country": "United Kingdom",
|
494
|
+
"location": "London, United Kingdom",
|
495
|
+
"company": "SMBStudios",
|
496
|
+
"occupation": "SOME.MUST.BELIEVE - Art Direction",
|
497
|
+
"created_on": 1241215517,
|
498
|
+
"url": "https://www.behance.net/smbstudios",
|
499
|
+
"images": {
|
500
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/102918.54a683fe8deba.jpg",
|
501
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/102918.54a683fe8deba.jpg",
|
502
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/102918.54a683fe8deba.jpg",
|
503
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/102918.54a683fe8deba.jpg",
|
504
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/102918.54a683fe8deba.jpg",
|
505
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/102918.54a683fe8deba.jpg"
|
506
|
+
},
|
507
|
+
"display_name": "Samuel Carter Mensah",
|
508
|
+
"fields": [
|
509
|
+
"Digital Art",
|
510
|
+
"Photo Manipulation",
|
511
|
+
"Photography"
|
512
|
+
],
|
513
|
+
"has_default_image": 0,
|
514
|
+
"website": "facebook.com/SMBStudios"
|
515
|
+
}
|
516
|
+
],
|
517
|
+
"stats": {
|
518
|
+
"views": 1699,
|
519
|
+
"appreciations": 90,
|
520
|
+
"comments": 5
|
521
|
+
},
|
522
|
+
"conceived_on": -62169984000
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"id": 528062,
|
526
|
+
"name": "Theurel & Thomas",
|
527
|
+
"published_on": 1275320026,
|
528
|
+
"created_on": 1275319159,
|
529
|
+
"modified_on": 1354612238,
|
530
|
+
"url": "https://www.behance.net/gallery/528062/Theurel-Thomas",
|
531
|
+
"privacy": "public",
|
532
|
+
"fields": [
|
533
|
+
"Branding",
|
534
|
+
"Design",
|
535
|
+
"Packaging"
|
536
|
+
],
|
537
|
+
"covers": {
|
538
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/528062.543f02a91092c.png",
|
539
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/528062.543f02a91092c.png"
|
540
|
+
},
|
541
|
+
"mature_content": 0,
|
542
|
+
"mature_access": "allowed",
|
543
|
+
"owners": [
|
544
|
+
{
|
545
|
+
"id": 90064,
|
546
|
+
"first_name": "Anagrama",
|
547
|
+
"last_name": ".",
|
548
|
+
"username": "Anagrama",
|
549
|
+
"city": "Mexico City",
|
550
|
+
"state": "",
|
551
|
+
"country": "Mexico",
|
552
|
+
"location": "Mexico City, Mexico",
|
553
|
+
"company": "Anagrama",
|
554
|
+
"occupation": "",
|
555
|
+
"created_on": 1230069987,
|
556
|
+
"url": "https://www.behance.net/Anagrama",
|
557
|
+
"images": {
|
558
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/912e6590064.558ad68408493.jpg",
|
559
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/912e6590064.558ad68408493.jpg",
|
560
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/912e6590064.558ad68408493.jpg",
|
561
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/912e6590064.558ad68408493.jpg",
|
562
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/912e6590064.558ad68408493.jpg",
|
563
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/912e6590064.558ad68408493.jpg"
|
564
|
+
},
|
565
|
+
"display_name": "Anagrama .",
|
566
|
+
"fields": [
|
567
|
+
"Branding",
|
568
|
+
"Graphic Design",
|
569
|
+
"Packaging"
|
570
|
+
],
|
571
|
+
"has_default_image": 0,
|
572
|
+
"website": "www.anagrama.com"
|
573
|
+
}
|
574
|
+
],
|
575
|
+
"stats": {
|
576
|
+
"views": 102483,
|
577
|
+
"appreciations": 5549,
|
578
|
+
"comments": 221
|
579
|
+
},
|
580
|
+
"conceived_on": -62169984000
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"id": 2149181,
|
584
|
+
"name": "Edible Art",
|
585
|
+
"published_on": 1316170314,
|
586
|
+
"created_on": 1316170051,
|
587
|
+
"modified_on": 1353425565,
|
588
|
+
"url": "https://www.behance.net/gallery/2149181/Edible-Art",
|
589
|
+
"privacy": "public",
|
590
|
+
"fields": [
|
591
|
+
"Confectionary Arts",
|
592
|
+
"Design",
|
593
|
+
"Typography"
|
594
|
+
],
|
595
|
+
"covers": {
|
596
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/2149181.54526ce053786.jpg",
|
597
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/2149181.54526ce053786.jpg"
|
598
|
+
},
|
599
|
+
"mature_content": 0,
|
600
|
+
"mature_access": "allowed",
|
601
|
+
"owners": [
|
602
|
+
{
|
603
|
+
"id": 402865,
|
604
|
+
"first_name": "Dominique",
|
605
|
+
"last_name": "Falla",
|
606
|
+
"username": "dominiquefalla",
|
607
|
+
"city": "Byron Bay",
|
608
|
+
"state": "",
|
609
|
+
"country": "Australia",
|
610
|
+
"location": "Byron Bay, Australia",
|
611
|
+
"company": "Dominique Falla",
|
612
|
+
"occupation": "Tactile Typographer",
|
613
|
+
"created_on": 1302490942,
|
614
|
+
"url": "https://www.behance.net/dominiquefalla",
|
615
|
+
"images": {
|
616
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/402865.53add1c22d05e.jpg",
|
617
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/402865.53add1c22d05e.jpg",
|
618
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/402865.53add1c22d05e.jpg"
|
619
|
+
},
|
620
|
+
"display_name": "Dominique Falla",
|
621
|
+
"fields": [
|
622
|
+
"Typography",
|
623
|
+
"Graphic Design",
|
624
|
+
"Design"
|
625
|
+
],
|
626
|
+
"has_default_image": 0,
|
627
|
+
"website": "www.dominiquefalla.com"
|
628
|
+
}
|
629
|
+
],
|
630
|
+
"stats": {
|
631
|
+
"views": 1066,
|
632
|
+
"appreciations": 89,
|
633
|
+
"comments": 8
|
634
|
+
},
|
635
|
+
"conceived_on": -62169984000
|
636
|
+
},
|
637
|
+
{
|
638
|
+
"id": 2172753,
|
639
|
+
"name": "Let Them Eat Cake",
|
640
|
+
"published_on": 1316539155,
|
641
|
+
"created_on": 1316536567,
|
642
|
+
"modified_on": 1353426899,
|
643
|
+
"url": "https://www.behance.net/gallery/2172753/Let-Them-Eat-Cake",
|
644
|
+
"privacy": "public",
|
645
|
+
"fields": [
|
646
|
+
"Crafts",
|
647
|
+
"Culinary Arts",
|
648
|
+
"Illustration"
|
649
|
+
],
|
650
|
+
"covers": {
|
651
|
+
"202": "https://mir-s3-cdn-cf.behance.net/projects/202/2172753.5452a9d016814.jpg",
|
652
|
+
"115": "https://mir-s3-cdn-cf.behance.net/projects/115/2172753.5452a9d016814.jpg"
|
653
|
+
},
|
654
|
+
"mature_content": 0,
|
655
|
+
"mature_access": "allowed",
|
656
|
+
"owners": [
|
657
|
+
{
|
658
|
+
"id": 648985,
|
659
|
+
"first_name": "Francesca",
|
660
|
+
"last_name": "Cattaneo",
|
661
|
+
"username": "francescattaneo",
|
662
|
+
"city": "Toronto",
|
663
|
+
"state": "Ontario",
|
664
|
+
"country": "Canada",
|
665
|
+
"location": "Toronto, Ontario, Canada",
|
666
|
+
"company": "Freelancer",
|
667
|
+
"occupation": "Motion Graphic Designer. Toronto ~ Barcelona ",
|
668
|
+
"created_on": 1316525821,
|
669
|
+
"url": "https://www.behance.net/francescattaneo",
|
670
|
+
"images": {
|
671
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/648985.53afc37c8f5d1.jpg",
|
672
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/648985.53afc37c8f5d1.jpg",
|
673
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/648985.53afc37c8f5d1.jpg"
|
674
|
+
},
|
675
|
+
"display_name": "Francesca Cattaneo",
|
676
|
+
"fields": [
|
677
|
+
"Animation",
|
678
|
+
"Art Direction",
|
679
|
+
"Video Arts"
|
680
|
+
],
|
681
|
+
"has_default_image": 0,
|
682
|
+
"website": ""
|
683
|
+
}
|
684
|
+
],
|
685
|
+
"stats": {
|
686
|
+
"views": 1077,
|
687
|
+
"appreciations": 64,
|
688
|
+
"comments": 3
|
689
|
+
},
|
690
|
+
"conceived_on": -62169984000
|
93
691
|
}
|
94
|
-
]
|
692
|
+
],
|
693
|
+
"http_code": 200
|
694
|
+
}
|