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
@@ -0,0 +1,319 @@
|
|
1
|
+
{
|
2
|
+
"followers": [
|
3
|
+
{
|
4
|
+
"id": 10674035,
|
5
|
+
"first_name": "Cham",
|
6
|
+
"last_name": "Icon",
|
7
|
+
"username": "chamicon",
|
8
|
+
"city": "Los Angeles",
|
9
|
+
"state": "California",
|
10
|
+
"country": "United States",
|
11
|
+
"location": "Los Angeles, CA, USA",
|
12
|
+
"company": "Chham Graphics LTD.",
|
13
|
+
"occupation": "Art Director",
|
14
|
+
"created_on": 1420271996,
|
15
|
+
"url": "https://www.behance.net/chamicon",
|
16
|
+
"images": {
|
17
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/10674035.54a7a6bd46a9d.png",
|
18
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/10674035.54a7a6bd46a9d.png",
|
19
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/10674035.54a7a6bd46a9d.png",
|
20
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/10674035.54a7a6bd46a9d.png",
|
21
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/10674035.54a7a6bd46a9d.png",
|
22
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/10674035.54a7a6bd46a9d.png"
|
23
|
+
},
|
24
|
+
"display_name": "Cham Icon",
|
25
|
+
"fields": [
|
26
|
+
"Graphic Design",
|
27
|
+
"Icon Design",
|
28
|
+
"Web Design"
|
29
|
+
],
|
30
|
+
"has_default_image": 0,
|
31
|
+
"website": "www.chamicon.com"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"id": 9392189,
|
35
|
+
"first_name": "Dhananjay",
|
36
|
+
"last_name": "Kamble",
|
37
|
+
"username": "kdh4798f812",
|
38
|
+
"city": "",
|
39
|
+
"state": "",
|
40
|
+
"country": "India",
|
41
|
+
"location": "India",
|
42
|
+
"company": "",
|
43
|
+
"occupation": "",
|
44
|
+
"created_on": 1414672899,
|
45
|
+
"url": "https://www.behance.net/kdh4798f812",
|
46
|
+
"images": {
|
47
|
+
"50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
|
48
|
+
"115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
|
49
|
+
"138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
|
50
|
+
},
|
51
|
+
"display_name": "Dhananjay Kamble",
|
52
|
+
"fields": [],
|
53
|
+
"has_default_image": 1,
|
54
|
+
"website": ""
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"id": 2269209,
|
58
|
+
"first_name": "Mohsin",
|
59
|
+
"last_name": "K",
|
60
|
+
"username": "mohsinali32",
|
61
|
+
"city": "Al Ain",
|
62
|
+
"state": "",
|
63
|
+
"country": "United Arab Emirates",
|
64
|
+
"location": "Al Ain, United Arab Emirates",
|
65
|
+
"company": "Webghost",
|
66
|
+
"occupation": "Graphic / Web Designer",
|
67
|
+
"created_on": 1361768890,
|
68
|
+
"url": "https://www.behance.net/mohsinali32",
|
69
|
+
"images": {
|
70
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/8c171e2269209.55fe4dfd13d00.jpg",
|
71
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/8c171e2269209.55fe4dfd13d00.jpg",
|
72
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/8c171e2269209.55fe4dfd13d00.jpg",
|
73
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/8c171e2269209.55fe4dfd13d00.jpg",
|
74
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/8c171e2269209.55fe4dfd13d00.jpg",
|
75
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/8c171e2269209.55fe4dfd13d00.jpg"
|
76
|
+
},
|
77
|
+
"display_name": "Mohsin K",
|
78
|
+
"fields": [
|
79
|
+
"Graphic Design",
|
80
|
+
"UI/UX",
|
81
|
+
"Web Design"
|
82
|
+
],
|
83
|
+
"has_default_image": 0,
|
84
|
+
"website": "www.webghost.ae"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"id": 4043791,
|
88
|
+
"first_name": "Thaís",
|
89
|
+
"last_name": "Dias Bando",
|
90
|
+
"username": "thaisdias",
|
91
|
+
"city": "São Paulo",
|
92
|
+
"state": "",
|
93
|
+
"country": "Brazil",
|
94
|
+
"location": "São Paulo, Brazil",
|
95
|
+
"company": "",
|
96
|
+
"occupation": "Designer Gráfico",
|
97
|
+
"created_on": 1383826663,
|
98
|
+
"url": "https://www.behance.net/thaisdias",
|
99
|
+
"images": {
|
100
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/eec3394043791.5573689426de2.jpg",
|
101
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/eec3394043791.5573689426de2.jpg",
|
102
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/eec3394043791.5573689426de2.jpg",
|
103
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/eec3394043791.5573689426de2.jpg",
|
104
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/eec3394043791.5573689426de2.jpg",
|
105
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/eec3394043791.5573689426de2.jpg"
|
106
|
+
},
|
107
|
+
"display_name": "Thaís Dias Bando",
|
108
|
+
"fields": [
|
109
|
+
"Graphic Design",
|
110
|
+
"Art Direction",
|
111
|
+
"Branding"
|
112
|
+
],
|
113
|
+
"has_default_image": 0,
|
114
|
+
"website": "www.thaisdias.com"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"id": 18395271,
|
118
|
+
"first_name": "Trish",
|
119
|
+
"last_name": "Wescoat Pound",
|
120
|
+
"username": "TrishWP",
|
121
|
+
"city": "New York",
|
122
|
+
"state": "New York",
|
123
|
+
"country": "United States",
|
124
|
+
"location": "New York, NY, USA",
|
125
|
+
"company": "",
|
126
|
+
"occupation": "",
|
127
|
+
"created_on": 1443876943,
|
128
|
+
"url": "https://www.behance.net/TrishWP",
|
129
|
+
"images": {
|
130
|
+
"50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
|
131
|
+
"115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
|
132
|
+
"138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
|
133
|
+
},
|
134
|
+
"display_name": "Trish Wescoat Pound",
|
135
|
+
"fields": [],
|
136
|
+
"has_default_image": 1,
|
137
|
+
"website": ""
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"id": 18395163,
|
141
|
+
"first_name": "Manon",
|
142
|
+
"last_name": "Lay",
|
143
|
+
"username": "manon_lay",
|
144
|
+
"city": "Toulouse",
|
145
|
+
"state": "",
|
146
|
+
"country": "France",
|
147
|
+
"location": "Toulouse, France",
|
148
|
+
"company": "La Dépêche Interactive",
|
149
|
+
"occupation": "Chef de projet Junior",
|
150
|
+
"created_on": 1443876646,
|
151
|
+
"url": "https://www.behance.net/manon_lay",
|
152
|
+
"images": {
|
153
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/63012818395163.560fcf69b21e5.jpg",
|
154
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/63012818395163.560fcf69b21e5.jpg",
|
155
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/63012818395163.560fcf69b21e5.jpg",
|
156
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/63012818395163.560fcf69b21e5.jpg",
|
157
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/63012818395163.560fcf69b21e5.jpg",
|
158
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/63012818395163.560fcf69b21e5.jpg"
|
159
|
+
},
|
160
|
+
"display_name": "Manon Lay",
|
161
|
+
"fields": [],
|
162
|
+
"has_default_image": 0,
|
163
|
+
"website": ""
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"id": 18393745,
|
167
|
+
"first_name": "Cavid",
|
168
|
+
"last_name": "Isgandarov",
|
169
|
+
"username": "isgandarov",
|
170
|
+
"city": "Baku",
|
171
|
+
"state": "",
|
172
|
+
"country": "Azerbaijan",
|
173
|
+
"location": "Baku, Azerbaijan",
|
174
|
+
"company": "",
|
175
|
+
"occupation": "",
|
176
|
+
"created_on": 1443872584,
|
177
|
+
"url": "https://www.behance.net/isgandarov",
|
178
|
+
"images": {
|
179
|
+
"50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
|
180
|
+
"115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
|
181
|
+
"138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
|
182
|
+
},
|
183
|
+
"display_name": "Cavid Isgandarov",
|
184
|
+
"fields": [],
|
185
|
+
"has_default_image": 1,
|
186
|
+
"website": ""
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"id": 2252975,
|
190
|
+
"first_name": "Chelle",
|
191
|
+
"last_name": "Destefano",
|
192
|
+
"username": "gypsysnail",
|
193
|
+
"city": "Adelaide",
|
194
|
+
"state": "",
|
195
|
+
"country": "Australia",
|
196
|
+
"location": "Adelaide, Australia",
|
197
|
+
"company": "",
|
198
|
+
"occupation": "",
|
199
|
+
"created_on": 1361446673,
|
200
|
+
"url": "https://www.behance.net/gypsysnail",
|
201
|
+
"images": {
|
202
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/c4474a2252975.5537947308f5c.jpg",
|
203
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/c4474a2252975.5537947308f5c.jpg",
|
204
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/c4474a2252975.5537947308f5c.jpg",
|
205
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/c4474a2252975.5537947308f5c.jpg",
|
206
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/c4474a2252975.5537947308f5c.jpg",
|
207
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/c4474a2252975.5537947308f5c.jpg"
|
208
|
+
},
|
209
|
+
"display_name": "Chelle Destefano",
|
210
|
+
"fields": [
|
211
|
+
"Painting",
|
212
|
+
"Illustration",
|
213
|
+
"Creative Direction"
|
214
|
+
],
|
215
|
+
"has_default_image": 0,
|
216
|
+
"website": "www.chelledestefano.com"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"id": 17957371,
|
220
|
+
"first_name": "Mariiia",
|
221
|
+
"last_name": "Popkova",
|
222
|
+
"username": "MariiiaPopkova",
|
223
|
+
"city": "Moscow",
|
224
|
+
"state": "",
|
225
|
+
"country": "Russian Federation",
|
226
|
+
"location": "Moscow, Russian Federation",
|
227
|
+
"company": "",
|
228
|
+
"occupation": "Графический дизайнер/ Graphic designer",
|
229
|
+
"created_on": 1442769998,
|
230
|
+
"url": "https://www.behance.net/MariiiaPopkova",
|
231
|
+
"images": {
|
232
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/f2c59617957371.55fef64253d5e.jpg",
|
233
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/f2c59617957371.55fef64253d5e.jpg",
|
234
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/f2c59617957371.55fef64253d5e.jpg",
|
235
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/f2c59617957371.55fef64253d5e.jpg",
|
236
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/f2c59617957371.55fef64253d5e.jpg",
|
237
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/f2c59617957371.55fef64253d5e.jpg"
|
238
|
+
},
|
239
|
+
"display_name": "Mariiia Popkova",
|
240
|
+
"fields": [
|
241
|
+
"Graphic Design",
|
242
|
+
"Illustration",
|
243
|
+
"Photography"
|
244
|
+
],
|
245
|
+
"has_default_image": 0,
|
246
|
+
"website": "mariiiapopkova.weebly.com"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"id": 18389689,
|
250
|
+
"first_name": "c",
|
251
|
+
"last_name": "L",
|
252
|
+
"username": "LUCHENG31",
|
253
|
+
"city": "无锡市",
|
254
|
+
"state": "",
|
255
|
+
"country": "China",
|
256
|
+
"location": "无锡市, China",
|
257
|
+
"company": "",
|
258
|
+
"occupation": "",
|
259
|
+
"created_on": 1443859167,
|
260
|
+
"url": "https://www.behance.net/LUCHENG31",
|
261
|
+
"images": {
|
262
|
+
"50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
|
263
|
+
"115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
|
264
|
+
"138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
|
265
|
+
},
|
266
|
+
"display_name": "c L",
|
267
|
+
"fields": [],
|
268
|
+
"has_default_image": 1,
|
269
|
+
"website": ""
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"id": 18388219,
|
273
|
+
"first_name": "Masud",
|
274
|
+
"last_name": "Rahman",
|
275
|
+
"username": "masudbd",
|
276
|
+
"city": "Khulna, Bangladesh",
|
277
|
+
"state": "",
|
278
|
+
"country": "Bangladesh",
|
279
|
+
"location": "Khulna, Bangladesh, Bangladesh",
|
280
|
+
"company": "",
|
281
|
+
"occupation": "",
|
282
|
+
"created_on": 1443853216,
|
283
|
+
"url": "https://www.behance.net/masudbd",
|
284
|
+
"images": {
|
285
|
+
"50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
|
286
|
+
"115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
|
287
|
+
"138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
|
288
|
+
},
|
289
|
+
"display_name": "Masud Rahman",
|
290
|
+
"fields": [],
|
291
|
+
"has_default_image": 1,
|
292
|
+
"website": ""
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"id": 15211293,
|
296
|
+
"first_name": "Mikle",
|
297
|
+
"last_name": "Starikov",
|
298
|
+
"username": "starikovmu4819",
|
299
|
+
"city": "",
|
300
|
+
"state": "",
|
301
|
+
"country": "Russian Federation",
|
302
|
+
"location": "Russian Federation",
|
303
|
+
"company": "",
|
304
|
+
"occupation": "",
|
305
|
+
"created_on": 1435737816,
|
306
|
+
"url": "https://www.behance.net/starikovmu4819",
|
307
|
+
"images": {
|
308
|
+
"50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
|
309
|
+
"115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
|
310
|
+
"138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
|
311
|
+
},
|
312
|
+
"display_name": "Mikle Starikov",
|
313
|
+
"fields": [],
|
314
|
+
"has_default_image": 1,
|
315
|
+
"website": ""
|
316
|
+
}
|
317
|
+
],
|
318
|
+
"http_code": 200
|
319
|
+
}
|
@@ -0,0 +1,362 @@
|
|
1
|
+
{
|
2
|
+
"following": [
|
3
|
+
{
|
4
|
+
"id": 2354435,
|
5
|
+
"first_name": "Hong Kong Stunt Team",
|
6
|
+
"last_name": "LLC",
|
7
|
+
"username": "hkst",
|
8
|
+
"city": "Santa Ana",
|
9
|
+
"state": "California",
|
10
|
+
"country": "United States",
|
11
|
+
"location": "Santa Ana, CA, USA",
|
12
|
+
"company": "",
|
13
|
+
"occupation": "",
|
14
|
+
"created_on": 1363204760,
|
15
|
+
"url": "https://www.behance.net/hkst",
|
16
|
+
"images": {
|
17
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/2354435.53b8cb652f437.jpg",
|
18
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/2354435.53b8cb652f437.jpg",
|
19
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/2354435.53b8cb652f437.jpg",
|
20
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/2354435.53b8cb652f437.jpg",
|
21
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/2354435.53b8cb652f437.jpg",
|
22
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/2354435.53b8cb652f437.jpg"
|
23
|
+
},
|
24
|
+
"display_name": "Hong Kong Stunt Team LLC",
|
25
|
+
"fields": [
|
26
|
+
"Industrial Design",
|
27
|
+
"Product Design",
|
28
|
+
"Fashion"
|
29
|
+
],
|
30
|
+
"has_default_image": 0,
|
31
|
+
"website": "hongkongstuntteam.com"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"id": 5555473,
|
35
|
+
"first_name": "Neubau",
|
36
|
+
"last_name": "Berlin",
|
37
|
+
"username": "Neubau",
|
38
|
+
"city": "Berlin",
|
39
|
+
"state": "",
|
40
|
+
"country": "Germany",
|
41
|
+
"location": "Berlin, Germany",
|
42
|
+
"company": "Neubau",
|
43
|
+
"occupation": "",
|
44
|
+
"created_on": 1396883159,
|
45
|
+
"url": "https://www.behance.net/Neubau",
|
46
|
+
"images": {
|
47
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/5555473.547441ea6223e.jpg",
|
48
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/5555473.547441ea6223e.jpg",
|
49
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/5555473.547441ea6223e.jpg",
|
50
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/5555473.547441ea6223e.jpg",
|
51
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/5555473.547441ea6223e.jpg",
|
52
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/5555473.547441ea6223e.jpg"
|
53
|
+
},
|
54
|
+
"display_name": "Neubau Berlin",
|
55
|
+
"fields": [
|
56
|
+
"Typography",
|
57
|
+
"Print Design",
|
58
|
+
"Graphic Design"
|
59
|
+
],
|
60
|
+
"has_default_image": 0,
|
61
|
+
"website": "neubauberlin.com"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"id": 12472505,
|
65
|
+
"first_name": "Sara",
|
66
|
+
"last_name": "Marshall",
|
67
|
+
"username": "itssaramarshall",
|
68
|
+
"city": "Auckland",
|
69
|
+
"state": "",
|
70
|
+
"country": "New Zealand",
|
71
|
+
"location": "Auckland, New Zealand",
|
72
|
+
"company": "",
|
73
|
+
"occupation": "Graphic Designer/Lettering Artist",
|
74
|
+
"created_on": 1427081661,
|
75
|
+
"url": "https://www.behance.net/itssaramarshall",
|
76
|
+
"images": {
|
77
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/9709a612472505.552a1524607fd.jpg",
|
78
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/9709a612472505.552a1524607fd.jpg",
|
79
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/9709a612472505.552a1524607fd.jpg",
|
80
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/9709a612472505.552a1524607fd.jpg",
|
81
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/9709a612472505.552a1524607fd.jpg",
|
82
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/9709a612472505.552a1524607fd.jpg"
|
83
|
+
},
|
84
|
+
"display_name": "Sara Marshall",
|
85
|
+
"fields": [
|
86
|
+
"Graphic Design",
|
87
|
+
"Calligraphy",
|
88
|
+
"Branding"
|
89
|
+
],
|
90
|
+
"has_default_image": 0,
|
91
|
+
"website": "itssaramarshall.com"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"id": 983496,
|
95
|
+
"first_name": "Stephanie",
|
96
|
+
"last_name": "Toole",
|
97
|
+
"username": "Stephanietoole",
|
98
|
+
"city": "New York",
|
99
|
+
"state": "New York",
|
100
|
+
"country": "United States",
|
101
|
+
"location": "New York, NY, USA",
|
102
|
+
"company": "Brooks Brothers",
|
103
|
+
"occupation": "Head of Print Design",
|
104
|
+
"created_on": 1330984094,
|
105
|
+
"url": "https://www.behance.net/Stephanietoole",
|
106
|
+
"images": {
|
107
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/983496.53b2039a7c7c8.jpg",
|
108
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/983496.53b2039a7c7c8.jpg",
|
109
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/983496.53b2039a7c7c8.jpg",
|
110
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/983496.53b2039a7c7c8.jpg",
|
111
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/983496.53b2039a7c7c8.jpg",
|
112
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/983496.53b2039a7c7c8.jpg"
|
113
|
+
},
|
114
|
+
"display_name": "Stephanie Toole",
|
115
|
+
"fields": [
|
116
|
+
"Graphic Design",
|
117
|
+
"Typography",
|
118
|
+
"Print Design"
|
119
|
+
],
|
120
|
+
"has_default_image": 0,
|
121
|
+
"website": "www.stephanie-toole.com"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"id": 4912451,
|
125
|
+
"first_name": "Estudio",
|
126
|
+
"last_name": "Iuvaro",
|
127
|
+
"username": "estudio-iuvaro",
|
128
|
+
"city": "Mendoza",
|
129
|
+
"state": "",
|
130
|
+
"country": "Argentina",
|
131
|
+
"location": "Mendoza, Argentina",
|
132
|
+
"company": "Estudio Iuvaro",
|
133
|
+
"occupation": "Packaging Design",
|
134
|
+
"created_on": 1391106986,
|
135
|
+
"url": "https://www.behance.net/estudio-iuvaro",
|
136
|
+
"images": {
|
137
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/4912451.53c0f23f47c32.jpg",
|
138
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/4912451.53c0f23f47c32.jpg",
|
139
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/4912451.53c0f23f47c32.jpg",
|
140
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/4912451.53c0f23f47c32.jpg",
|
141
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/4912451.53c0f23f47c32.jpg",
|
142
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/4912451.53c0f23f47c32.jpg"
|
143
|
+
},
|
144
|
+
"display_name": "Estudio Iuvaro",
|
145
|
+
"fields": [
|
146
|
+
"Packaging",
|
147
|
+
"Graphic Design",
|
148
|
+
"Branding"
|
149
|
+
],
|
150
|
+
"has_default_image": 0,
|
151
|
+
"website": "http://www.estudioiuvaro.com/"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"id": 113284,
|
155
|
+
"first_name": "Aurelio",
|
156
|
+
"last_name": "Sánchez Escudero",
|
157
|
+
"username": "fluorink",
|
158
|
+
"city": "New York",
|
159
|
+
"state": "New York",
|
160
|
+
"country": "United States",
|
161
|
+
"location": "New York, NY, USA",
|
162
|
+
"company": "Fluorink",
|
163
|
+
"occupation": "Graphic Designer / Art Director",
|
164
|
+
"created_on": 1247093224,
|
165
|
+
"url": "https://www.behance.net/fluorink",
|
166
|
+
"images": {
|
167
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/113284.542adbc5d7b23.jpg",
|
168
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/113284.542adbc5d7b23.jpg",
|
169
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/113284.542adbc5d7b23.jpg",
|
170
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/113284.542adbc5d7b23.jpg",
|
171
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/113284.542adbc5d7b23.jpg",
|
172
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/113284.542adbc5d7b23.jpg"
|
173
|
+
},
|
174
|
+
"display_name": "Aurelio Sánchez Escudero",
|
175
|
+
"fields": [
|
176
|
+
"Graphic Design",
|
177
|
+
"Print Design",
|
178
|
+
"Branding"
|
179
|
+
],
|
180
|
+
"has_default_image": 0,
|
181
|
+
"website": "www.fluorink.net"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"id": 1554051,
|
185
|
+
"first_name": "Sara",
|
186
|
+
"last_name": "Westermann",
|
187
|
+
"username": "sarawestermann",
|
188
|
+
"city": "Porto",
|
189
|
+
"state": "",
|
190
|
+
"country": "Portugal",
|
191
|
+
"location": "Porto, Portugal",
|
192
|
+
"company": "",
|
193
|
+
"occupation": "Graphic Designer / Art Director / Illustrator",
|
194
|
+
"created_on": 1346785016,
|
195
|
+
"url": "https://www.behance.net/sarawestermann",
|
196
|
+
"images": {
|
197
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/1554051.53b5108f7d208.jpg",
|
198
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/1554051.53b5108f7d208.jpg",
|
199
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/1554051.53b5108f7d208.jpg",
|
200
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/1554051.53b5108f7d208.jpg",
|
201
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/1554051.53b5108f7d208.jpg",
|
202
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/1554051.53b5108f7d208.jpg"
|
203
|
+
},
|
204
|
+
"display_name": "Sara Westermann",
|
205
|
+
"fields": [
|
206
|
+
"Art Direction",
|
207
|
+
"Typography",
|
208
|
+
"Graphic Design"
|
209
|
+
],
|
210
|
+
"has_default_image": 0,
|
211
|
+
"website": "www.sarawestermann.com"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"id": 930385,
|
215
|
+
"first_name": "BunkerType",
|
216
|
+
"last_name": "(Jesús Morentin)",
|
217
|
+
"username": "bunkertype",
|
218
|
+
"city": "Barcelona",
|
219
|
+
"state": "",
|
220
|
+
"country": "Spain",
|
221
|
+
"location": "Barcelona, Spain",
|
222
|
+
"company": "BunkerType",
|
223
|
+
"occupation": "Typographic design & printmaking. // Letterpress.",
|
224
|
+
"created_on": 1329035933,
|
225
|
+
"url": "https://www.behance.net/bunkertype",
|
226
|
+
"images": {
|
227
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/930385.53b1aa06d37ea.jpg",
|
228
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/930385.53b1aa06d37ea.jpg",
|
229
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/930385.53b1aa06d37ea.jpg"
|
230
|
+
},
|
231
|
+
"display_name": "BunkerType (Jesús Morentin)",
|
232
|
+
"fields": [
|
233
|
+
"Graphic Design",
|
234
|
+
"Print Design",
|
235
|
+
"Typography"
|
236
|
+
],
|
237
|
+
"has_default_image": 0,
|
238
|
+
"website": "www.bunkertype.com"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"id": 2243759,
|
242
|
+
"first_name": "Romain",
|
243
|
+
"last_name": "Bucaille",
|
244
|
+
"username": "romainbucaille",
|
245
|
+
"city": "Paris",
|
246
|
+
"state": "",
|
247
|
+
"country": "France",
|
248
|
+
"location": "Paris, France",
|
249
|
+
"company": "",
|
250
|
+
"occupation": "Designer - Photograph",
|
251
|
+
"created_on": 1361304002,
|
252
|
+
"url": "https://www.behance.net/romainbucaille",
|
253
|
+
"images": {
|
254
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/2243759.53b84b06575ac.jpg",
|
255
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/2243759.53b84b06575ac.jpg",
|
256
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/2243759.53b84b06575ac.jpg",
|
257
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/2243759.53b84b06575ac.jpg",
|
258
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/2243759.53b84b06575ac.jpg",
|
259
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/2243759.53b84b06575ac.jpg"
|
260
|
+
},
|
261
|
+
"display_name": "Romain Bucaille",
|
262
|
+
"fields": [
|
263
|
+
"Photography",
|
264
|
+
"Automotive Design",
|
265
|
+
"Architecture"
|
266
|
+
],
|
267
|
+
"has_default_image": 0,
|
268
|
+
"website": ""
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"id": 2177775,
|
272
|
+
"first_name": "Jessica HJ",
|
273
|
+
"last_name": "Lee",
|
274
|
+
"username": "jessica-hj-lee",
|
275
|
+
"city": "Brooklyn",
|
276
|
+
"state": "New York",
|
277
|
+
"country": "United States",
|
278
|
+
"location": "Brooklyn, NY, USA",
|
279
|
+
"company": "",
|
280
|
+
"occupation": "Illustrator",
|
281
|
+
"created_on": 1360095990,
|
282
|
+
"url": "https://www.behance.net/jessica-hj-lee",
|
283
|
+
"images": {
|
284
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/2177775.53b7fe920e985.jpg",
|
285
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/2177775.53b7fe920e985.jpg",
|
286
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/2177775.53b7fe920e985.jpg",
|
287
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/2177775.53b7fe920e985.jpg",
|
288
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/2177775.53b7fe920e985.jpg",
|
289
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/2177775.53b7fe920e985.jpg"
|
290
|
+
},
|
291
|
+
"display_name": "Jessica HJ Lee",
|
292
|
+
"fields": [
|
293
|
+
"Illustration",
|
294
|
+
"Drawing",
|
295
|
+
"Fashion"
|
296
|
+
],
|
297
|
+
"has_default_image": 0,
|
298
|
+
"website": "www.jessica-hj-lee.com"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"id": 468669,
|
302
|
+
"first_name": "Scott",
|
303
|
+
"last_name": "Wilson",
|
304
|
+
"username": "MNML1",
|
305
|
+
"city": "Chicago",
|
306
|
+
"state": "Illinois",
|
307
|
+
"country": "United States",
|
308
|
+
"location": "Chicago, IL, USA",
|
309
|
+
"company": "MINIMAL",
|
310
|
+
"occupation": "Founder",
|
311
|
+
"created_on": 1306278357,
|
312
|
+
"url": "https://www.behance.net/MNML1",
|
313
|
+
"images": {
|
314
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/468669.5432fbfc0a456.jpg",
|
315
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/468669.5432fbfc0a456.jpg",
|
316
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/468669.5432fbfc0a456.jpg",
|
317
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/468669.5432fbfc0a456.jpg",
|
318
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/468669.5432fbfc0a456.jpg",
|
319
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/468669.5432fbfc0a456.jpg"
|
320
|
+
},
|
321
|
+
"display_name": "Scott Wilson",
|
322
|
+
"fields": [
|
323
|
+
"Product Design",
|
324
|
+
"Industrial Design",
|
325
|
+
"Entrepreneurship"
|
326
|
+
],
|
327
|
+
"has_default_image": 0,
|
328
|
+
"website": "www.MNML.com"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"id": 57729,
|
332
|
+
"first_name": "Hello This",
|
333
|
+
"last_name": "Is Kae",
|
334
|
+
"username": "kaesthetics",
|
335
|
+
"city": "Belgrade",
|
336
|
+
"state": "",
|
337
|
+
"country": "Serbia",
|
338
|
+
"location": "Belgrade, Serbia",
|
339
|
+
"company": "Hello this is Kae",
|
340
|
+
"occupation": "Art Director",
|
341
|
+
"created_on": 1201375949,
|
342
|
+
"url": "https://www.behance.net/kaesthetics",
|
343
|
+
"images": {
|
344
|
+
"50": "https://mir-s3-cdn-cf.behance.net/user/50/71db3757729.55ba98750f431.jpg",
|
345
|
+
"100": "https://mir-s3-cdn-cf.behance.net/user/100/71db3757729.55ba98750f431.jpg",
|
346
|
+
"115": "https://mir-s3-cdn-cf.behance.net/user/115/71db3757729.55ba98750f431.jpg",
|
347
|
+
"230": "https://mir-s3-cdn-cf.behance.net/user/230/71db3757729.55ba98750f431.jpg",
|
348
|
+
"138": "https://mir-s3-cdn-cf.behance.net/user/138/71db3757729.55ba98750f431.jpg",
|
349
|
+
"276": "https://mir-s3-cdn-cf.behance.net/user/276/71db3757729.55ba98750f431.jpg"
|
350
|
+
},
|
351
|
+
"display_name": "Hello This Is Kae",
|
352
|
+
"fields": [
|
353
|
+
"Art Direction",
|
354
|
+
"Illustration",
|
355
|
+
"Graphic Design"
|
356
|
+
],
|
357
|
+
"has_default_image": 0,
|
358
|
+
"website": "www.cargocollective.com/hellothisiskae"
|
359
|
+
}
|
360
|
+
],
|
361
|
+
"http_code": 200
|
362
|
+
}
|