behance 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +5 -13
  2. data/CHANGELOG.md +15 -0
  3. data/README.md +143 -63
  4. data/lib/behance/client.rb +3 -1
  5. data/lib/behance/collections.rb +24 -16
  6. data/lib/behance/creatives_to_follow.rb +23 -0
  7. data/lib/behance/fields.rb +12 -1
  8. data/lib/behance/project.rb +36 -30
  9. data/lib/behance/user.rb +91 -35
  10. data/lib/behance/version.rb +1 -1
  11. data/lib/behance/wips.rb +19 -22
  12. data/spec/behance/client_spec.rb +1 -1
  13. data/spec/behance/collections_spec.rb +5 -5
  14. data/spec/behance/creatives_to_follow_spec.rb +44 -0
  15. data/spec/behance/fields_spec.rb +20 -1
  16. data/spec/behance/project_spec.rb +4 -4
  17. data/spec/behance/user_spec.rb +122 -28
  18. data/spec/behance/wips_spec.rb +28 -13
  19. data/spec/fixtures/collection.json +218 -34
  20. data/spec/fixtures/collection_projects.json +688 -88
  21. data/spec/fixtures/collections.json +2192 -104
  22. data/spec/fixtures/creatives_to_follow.json +302 -0
  23. data/spec/fixtures/fields.json +323 -26
  24. data/spec/fixtures/project.json +716 -10
  25. data/spec/fixtures/project_comments.json +13140 -271
  26. data/spec/fixtures/projects.json +786 -339
  27. data/spec/fixtures/user.json +165 -31
  28. data/spec/fixtures/user_appreciations.json +1155 -211
  29. data/spec/fixtures/user_collections.json +2153 -70
  30. data/spec/fixtures/user_followers.json +319 -0
  31. data/spec/fixtures/user_following.json +362 -0
  32. data/spec/fixtures/user_projects.json +2076 -172
  33. data/spec/fixtures/user_stats.json +14 -13
  34. data/spec/fixtures/user_wips.json +2095 -46
  35. data/spec/fixtures/user_work_experience.json +37 -29
  36. data/spec/fixtures/users.json +347 -97
  37. data/spec/fixtures/wip.json +72 -23
  38. data/spec/fixtures/wip_revision.json +28 -8
  39. data/spec/fixtures/wip_revision_comments.json +184 -108
  40. data/spec/fixtures/wips.json +1015 -158
  41. metadata +26 -17
@@ -1,173 +1,1030 @@
1
1
  {
2
-
3
2
  "wips": [
4
- {
5
- "id": 12001,
6
- "title": "Restaurant Menu Cover",
7
- "revision_count": 13,
8
- "latest_rev_id": 37849,
9
- "latest_rev_tags": [
10
- "food",
11
- "animals",
12
- "restaurant",
13
- "pig",
14
- "cow",
15
- "chicken",
16
- "veg",
17
- "Illustration",
18
- "wip",
19
- "rough",
20
- "lettering",
21
- "character",
22
- "retro",
23
- "menu"
3
+ {
4
+ "id": 1047733,
5
+ "url": "https://www.behance.net/wip/1047733",
6
+ "title": "Cocktail Menu Poster",
7
+ "revision_count": 1,
8
+ "project_id": 0,
9
+ "privacy": "public",
10
+ "mature_content": 0,
11
+ "mature_access": "allowed",
12
+ "created_on": 1426821255,
13
+ "stats": {
14
+ "revisions": 1,
15
+ "views": 21,
16
+ "comments": 1
17
+ },
18
+ "revisions": {
19
+ "1873633": {
20
+ "id": 1873633,
21
+ "wip_id": 1047733,
22
+ "description": "Poster for Tiki-themed party, advertising the two cocktails available on special.",
23
+ "short_url": "http://be.net/wip/1047733/1873633",
24
+ "url": "https://www.behance.net/wip/1047733/1873633",
25
+ "images": {
26
+ "thumbnail_sm": {
27
+ "width": 160,
28
+ "height": 160,
29
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/b549651873633.550b908876768.jpg"
30
+ },
31
+ "thumbnail": {
32
+ "width": 320,
33
+ "height": 450,
34
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/b549651873633.550b908876768.jpg"
35
+ },
36
+ "normal_resolution": {
37
+ "width": 710,
38
+ "height": 998,
39
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/b549651873633.550b908876768.jpg"
40
+ }
41
+ },
42
+ "number": 1,
43
+ "created_on": 1426821255
44
+ }
45
+ },
46
+ "owner": {
47
+ "id": 120755,
48
+ "first_name": "Kieran",
49
+ "last_name": "Stowers",
50
+ "username": "KieranStowers",
51
+ "city": "Brisbane",
52
+ "state": "",
53
+ "country": "Australia",
54
+ "location": "Brisbane, Australia",
55
+ "company": "kieran.stowers@gmail.com",
56
+ "occupation": "Graphic Designer",
57
+ "created_on": 1251325429,
58
+ "url": "https://www.behance.net/KieranStowers",
59
+ "images": {
60
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/120755.5423cb6fc4c47.jpg",
61
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/120755.5423cb6fc4c47.jpg",
62
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/120755.5423cb6fc4c47.jpg",
63
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/120755.5423cb6fc4c47.jpg",
64
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/120755.5423cb6fc4c47.jpg",
65
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/120755.5423cb6fc4c47.jpg"
66
+ },
67
+ "display_name": "Kieran Stowers",
68
+ "fields": [
69
+ "Graphic Design",
70
+ "Typography",
71
+ "Print Design"
72
+ ],
73
+ "has_default_image": 0,
74
+ "website": "kieranstowers.co.nz"
75
+ }
76
+ },
77
+ {
78
+ "id": 1000427,
79
+ "url": "https://www.behance.net/wip/1000427",
80
+ "title": "Japanese Menu",
81
+ "revision_count": 6,
82
+ "project_id": 0,
83
+ "privacy": "public",
84
+ "mature_content": 0,
85
+ "mature_access": "allowed",
86
+ "created_on": 1424661738,
87
+ "stats": {
88
+ "revisions": 6,
89
+ "views": 9,
90
+ "comments": 0
91
+ },
92
+ "revisions": {
93
+ "1795585": {
94
+ "id": 1795585,
95
+ "wip_id": 1000427,
96
+ "description": "",
97
+ "short_url": "http://be.net/wip/1000427/1795585",
98
+ "url": "https://www.behance.net/wip/1000427/1795585",
99
+ "images": {
100
+ "thumbnail_sm": {
101
+ "width": 160,
102
+ "height": 160,
103
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/536ba31795585.54eacda1b6087.jpg"
104
+ },
105
+ "thumbnail": {
106
+ "width": 320,
107
+ "height": 320,
108
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/536ba31795585.54eacda1b6087.jpg"
109
+ },
110
+ "normal_resolution": {
111
+ "width": 710,
112
+ "height": 710,
113
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/536ba31795585.54eacda1b6087.jpg"
114
+ },
115
+ "high_definition": {
116
+ "width": 1240,
117
+ "height": 1240,
118
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/536ba31795585.54eacda1b6087.jpg"
119
+ }
120
+ },
121
+ "number": 6,
122
+ "created_on": 1424674209
123
+ },
124
+ "1795581": {
125
+ "id": 1795581,
126
+ "wip_id": 1000427,
127
+ "description": "",
128
+ "short_url": "http://be.net/wip/1000427/1795581",
129
+ "url": "https://www.behance.net/wip/1000427/1795581",
130
+ "images": {
131
+ "thumbnail_sm": {
132
+ "width": 160,
133
+ "height": 160,
134
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/de4e8a1795581.54eacd713a9fc.jpg"
135
+ },
136
+ "thumbnail": {
137
+ "width": 320,
138
+ "height": 320,
139
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/de4e8a1795581.54eacd713a9fc.jpg"
140
+ },
141
+ "normal_resolution": {
142
+ "width": 710,
143
+ "height": 710,
144
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/de4e8a1795581.54eacd713a9fc.jpg"
145
+ },
146
+ "high_definition": {
147
+ "width": 1240,
148
+ "height": 1240,
149
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/de4e8a1795581.54eacd713a9fc.jpg"
150
+ }
151
+ },
152
+ "number": 5,
153
+ "created_on": 1424674160
154
+ },
155
+ "1795577": {
156
+ "id": 1795577,
157
+ "wip_id": 1000427,
158
+ "description": "",
159
+ "short_url": "http://be.net/wip/1000427/1795577",
160
+ "url": "https://www.behance.net/wip/1000427/1795577",
161
+ "images": {
162
+ "thumbnail_sm": {
163
+ "width": 160,
164
+ "height": 160,
165
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/0906561795577.54eacd4333c03.jpg"
166
+ },
167
+ "thumbnail": {
168
+ "width": 320,
169
+ "height": 320,
170
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/0906561795577.54eacd4333c03.jpg"
171
+ },
172
+ "normal_resolution": {
173
+ "width": 710,
174
+ "height": 710,
175
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/0906561795577.54eacd4333c03.jpg"
176
+ },
177
+ "high_definition": {
178
+ "width": 1240,
179
+ "height": 1240,
180
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/0906561795577.54eacd4333c03.jpg"
181
+ }
182
+ },
183
+ "number": 4,
184
+ "created_on": 1424674114
185
+ },
186
+ "1795569": {
187
+ "id": 1795569,
188
+ "wip_id": 1000427,
189
+ "description": "",
190
+ "short_url": "http://be.net/wip/1000427/1795569",
191
+ "url": "https://www.behance.net/wip/1000427/1795569",
192
+ "images": {
193
+ "thumbnail_sm": {
194
+ "width": 160,
195
+ "height": 160,
196
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/cf32f91795569.54eacd1058980.jpg"
197
+ },
198
+ "thumbnail": {
199
+ "width": 320,
200
+ "height": 320,
201
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/cf32f91795569.54eacd1058980.jpg"
202
+ },
203
+ "normal_resolution": {
204
+ "width": 710,
205
+ "height": 710,
206
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/cf32f91795569.54eacd1058980.jpg"
207
+ },
208
+ "high_definition": {
209
+ "width": 1240,
210
+ "height": 1240,
211
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/cf32f91795569.54eacd1058980.jpg"
212
+ }
213
+ },
214
+ "number": 3,
215
+ "created_on": 1424674063
216
+ },
217
+ "1795567": {
218
+ "id": 1795567,
219
+ "wip_id": 1000427,
220
+ "description": "",
221
+ "short_url": "http://be.net/wip/1000427/1795567",
222
+ "url": "https://www.behance.net/wip/1000427/1795567",
223
+ "images": {
224
+ "thumbnail_sm": {
225
+ "width": 160,
226
+ "height": 160,
227
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/0c4c101795567.54eaccdb265bd.jpg"
228
+ },
229
+ "thumbnail": {
230
+ "width": 320,
231
+ "height": 320,
232
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/0c4c101795567.54eaccdb265bd.jpg"
233
+ },
234
+ "normal_resolution": {
235
+ "width": 710,
236
+ "height": 710,
237
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/0c4c101795567.54eaccdb265bd.jpg"
238
+ },
239
+ "high_definition": {
240
+ "width": 1240,
241
+ "height": 1240,
242
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/0c4c101795567.54eaccdb265bd.jpg"
243
+ }
244
+ },
245
+ "number": 2,
246
+ "created_on": 1424674010
247
+ }
248
+ },
249
+ "owner": {
250
+ "id": 11561009,
251
+ "first_name": "Melanie",
252
+ "last_name": "Monta",
253
+ "username": "montamelanie",
254
+ "city": "Crestview",
255
+ "state": "Florida",
256
+ "country": "United States",
257
+ "location": "Crestview, FL, USA",
258
+ "company": "",
259
+ "occupation": "Graphic Designer",
260
+ "created_on": 1423578789,
261
+ "url": "https://www.behance.net/montamelanie",
262
+ "images": {
263
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/cf42d811561009.54e91676d0714.jpg",
264
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/cf42d811561009.54e91676d0714.jpg",
265
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/cf42d811561009.54e91676d0714.jpg",
266
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/cf42d811561009.54e91676d0714.jpg",
267
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/cf42d811561009.54e91676d0714.jpg",
268
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/cf42d811561009.54e91676d0714.jpg"
269
+ },
270
+ "display_name": "Melanie Monta",
271
+ "fields": [
272
+ "Graphic Design",
273
+ "Typography",
274
+ "Branding"
275
+ ],
276
+ "has_default_image": 0,
277
+ "website": "http://mam9980.wix.com/melanie-monta"
278
+ }
279
+ },
280
+ {
281
+ "id": 1002427,
282
+ "url": "https://www.behance.net/wip/1002427",
283
+ "title": "Creature design",
284
+ "revision_count": 1,
285
+ "project_id": 0,
286
+ "privacy": "public",
287
+ "mature_content": 0,
288
+ "mature_access": "allowed",
289
+ "created_on": 1424768040,
290
+ "stats": {
291
+ "revisions": 1,
292
+ "views": 3,
293
+ "comments": 0
294
+ },
295
+ "revisions": {
296
+ "1798877": {
297
+ "id": 1798877,
298
+ "wip_id": 1002427,
299
+ "description": "",
300
+ "short_url": "http://be.net/wip/1002427/1798877",
301
+ "url": "https://www.behance.net/wip/1002427/1798877",
302
+ "images": {
303
+ "thumbnail_sm": {
304
+ "width": 160,
305
+ "height": 160,
306
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/84e2f31798877.54ec3c28c3dd0.jpg"
307
+ },
308
+ "thumbnail": {
309
+ "width": 320,
310
+ "height": 266,
311
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/84e2f31798877.54ec3c28c3dd0.jpg"
312
+ },
313
+ "normal_resolution": {
314
+ "width": 710,
315
+ "height": 591,
316
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/84e2f31798877.54ec3c28c3dd0.jpg"
317
+ },
318
+ "high_definition": {
319
+ "width": 1240,
320
+ "height": 1033,
321
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/84e2f31798877.54ec3c28c3dd0.jpg"
322
+ }
323
+ },
324
+ "number": 1,
325
+ "created_on": 1424768040
326
+ }
327
+ },
328
+ "owner": {
329
+ "id": 11751999,
330
+ "first_name": "Virginie",
331
+ "last_name": "Menu",
332
+ "username": "VirginieMenu",
333
+ "city": "Paris",
334
+ "state": "",
335
+ "country": "France",
336
+ "location": "Paris, France",
337
+ "company": "",
338
+ "occupation": "",
339
+ "created_on": 1424337481,
340
+ "url": "https://www.behance.net/VirginieMenu",
341
+ "images": {
342
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/f17e5d11751999.55816ad5037d3.jpg",
343
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/f17e5d11751999.55816ad5037d3.jpg",
344
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/f17e5d11751999.55816ad5037d3.jpg",
345
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/f17e5d11751999.55816ad5037d3.jpg",
346
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/f17e5d11751999.55816ad5037d3.jpg",
347
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/f17e5d11751999.55816ad5037d3.jpg"
348
+ },
349
+ "display_name": "Virginie Menu",
350
+ "fields": [
351
+ "Illustration",
352
+ "Digital Art",
353
+ "Painting"
24
354
  ],
25
- "latest_rev_image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_17a955b8f5949f58c0f323f069f66ef0.jpg",
26
- "latest_rev_thumb": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/thumb_17a955b8f5949f58c0f323f069f66ef0.jpg",
27
- "url": "http://www.behance.net/wip/12001",
28
- "created_on": 1343725640,
355
+ "has_default_image": 0,
356
+ "website": ""
357
+ }
358
+ },
359
+ {
360
+ "id": 1002439,
361
+ "url": "https://www.behance.net/wip/1002439",
362
+ "title": "Appartment modelisation",
363
+ "revision_count": 1,
364
+ "project_id": 0,
365
+ "privacy": "public",
366
+ "mature_content": 0,
367
+ "mature_access": "allowed",
368
+ "created_on": 1424768722,
29
369
  "stats": {
30
- "views": 29782,
31
- "comments": 307
32
- },
33
- "revisions": [
34
- {
35
- "id": 37849,
36
- "description": "that's the last piece finished. I'm now going to sit on it for a couple of days to get fresh eyes on it. Probably lots of small tweaks needed but for now... :)\nOnce again, thanks for helping me through this one. Totalled out at about 1400 pshop layers and had to flatten and save a version 4 times (each files well over a gig). My mac needed some TLC now!",
37
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_17a955b8f5949f58c0f323f069f66ef0.jpg"
38
- },
39
- {
40
- "id": 37327,
41
- "description": "Nearly there!!!!\nOnly the lobster to finish. Just want to get it out of the way at this stage:)\nBTW re the bottle of Wine. Vincent is the investor:)",
42
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_979352ae65c76fcc53f0dabace155e47.jpg"
43
- },
44
- {
45
- "id": 36285,
46
- "description": "Only the left top corner to go no (chef,lobster & pig) plus props (food on plates, bottle of wine, oven, etc)\nWill need to flatten some bits again as photoshop is starting to chug again.\nwhat do you think of the rabbit now? ;)\n\nthanks!",
47
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_1e3339b8edb158bc7e5bb606fd48ca59.jpg"
48
- },
49
- {
50
- "id": 34117,
51
- "description": "quickly blocked in the rest of the shapes. will now start refining detail and balancing tone and colour. \nAlways great when you know you've broken the back of the job and the end is (how ever distant) in sight:)\n(Thanks to Alex for alerting me to the similarity of the the fish that was to the right of \"coffee\" and the fish on the far righthand side. Have now replaced him with a horny ram:)",
52
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_effcfba9e033dda9c2d6e2f39a607925.jpg"
53
- },
54
- {
55
- "id": 33477,
56
- "description": "starting to block in the colour and refine shapes on the back cover. At this stage I'm not worried about getting the colour right.",
57
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_289db6466fe263aa9911e45029014e6f.jpg"
58
- },
59
- {
60
- "id": 32983,
61
- "description": "Front half of the menu finished ( I think)\nThat rabbit is looking far too cute though:)\nThanks for all the comments so far, really appreciated!!!",
62
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_b1a550a60c80fd27cfb56187843a7a98.jpg"
63
- },
64
- {
65
- "id": 32605,
66
- "description": "Chop! Really happy with chef pig's tattoo:)",
67
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_0daddc8fb73021b8594ff39a2c0d2b86.jpg"
68
- },
69
- {
70
- "id": 31725,
71
- "description": "Added a background pattern and changed the cow's hat. Funny when you work so closely with a character he takes on a personality. There's no way he would have worn the previous hat:) \nMost of this is pretty much finished, still a few bits to a resolve. Very happy with the fish's bandana:)",
72
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_6bcf64576519051cfc06deac7cebfe1e.jpg"
73
- },
74
- {
75
- "id": 31101,
76
- "description": "starting blocking the colour in (on this half) Up to 400 layers in pshop already and weighing in at well over a gig.\nFeeling the cow has probably the right level of detail. have pulled back the level of shadow on the lobster. Colours will change as I work through it and try to get a good balance :)",
77
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_fabb499b9042a3e44d881f49ae27cb02.jpg"
78
- },
79
- {
80
- "id": 30239,
81
- "description": "Good news is the client is happy with the sketches. Moving onto colour. Wouldn't normally go into texture and shadows at this stage but need to get a feel for the amount of detail required.\nAs it progresses will swap colours around to get the balance right. Happy with the palette but maybe less shadow on the characters:)",
82
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_5ac1d7eecb9835c86252bba1903873ed.jpg"
83
- },
84
- {
85
- "id": 24745,
86
- "description": "Stage 3 rough. This the version the client will see. Still needs a lot of refinement as regards the characters but I'm happy with how it's coming along. Am expecting a lot of feedback with regard to uniform, food, equipment, text but hopefully they'll like the feel and direction it going. Fingers crossed:)",
87
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_72161d0044b22cf5f49c42ff2f1c1d2a.jpg"
88
- },
89
- {
90
- "id": 24263,
91
- "description": "Stage 2 rough. This is something I can show the design agency but will do another, cleaner, more refined sketch (inc. feedback from agency) before I let the client see it. Once I'm happy with the balance and rough shapes I'll start giving more attention to the character design. Thanks for all the comments so far:)",
92
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_74755c1471e72db0ea2436d5c6ff05ac.jpg"
93
- },
94
- {
95
- "id": 23791,
96
- "description": "New project that could potentially be very nice if all goes in the direction I'd like it to, but then again depending on initial feedback on sketches could get very messy:) fingers crossed. These are my first sketches that I'll work up more before the end client sees them. Basically it's a very busy kitchen scene... with animals and fish cooking the food:)",
97
- "image": "http://behance.vo.llnwd.net/profiles5/203493/wips/12001/disp_9243a82460a6f31047cae19fb7b46db9.jpg"
370
+ "revisions": 1,
371
+ "views": 1,
372
+ "comments": 0
373
+ },
374
+ "revisions": {
375
+ "1798899": {
376
+ "id": 1798899,
377
+ "wip_id": 1002439,
378
+ "description": "",
379
+ "short_url": "http://be.net/wip/1002439/1798899",
380
+ "url": "https://www.behance.net/wip/1002439/1798899",
381
+ "images": {
382
+ "thumbnail_sm": {
383
+ "width": 160,
384
+ "height": 160,
385
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/fc42881798899.54ec3ed35b1df.jpg"
386
+ },
387
+ "thumbnail": {
388
+ "width": 320,
389
+ "height": 180,
390
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/fc42881798899.54ec3ed35b1df.jpg"
391
+ },
392
+ "normal_resolution": {
393
+ "width": 710,
394
+ "height": 399,
395
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/fc42881798899.54ec3ed35b1df.jpg"
396
+ },
397
+ "high_definition": {
398
+ "width": 1240,
399
+ "height": 697,
400
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/fc42881798899.54ec3ed35b1df.jpg"
401
+ }
402
+ },
403
+ "number": 1,
404
+ "created_on": 1424768722
405
+ }
406
+ },
407
+ "owner": {
408
+ "id": 11751999,
409
+ "first_name": "Virginie",
410
+ "last_name": "Menu",
411
+ "username": "VirginieMenu",
412
+ "city": "Paris",
413
+ "state": "",
414
+ "country": "France",
415
+ "location": "Paris, France",
416
+ "company": "",
417
+ "occupation": "",
418
+ "created_on": 1424337481,
419
+ "url": "https://www.behance.net/VirginieMenu",
420
+ "images": {
421
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/f17e5d11751999.55816ad5037d3.jpg",
422
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/f17e5d11751999.55816ad5037d3.jpg",
423
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/f17e5d11751999.55816ad5037d3.jpg",
424
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/f17e5d11751999.55816ad5037d3.jpg",
425
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/f17e5d11751999.55816ad5037d3.jpg",
426
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/f17e5d11751999.55816ad5037d3.jpg"
427
+ },
428
+ "display_name": "Virginie Menu",
429
+ "fields": [
430
+ "Illustration",
431
+ "Digital Art",
432
+ "Painting"
433
+ ],
434
+ "has_default_image": 0,
435
+ "website": ""
98
436
  }
99
- ]
100
- },
101
- {
102
- "id": 10319,
103
- "title": "Behance iPhone App 2.0",
104
- "revision_count": 3,
105
- "latest_rev_id": 38141,
106
- "latest_rev_tags": [
107
- "iphone",
108
- "app",
109
- "behance",
110
- "UX",
111
- "UI",
112
- "interaction",
113
- "Photo",
114
- "wip"
115
- ],
116
- "latest_rev_image": "http://behance.vo.llnwd.net/profiles14/291380/wips/10319/disp_b5841c5bb2eaed65fa9ed412ef7e2c7e.jpg",
117
- "latest_rev_thumb": "http://behance.vo.llnwd.net/profiles14/291380/wips/10319/thumb_b5841c5bb2eaed65fa9ed412ef7e2c7e.jpg",
118
- "url": "http://www.behance.net/wip/10319",
119
- "created_on": 1343060254,
120
- "stats": {
121
- "views": 1321,
122
- "comments": 31
123
437
  },
124
- "revisions": [
125
438
  {
126
- "id": 38141,
127
- "description": "With the new app, you'll also be able to add work in progress straight from your phone. Very easy to share what you're working on, especially if you mostly work with analog tools!",
128
- "image": "http://behance.vo.llnwd.net/profiles14/291380/wips/10319/disp_b5841c5bb2eaed65fa9ed412ef7e2c7e.jpg"
439
+ "id": 1002457,
440
+ "url": "https://www.behance.net/wip/1002457",
441
+ "title": "Character design",
442
+ "revision_count": 1,
443
+ "project_id": 0,
444
+ "privacy": "public",
445
+ "mature_content": 0,
446
+ "mature_access": "allowed",
447
+ "created_on": 1424769666,
448
+ "stats": {
449
+ "revisions": 1,
450
+ "views": 2,
451
+ "comments": 0
452
+ },
453
+ "revisions": {
454
+ "1798925": {
455
+ "id": 1798925,
456
+ "wip_id": 1002457,
457
+ "description": "",
458
+ "short_url": "http://be.net/wip/1002457/1798925",
459
+ "url": "https://www.behance.net/wip/1002457/1798925",
460
+ "images": {
461
+ "thumbnail_sm": {
462
+ "width": 160,
463
+ "height": 160,
464
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/2f124f1798925.54ec428344d39.png"
465
+ },
466
+ "thumbnail": {
467
+ "width": 320,
468
+ "height": 460,
469
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/2f124f1798925.54ec428344d39.png"
470
+ },
471
+ "normal_resolution": {
472
+ "width": 694,
473
+ "height": 999,
474
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/2f124f1798925.54ec428344d39.png"
475
+ }
476
+ },
477
+ "number": 1,
478
+ "created_on": 1424769666
479
+ }
480
+ },
481
+ "owner": {
482
+ "id": 11751999,
483
+ "first_name": "Virginie",
484
+ "last_name": "Menu",
485
+ "username": "VirginieMenu",
486
+ "city": "Paris",
487
+ "state": "",
488
+ "country": "France",
489
+ "location": "Paris, France",
490
+ "company": "",
491
+ "occupation": "",
492
+ "created_on": 1424337481,
493
+ "url": "https://www.behance.net/VirginieMenu",
494
+ "images": {
495
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/f17e5d11751999.55816ad5037d3.jpg",
496
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/f17e5d11751999.55816ad5037d3.jpg",
497
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/f17e5d11751999.55816ad5037d3.jpg",
498
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/f17e5d11751999.55816ad5037d3.jpg",
499
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/f17e5d11751999.55816ad5037d3.jpg",
500
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/f17e5d11751999.55816ad5037d3.jpg"
501
+ },
502
+ "display_name": "Virginie Menu",
503
+ "fields": [
504
+ "Illustration",
505
+ "Digital Art",
506
+ "Painting"
507
+ ],
508
+ "has_default_image": 0,
509
+ "website": ""
510
+ }
129
511
  },
130
512
  {
131
- "id": 38011,
132
- "description": "Hey guys - just wanted to show you what the sketches ended up being!",
133
- "image": "http://behance.vo.llnwd.net/profiles14/291380/wips/10319/disp_df4f9342d89507718e876c30a0ed6e86.jpg"
513
+ "id": 1006417,
514
+ "url": "https://www.behance.net/wip/1006417",
515
+ "title": "Getting to Know Tyler Dockery",
516
+ "revision_count": 1,
517
+ "project_id": 24060487,
518
+ "privacy": "public",
519
+ "mature_content": 0,
520
+ "mature_access": "allowed",
521
+ "created_on": 1424925384,
522
+ "stats": {
523
+ "revisions": 1,
524
+ "views": 1,
525
+ "comments": 1
526
+ },
527
+ "revisions": {
528
+ "1805593": {
529
+ "id": 1805593,
530
+ "wip_id": 1006417,
531
+ "description": "Sketching using smudge tool and posterize effect to simulate palette knife painting technique.",
532
+ "short_url": "http://be.net/wip/1006417/1805593",
533
+ "url": "https://www.behance.net/wip/1006417/1805593",
534
+ "images": {
535
+ "thumbnail_sm": {
536
+ "width": 160,
537
+ "height": 160,
538
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/4bd7e61805593.54eea2c8c9ca2.jpg"
539
+ },
540
+ "thumbnail": {
541
+ "width": 320,
542
+ "height": 426,
543
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/4bd7e61805593.54eea2c8c9ca2.jpg"
544
+ },
545
+ "normal_resolution": {
546
+ "width": 640,
547
+ "height": 853,
548
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/4bd7e61805593.54eea2c8c9ca2.jpg"
549
+ }
550
+ },
551
+ "number": 1,
552
+ "created_on": 1424925384
553
+ }
554
+ },
555
+ "owner": {
556
+ "id": 11903993,
557
+ "first_name": "Tyler",
558
+ "last_name": "Dockery",
559
+ "username": "tylerdockery",
560
+ "city": "Hillsborough",
561
+ "state": "North Carolina",
562
+ "country": "United States",
563
+ "location": "Hillsborough, NC, USA",
564
+ "company": "Wake Tech Community College",
565
+ "occupation": "Instructor of Advertising and Graphic Design and Web Design",
566
+ "created_on": 1424923800,
567
+ "url": "https://www.behance.net/tylerdockery",
568
+ "images": {
569
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/3ab8a711903993.54f0c53256646.jpg",
570
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/3ab8a711903993.54f0c53256646.jpg",
571
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/3ab8a711903993.54f0c53256646.jpg",
572
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/3ab8a711903993.54f0c53256646.jpg",
573
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/3ab8a711903993.54f0c53256646.jpg",
574
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/3ab8a711903993.54f0c53256646.jpg"
575
+ },
576
+ "display_name": "Tyler Dockery",
577
+ "fields": [
578
+ "Graphic Design",
579
+ "UI/UX",
580
+ "Interaction Design"
581
+ ],
582
+ "has_default_image": 0,
583
+ "website": "dockerydesign.com/port3"
584
+ }
134
585
  },
135
586
  {
136
- "id": 20427,
137
- "description": "Trying to figure out some interactions when commenting on a WIP for the new Behance iPhone App. Will post actual UI/pixels as soon as I have something to share!",
138
- "image": "http://behance.vo.llnwd.net/profiles14/291380/wips/10319/disp_a60b1ae71e04fc40567b4256e5d46e7b.jpg"
139
- }
140
- ]
141
- },
142
- {
143
- "id": 18697,
144
- "title": "Behance Project Editor 3.0",
145
- "revision_count": 1,
146
- "latest_rev_id": 38007,
147
- "latest_rev_tags": [
148
- "behance",
149
- "UI",
150
- "UX",
151
- "menu",
152
- "icons",
153
- "dark",
154
- "sidebar"
155
- ],
156
- "latest_rev_image": "http://behance.vo.llnwd.net/profiles14/291380/wips/18697/disp_db4e3f81dd706aa574d206475995a2f3.jpg",
157
- "latest_rev_thumb": "http://behance.vo.llnwd.net/profiles14/291380/wips/18697/thumb_db4e3f81dd706aa574d206475995a2f3.jpg",
158
- "url": "http://www.behance.net/wip/18697",
159
- "created_on": 1346320869,
160
- "stats": {
161
- "views": 350,
162
- "comments": 17
587
+ "id": 1006445,
588
+ "url": "https://www.behance.net/wip/1006445",
589
+ "title": "Menu Fuente de Sodas Marce",
590
+ "revision_count": 1,
591
+ "project_id": 0,
592
+ "privacy": "public",
593
+ "mature_content": 0,
594
+ "mature_access": "allowed",
595
+ "created_on": 1424927829,
596
+ "stats": {
597
+ "revisions": 1,
598
+ "views": 1,
599
+ "comments": 0
600
+ },
601
+ "revisions": {
602
+ "1805675": {
603
+ "id": 1805675,
604
+ "wip_id": 1006445,
605
+ "description": "",
606
+ "short_url": "http://be.net/wip/1006445/1805675",
607
+ "url": "https://www.behance.net/wip/1006445/1805675",
608
+ "images": {
609
+ "thumbnail_sm": {
610
+ "width": 160,
611
+ "height": 160,
612
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/5a49651805675.54eeac55d6de5.jpg"
613
+ },
614
+ "thumbnail": {
615
+ "width": 320,
616
+ "height": 208,
617
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/5a49651805675.54eeac55d6de5.jpg"
618
+ },
619
+ "normal_resolution": {
620
+ "width": 710,
621
+ "height": 462,
622
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/5a49651805675.54eeac55d6de5.jpg"
623
+ },
624
+ "high_definition": {
625
+ "width": 1240,
626
+ "height": 808,
627
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/5a49651805675.54eeac55d6de5.jpg"
628
+ }
629
+ },
630
+ "number": 1,
631
+ "created_on": 1424927829
632
+ }
633
+ },
634
+ "owner": {
635
+ "id": 11902655,
636
+ "first_name": "Orlando",
637
+ "last_name": "Martinez",
638
+ "username": "orlandiux",
639
+ "city": "Mexico",
640
+ "state": "",
641
+ "country": "Mexico",
642
+ "location": "Mexico, Mexico",
643
+ "company": "",
644
+ "occupation": "",
645
+ "created_on": 1424917820,
646
+ "url": "https://www.behance.net/orlandiux",
647
+ "images": {
648
+ "50": "https://a3.behance.net/img/profile/no-image-50.jpg?cb=744985463",
649
+ "115": "https://a3.behance.net/img/profile/no-image-115.jpg?cb=744985463",
650
+ "138": "https://a3.behance.net/img/profile/no-image-138.jpg?cb=744985463"
651
+ },
652
+ "display_name": "Orlando Martinez",
653
+ "fields": [
654
+ "Graphic Design",
655
+ "Product Design",
656
+ "Editorial Design"
657
+ ],
658
+ "has_default_image": 1,
659
+ "website": ""
660
+ }
661
+ },
662
+ {
663
+ "id": 1009901,
664
+ "url": "https://www.behance.net/wip/1009901",
665
+ "title": "Drizzle Menu",
666
+ "revision_count": 1,
667
+ "project_id": 0,
668
+ "privacy": "public",
669
+ "mature_content": 1,
670
+ "mature_access": "logged-out",
671
+ "created_on": 1425077698,
672
+ "stats": {
673
+ "revisions": 1,
674
+ "views": 2,
675
+ "comments": 0
676
+ },
677
+ "revisions": {
678
+ "1811419": {
679
+ "id": 1811419,
680
+ "wip_id": 1009901,
681
+ "description": "Portfolio Piece",
682
+ "short_url": "http://be.net/wip/1009901/1811419",
683
+ "url": "https://www.behance.net/wip/1009901/1811419",
684
+ "images": {
685
+ "thumbnail_sm": {
686
+ "height": 160,
687
+ "width": 160,
688
+ "url": "https://a3.behance.net/img//covers/160-blocked.png"
689
+ },
690
+ "thumbnail": {
691
+ "height": 320,
692
+ "width": 320,
693
+ "url": "https://a3.behance.net/img//covers/320-blocked.png"
694
+ }
695
+ },
696
+ "number": 1,
697
+ "created_on": 1425077698
698
+ }
699
+ },
700
+ "owner": {
701
+ "id": 5099229,
702
+ "first_name": "Carly",
703
+ "last_name": "Bennett",
704
+ "username": "carlyamelia",
705
+ "city": "Charleston",
706
+ "state": "South Carolina",
707
+ "country": "United States",
708
+ "location": "Charleston, SC, USA",
709
+ "company": "",
710
+ "occupation": "",
711
+ "created_on": 1392654300,
712
+ "url": "https://www.behance.net/carlyamelia",
713
+ "images": {
714
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/4db4775099229.54f0f8f6331c9.jpg",
715
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/4db4775099229.54f0f8f6331c9.jpg",
716
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/4db4775099229.54f0f8f6331c9.jpg",
717
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/4db4775099229.54f0f8f6331c9.jpg",
718
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/4db4775099229.54f0f8f6331c9.jpg",
719
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/4db4775099229.54f0f8f6331c9.jpg"
720
+ },
721
+ "display_name": "Carly Bennett",
722
+ "fields": [
723
+ "Graphic Design",
724
+ "Illustration",
725
+ "Branding"
726
+ ],
727
+ "has_default_image": 0,
728
+ "website": "cbdesignco.com"
729
+ }
730
+ },
731
+ {
732
+ "id": 1010115,
733
+ "url": "https://www.behance.net/wip/1010115",
734
+ "title": "Drizzle Menu",
735
+ "revision_count": 1,
736
+ "project_id": 0,
737
+ "privacy": "public",
738
+ "mature_content": 0,
739
+ "mature_access": "allowed",
740
+ "created_on": 1425089690,
741
+ "stats": {
742
+ "revisions": 1,
743
+ "views": 5,
744
+ "comments": 0
745
+ },
746
+ "revisions": {
747
+ "1811729": {
748
+ "id": 1811729,
749
+ "wip_id": 1010115,
750
+ "description": "",
751
+ "short_url": "http://be.net/wip/1010115/1811729",
752
+ "url": "https://www.behance.net/wip/1010115/1811729",
753
+ "images": {
754
+ "thumbnail_sm": {
755
+ "width": 160,
756
+ "height": 160,
757
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/d4d44d1811729.54f1249a93378.jpg"
758
+ },
759
+ "thumbnail": {
760
+ "width": 320,
761
+ "height": 194,
762
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/d4d44d1811729.54f1249a93378.jpg"
763
+ },
764
+ "normal_resolution": {
765
+ "width": 710,
766
+ "height": 431,
767
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/d4d44d1811729.54f1249a93378.jpg"
768
+ },
769
+ "high_definition": {
770
+ "width": 1240,
771
+ "height": 752,
772
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/d4d44d1811729.54f1249a93378.jpg"
773
+ }
774
+ },
775
+ "number": 1,
776
+ "created_on": 1425089690
777
+ }
778
+ },
779
+ "owner": {
780
+ "id": 5099229,
781
+ "first_name": "Carly",
782
+ "last_name": "Bennett",
783
+ "username": "carlyamelia",
784
+ "city": "Charleston",
785
+ "state": "South Carolina",
786
+ "country": "United States",
787
+ "location": "Charleston, SC, USA",
788
+ "company": "",
789
+ "occupation": "",
790
+ "created_on": 1392654300,
791
+ "url": "https://www.behance.net/carlyamelia",
792
+ "images": {
793
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/4db4775099229.54f0f8f6331c9.jpg",
794
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/4db4775099229.54f0f8f6331c9.jpg",
795
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/4db4775099229.54f0f8f6331c9.jpg",
796
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/4db4775099229.54f0f8f6331c9.jpg",
797
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/4db4775099229.54f0f8f6331c9.jpg",
798
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/4db4775099229.54f0f8f6331c9.jpg"
799
+ },
800
+ "display_name": "Carly Bennett",
801
+ "fields": [
802
+ "Graphic Design",
803
+ "Illustration",
804
+ "Branding"
805
+ ],
806
+ "has_default_image": 0,
807
+ "website": "cbdesignco.com"
808
+ }
163
809
  },
164
- "revisions": [
165
810
  {
166
- "id": 38007,
167
- "description": "We're redesigning our project editor to make uploading projects much easier and faster. We want your input on the \"embed media\" icon. Which one makes the most sense to you guys?",
168
- "image": "http://behance.vo.llnwd.net/profiles14/291380/wips/18697/disp_db4e3f81dd706aa574d206475995a2f3.jpg"
811
+ "id": 1011417,
812
+ "url": "https://www.behance.net/wip/1011417",
813
+ "title": "Menu La Casa pizzaria",
814
+ "revision_count": 1,
815
+ "project_id": 0,
816
+ "privacy": "public",
817
+ "mature_content": 0,
818
+ "mature_access": "allowed",
819
+ "created_on": 1425161333,
820
+ "stats": {
821
+ "revisions": 1,
822
+ "views": 2,
823
+ "comments": 0
824
+ },
825
+ "revisions": {
826
+ "1813555": {
827
+ "id": 1813555,
828
+ "wip_id": 1011417,
829
+ "description": "",
830
+ "short_url": "http://be.net/wip/1011417/1813555",
831
+ "url": "https://www.behance.net/wip/1011417/1813555",
832
+ "images": {
833
+ "thumbnail_sm": {
834
+ "width": 160,
835
+ "height": 160,
836
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/33f2611813555.54f23c766b3d9.jpg"
837
+ },
838
+ "thumbnail": {
839
+ "width": 320,
840
+ "height": 226,
841
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/33f2611813555.54f23c766b3d9.jpg"
842
+ },
843
+ "normal_resolution": {
844
+ "width": 710,
845
+ "height": 501,
846
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/33f2611813555.54f23c766b3d9.jpg"
847
+ }
848
+ },
849
+ "number": 1,
850
+ "created_on": 1425161333
851
+ }
852
+ },
853
+ "owner": {
854
+ "id": 11263179,
855
+ "first_name": "ahmed",
856
+ "last_name": "hussein",
857
+ "username": "Ahmedhuss",
858
+ "city": "Roermond",
859
+ "state": "",
860
+ "country": "Netherlands",
861
+ "location": "Roermond, Netherlands",
862
+ "company": "Netwerk",
863
+ "occupation": "",
864
+ "created_on": 1422438090,
865
+ "url": "https://www.behance.net/Ahmedhuss",
866
+ "images": {
867
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/11263179.54c8b13384f75.jpg",
868
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/11263179.54c8b13384f75.jpg",
869
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/11263179.54c8b13384f75.jpg",
870
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/11263179.54c8b13384f75.jpg",
871
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/11263179.54c8b13384f75.jpg",
872
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/11263179.54c8b13384f75.jpg"
873
+ },
874
+ "display_name": "ahmed hussein",
875
+ "fields": [],
876
+ "has_default_image": 0,
877
+ "website": ""
878
+ }
879
+ },
880
+ {
881
+ "id": 1015209,
882
+ "url": "https://www.behance.net/wip/1015209",
883
+ "title": "SCRATCH | Wine Menu",
884
+ "revision_count": 1,
885
+ "project_id": 0,
886
+ "privacy": "public",
887
+ "mature_content": 0,
888
+ "mature_access": "allowed",
889
+ "created_on": 1425335137,
890
+ "stats": {
891
+ "revisions": 1,
892
+ "views": 2,
893
+ "comments": 0
894
+ },
895
+ "revisions": {
896
+ "1819255": {
897
+ "id": 1819255,
898
+ "wip_id": 1015209,
899
+ "description": "",
900
+ "short_url": "http://be.net/wip/1015209/1819255",
901
+ "url": "https://www.behance.net/wip/1015209/1819255",
902
+ "images": {
903
+ "thumbnail_sm": {
904
+ "width": 160,
905
+ "height": 160,
906
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/9292f01819255.54f4e3621e2c5.jpg"
907
+ },
908
+ "thumbnail": {
909
+ "width": 320,
910
+ "height": 414,
911
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/9292f01819255.54f4e3621e2c5.jpg"
912
+ },
913
+ "normal_resolution": {
914
+ "width": 710,
915
+ "height": 918,
916
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/9292f01819255.54f4e3621e2c5.jpg"
917
+ }
918
+ },
919
+ "number": 1,
920
+ "created_on": 1425335137
921
+ }
922
+ },
923
+ "owner": {
924
+ "id": 11914135,
925
+ "first_name": "Amanda",
926
+ "last_name": "Hafeman",
927
+ "username": "Ahafeman",
928
+ "city": "Chicago",
929
+ "state": "Illinois",
930
+ "country": "United States",
931
+ "location": "Chicago, IL, USA",
932
+ "company": "Brandmuscle ",
933
+ "occupation": "Senior Graphic Designer",
934
+ "created_on": 1424965386,
935
+ "url": "https://www.behance.net/Ahafeman",
936
+ "images": {
937
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/02c7c811914135.54ef416b43d58.jpg",
938
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/02c7c811914135.54ef416b43d58.jpg",
939
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/02c7c811914135.54ef416b43d58.jpg",
940
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/02c7c811914135.54ef416b43d58.jpg",
941
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/02c7c811914135.54ef416b43d58.jpg",
942
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/02c7c811914135.54ef416b43d58.jpg"
943
+ },
944
+ "display_name": "Amanda Hafeman",
945
+ "fields": [
946
+ "Graphic Design",
947
+ "Print Design",
948
+ "Typography"
949
+ ],
950
+ "has_default_image": 0,
951
+ "website": "ahafeman.prosite.com"
952
+ }
953
+ },
954
+ {
955
+ "id": 1015277,
956
+ "url": "https://www.behance.net/wip/1015277",
957
+ "title": "Surrealistic room, Electronic Imaging",
958
+ "revision_count": 1,
959
+ "project_id": 0,
960
+ "privacy": "public",
961
+ "mature_content": 0,
962
+ "mature_access": "allowed",
963
+ "created_on": 1425337350,
964
+ "stats": {
965
+ "revisions": 1,
966
+ "views": 6,
967
+ "comments": 1
968
+ },
969
+ "revisions": {
970
+ "1819361": {
971
+ "id": 1819361,
972
+ "wip_id": 1015277,
973
+ "description": "",
974
+ "short_url": "http://be.net/wip/1015277/1819361",
975
+ "url": "https://www.behance.net/wip/1015277/1819361",
976
+ "images": {
977
+ "thumbnail_sm": {
978
+ "width": 160,
979
+ "height": 160,
980
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/97426f1819361.54f4ec0759767.jpg"
981
+ },
982
+ "thumbnail": {
983
+ "width": 320,
984
+ "height": 251,
985
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/97426f1819361.54f4ec0759767.jpg"
986
+ },
987
+ "normal_resolution": {
988
+ "width": 710,
989
+ "height": 557,
990
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/97426f1819361.54f4ec0759767.jpg"
991
+ }
992
+ },
993
+ "number": 1,
994
+ "created_on": 1425337350
995
+ }
996
+ },
997
+ "owner": {
998
+ "id": 8335135,
999
+ "first_name": "Julie",
1000
+ "last_name": "Ready",
1001
+ "username": "Juliekay",
1002
+ "city": "Salem",
1003
+ "state": "Indiana",
1004
+ "country": "United States",
1005
+ "location": "Salem, IN, USA",
1006
+ "company": "Ivy Tech Community College",
1007
+ "occupation": "Student at Ivy Tech - Vis Com",
1008
+ "created_on": 1412614865,
1009
+ "url": "https://www.behance.net/Juliekay",
1010
+ "images": {
1011
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/19effd8335135.54fda192a6b48.jpg",
1012
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/19effd8335135.54fda192a6b48.jpg",
1013
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/19effd8335135.54fda192a6b48.jpg",
1014
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/19effd8335135.54fda192a6b48.jpg",
1015
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/19effd8335135.54fda192a6b48.jpg",
1016
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/19effd8335135.54fda192a6b48.jpg"
1017
+ },
1018
+ "display_name": "Julie Ready",
1019
+ "fields": [
1020
+ "Graphic Design",
1021
+ "Photography",
1022
+ "Digital Photography"
1023
+ ],
1024
+ "has_default_image": 0,
1025
+ "website": ""
1026
+ }
169
1027
  }
170
- ]
171
- } ]
172
-
1028
+ ],
1029
+ "http_code": 200
173
1030
  }