behance 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/LICENSE.txt +2 -2
- data/README.md +82 -10
- data/behance.gemspec +5 -2
- data/lib/behance.rb +2 -5
- data/lib/behance/client.rb +58 -0
- data/lib/behance/project.rb +68 -0
- data/lib/behance/user.rb +111 -0
- data/lib/behance/version.rb +1 -1
- data/spec/behance/client_spec.rb +13 -0
- data/spec/behance/project_spec.rb +77 -0
- data/spec/behance/user_spec.rb +141 -0
- data/spec/fixtures/project.json +15 -0
- data/spec/fixtures/project_comments.json +282 -0
- data/spec/fixtures/projects.json +370 -0
- data/spec/fixtures/user.json +61 -0
- data/spec/fixtures/user_appreciations.json +230 -0
- data/spec/fixtures/user_projects.json +216 -0
- data/spec/fixtures/user_wips.json +55 -0
- data/spec/fixtures/users.json +112 -0
- data/spec/spec_helper.rb +23 -0
- metadata +78 -3
@@ -0,0 +1,61 @@
|
|
1
|
+
{
|
2
|
+
|
3
|
+
"user": {
|
4
|
+
"id": 50001,
|
5
|
+
"first_name": "Matias",
|
6
|
+
"last_name": "Corea",
|
7
|
+
"username": "MatiasCorea",
|
8
|
+
"city": "Brooklyn",
|
9
|
+
"state": "New York",
|
10
|
+
"country": "United States",
|
11
|
+
"company": "Behance",
|
12
|
+
"occupation": "Chief Designer & Co-Founder",
|
13
|
+
"created_on": 1182475806,
|
14
|
+
"url": "http://www.behance.net/MatiasCorea",
|
15
|
+
"display_name": "Matias Corea",
|
16
|
+
"images": {
|
17
|
+
"32": "http://behance.vo.llnwd.net/profiles/50001/32xac8d5163265f6898d0b970dbfcdf4868.png",
|
18
|
+
"50": "http://behance.vo.llnwd.net/profiles/50001/50xac8d5163265f6898d0b970dbfcdf4868.png",
|
19
|
+
"78": "http://behance.vo.llnwd.net/profiles/50001/78xac8d5163265f6898d0b970dbfcdf4868.png",
|
20
|
+
"115": "http://behance.vo.llnwd.net/profiles/50001/115xac8d5163265f6898d0b970dbfcdf4868.png",
|
21
|
+
"129": "http://behance.vo.llnwd.net/profiles/50001/129xac8d5163265f6898d0b970dbfcdf4868.png",
|
22
|
+
"138": "http://behance.vo.llnwd.net/profiles/50001/ac8d5163265f6898d0b970dbfcdf4868.png"
|
23
|
+
},
|
24
|
+
"fields": [
|
25
|
+
"Web Design",
|
26
|
+
"Typography",
|
27
|
+
"Interaction Design"
|
28
|
+
],
|
29
|
+
"twitter": "@matiascorea",
|
30
|
+
"links": [
|
31
|
+
{
|
32
|
+
"title": "My Blog",
|
33
|
+
"url": "http://www.matiascorea.com/blog"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"title": "My Twitter Feed",
|
37
|
+
"url": "www.twitter.com/matiascorea"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"title": "Desing Droplets Interview",
|
41
|
+
"url": "http://designdroplets.com/designer-qa/matias-corea-chief-designer-behance/"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"title": "Inclined To create Mag Interview",
|
45
|
+
"url": "http://inclinedtocreate.com/blog/2010/09/09/interview-matias-corea/"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"title": "My Project Interaction Talk",
|
49
|
+
"url": "http://projectinteraction.org/category/students/"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"title": "SwissMiss On the 99% Grpahics",
|
53
|
+
"url": "http://www.swiss-miss.com/2010/05/99-conference-2010-motion-graphics.html"
|
54
|
+
}
|
55
|
+
],
|
56
|
+
"sections": {
|
57
|
+
"Where, When and What": "I spent my school years freelancing out of my father's architecture studio, so architecture and urbanism have had a huge influence on the way I approach design. From form to function.\n\nFollowing school in La Massana, I spent two years working for various small design shops in Barcelona like Zeligmedia, M.A.Y.A Design, and Triada Communication Agency. Eventually I felt that I needed to leave Barcelona to look for other opportunities, and I found myself heading to NYC in October 2002.\n\nI was lucky to be hired by Michael Ian Kaye (former Creative Director at Oglivy) to work at AR Media, where I had the chance to work on accounts such as Versace, Dolce & Gabanna, Valentino, Ann Taylor, Naturalizer, Influence Magazine, Escada, and many more.\n\nAfter that, I worked for Pro Am under the strict vigilance of John Malcolmson and Simon Endres, where I learned the craft of branding, and a love for design process.\n\nNow I find myself as Chief Designer at Behance, trying to make the lives of other creatives better."
|
58
|
+
}
|
59
|
+
}
|
60
|
+
|
61
|
+
}
|
@@ -0,0 +1,230 @@
|
|
1
|
+
{
|
2
|
+
|
3
|
+
"appreciations": [
|
4
|
+
{
|
5
|
+
"project": {
|
6
|
+
"id": 4973949,
|
7
|
+
"name": "stella _ vmsm2012",
|
8
|
+
"published_on": 1346237423,
|
9
|
+
"created_on": 1346237286,
|
10
|
+
"modified_on": 1346237424,
|
11
|
+
"url": "http://www.behance.net/gallery/stella-_-vmsm2012/4973949",
|
12
|
+
"fields": [
|
13
|
+
"Fashion",
|
14
|
+
"Fashion Styling",
|
15
|
+
"Photography"
|
16
|
+
],
|
17
|
+
"covers": {
|
18
|
+
"115": "http://behance.vo.llnwd.net/profiles5/168816/projects/4973949/115x9b04d6f41f2bbed1cb2ed5b26794d7dd.jpg",
|
19
|
+
"202": "http://behance.vo.llnwd.net/profiles5/168816/projects/4973949/9b04d6f41f2bbed1cb2ed5b26794d7dd.jpg",
|
20
|
+
"404": "http://behance.vo.llnwd.net/profiles5/168816/projects/4973949/404x9b04d6f41f2bbed1cb2ed5b26794d7dd.jpg",
|
21
|
+
"230": "http://behance.vo.llnwd.net/profiles5/168816/projects/4973949/230x9b04d6f41f2bbed1cb2ed5b26794d7dd.jpg"
|
22
|
+
},
|
23
|
+
"mature_content": 0,
|
24
|
+
"owners": {
|
25
|
+
"168816": {
|
26
|
+
"id": 168816,
|
27
|
+
"first_name": "Balazs",
|
28
|
+
"last_name": "Koch",
|
29
|
+
"username": "balazskoch",
|
30
|
+
"city": "Budapest",
|
31
|
+
"state": "",
|
32
|
+
"country": "Hungary",
|
33
|
+
"company": "",
|
34
|
+
"occupation": "",
|
35
|
+
"created_on": 1273389041,
|
36
|
+
"url": "http://www.behance.net/balazskoch",
|
37
|
+
"display_name": "Balazs Koch",
|
38
|
+
"images": {
|
39
|
+
"32": "http://behance.vo.llnwd.net/profiles5/168816/32x01688161273389878.jpg",
|
40
|
+
"50": "http://behance.vo.llnwd.net/profiles5/168816/50x01688161273389878.jpg",
|
41
|
+
"78": "http://behance.vo.llnwd.net/profiles5/168816/78x01688161273389878.jpg",
|
42
|
+
"115": "http://behance.vo.llnwd.net/profiles5/168816/115x01688161273389878.jpg",
|
43
|
+
"129": "http://behance.vo.llnwd.net/profiles5/168816/129x01688161273389878.jpg",
|
44
|
+
"138": "http://behance.vo.llnwd.net/profiles5/168816/01688161273389878.jpg"
|
45
|
+
},
|
46
|
+
"fields": [
|
47
|
+
"Photography",
|
48
|
+
"Advertising",
|
49
|
+
"Fashion"
|
50
|
+
]
|
51
|
+
}
|
52
|
+
},
|
53
|
+
"stats": {
|
54
|
+
"views": 417,
|
55
|
+
"appreciations": 48,
|
56
|
+
"comments": 6
|
57
|
+
}
|
58
|
+
},
|
59
|
+
"timestamp": 1346271987
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"project": {
|
63
|
+
"id": 3934063,
|
64
|
+
"name": "Interior renders",
|
65
|
+
"published_on": 1337089068,
|
66
|
+
"created_on": 1337083156,
|
67
|
+
"modified_on": 1338144214,
|
68
|
+
"url": "http://www.behance.net/gallery/Interior-renders/3934063",
|
69
|
+
"fields": [
|
70
|
+
"Architecture",
|
71
|
+
"Digital Art",
|
72
|
+
"Industrial Design"
|
73
|
+
],
|
74
|
+
"covers": {
|
75
|
+
"115": "http://behance.vo.llnwd.net/profiles13/1165781/projects/3934063/115xe64964d6813733b12018ad1d9c6a5319.jpg",
|
76
|
+
"202": "http://behance.vo.llnwd.net/profiles13/1165781/projects/3934063/e64964d6813733b12018ad1d9c6a5319.jpg"
|
77
|
+
},
|
78
|
+
"mature_content": 0,
|
79
|
+
"owners": {
|
80
|
+
"1165781": {
|
81
|
+
"id": 1165781,
|
82
|
+
"first_name": "Roland",
|
83
|
+
"last_name": "Beaubois",
|
84
|
+
"username": "GCStudio",
|
85
|
+
"city": "Paris",
|
86
|
+
"state": "",
|
87
|
+
"country": "France",
|
88
|
+
"company": "GC Studio - Graph Concept",
|
89
|
+
"occupation": "Founder",
|
90
|
+
"created_on": 1337082674,
|
91
|
+
"url": "http://www.behance.net/GCStudio",
|
92
|
+
"display_name": "Roland Beaubois",
|
93
|
+
"images": {
|
94
|
+
"32": "http://behance.vo.llnwd.net/profiles13/1165781/32x9267056a524e5f4866522ea510dfb4e1.jpg",
|
95
|
+
"50": "http://behance.vo.llnwd.net/profiles13/1165781/50x9267056a524e5f4866522ea510dfb4e1.jpg",
|
96
|
+
"78": "http://behance.vo.llnwd.net/profiles13/1165781/78x9267056a524e5f4866522ea510dfb4e1.jpg",
|
97
|
+
"115": "http://behance.vo.llnwd.net/profiles13/1165781/115x9267056a524e5f4866522ea510dfb4e1.jpg",
|
98
|
+
"129": "http://behance.vo.llnwd.net/profiles13/1165781/129x9267056a524e5f4866522ea510dfb4e1.jpg",
|
99
|
+
"138": "http://behance.vo.llnwd.net/profiles13/1165781/9267056a524e5f4866522ea510dfb4e1.jpg"
|
100
|
+
},
|
101
|
+
"fields": [
|
102
|
+
"Architecture",
|
103
|
+
"Computer Animation",
|
104
|
+
"Graphic Design"
|
105
|
+
]
|
106
|
+
}
|
107
|
+
},
|
108
|
+
"stats": {
|
109
|
+
"views": 83,
|
110
|
+
"appreciations": 15,
|
111
|
+
"comments": 1
|
112
|
+
}
|
113
|
+
},
|
114
|
+
"timestamp": 1346095794
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"project": {
|
118
|
+
"id": 4876367,
|
119
|
+
"name": "Kittens on decks",
|
120
|
+
"published_on": 1345471515,
|
121
|
+
"created_on": 1345470742,
|
122
|
+
"modified_on": 1345471515,
|
123
|
+
"url": "http://www.behance.net/gallery/Kittens-on-decks/4876367",
|
124
|
+
"fields": [
|
125
|
+
"Advertising",
|
126
|
+
"Cinematography",
|
127
|
+
"Directing"
|
128
|
+
],
|
129
|
+
"covers": {
|
130
|
+
"115": "http://behance.vo.llnwd.net/profiles4/147987/projects/4876367/115xffc03b738e33f1539bc4ca4d40662aa6.png",
|
131
|
+
"202": "http://behance.vo.llnwd.net/profiles4/147987/projects/4876367/ffc03b738e33f1539bc4ca4d40662aa6.png",
|
132
|
+
"404": "http://behance.vo.llnwd.net/profiles4/147987/projects/4876367/404xffc03b738e33f1539bc4ca4d40662aa6.png",
|
133
|
+
"230": "http://behance.vo.llnwd.net/profiles4/147987/projects/4876367/230xffc03b738e33f1539bc4ca4d40662aa6.png"
|
134
|
+
},
|
135
|
+
"mature_content": 0,
|
136
|
+
"owners": {
|
137
|
+
"147987": {
|
138
|
+
"id": 147987,
|
139
|
+
"first_name": "Stephan",
|
140
|
+
"last_name": "Hambsch",
|
141
|
+
"username": "stephanhambsch",
|
142
|
+
"city": "Cape Town",
|
143
|
+
"state": "",
|
144
|
+
"country": "South Africa",
|
145
|
+
"company": "",
|
146
|
+
"occupation": "",
|
147
|
+
"created_on": 1265214407,
|
148
|
+
"url": "http://www.behance.net/stephanhambsch",
|
149
|
+
"display_name": "Stephan Hambsch",
|
150
|
+
"images": {
|
151
|
+
"32": "http://behance.vo.llnwd.net/profiles4/147987/32x01479871266509376.jpg",
|
152
|
+
"50": "http://behance.vo.llnwd.net/profiles4/147987/50x01479871266509376.jpg",
|
153
|
+
"78": "http://behance.vo.llnwd.net/profiles4/147987/78x01479871266509376.jpg",
|
154
|
+
"115": "http://behance.vo.llnwd.net/profiles4/147987/115x01479871266509376.jpg",
|
155
|
+
"129": "http://behance.vo.llnwd.net/profiles4/147987/129x01479871266509376.jpg",
|
156
|
+
"138": "http://behance.vo.llnwd.net/profiles4/147987/01479871266509376.jpg"
|
157
|
+
},
|
158
|
+
"fields": [
|
159
|
+
"Cinematography",
|
160
|
+
"Digital Photography",
|
161
|
+
"Film"
|
162
|
+
]
|
163
|
+
}
|
164
|
+
},
|
165
|
+
"stats": {
|
166
|
+
"views": 21,
|
167
|
+
"appreciations": 4,
|
168
|
+
"comments": 0
|
169
|
+
}
|
170
|
+
},
|
171
|
+
"timestamp": 1346095688
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"project": {
|
175
|
+
"id": 4876853,
|
176
|
+
"name": "( ÃÂâÃÂÃÂÃÂë ) Super Mario Bros",
|
177
|
+
"published_on": 1345477228,
|
178
|
+
"created_on": 1345473727,
|
179
|
+
"modified_on": 1345479069,
|
180
|
+
"url": "http://www.behance.net/gallery/(-)-Super-Mario-Bros/4876853",
|
181
|
+
"fields": [
|
182
|
+
"Music",
|
183
|
+
"Sound Design"
|
184
|
+
],
|
185
|
+
"covers": {
|
186
|
+
"115": "http://behance.vo.llnwd.net/profiles26/1497159/projects/4876853/115x001e7ffe578d86dd4501c3a2314bb41b.jpg",
|
187
|
+
"202": "http://behance.vo.llnwd.net/profiles26/1497159/projects/4876853/001e7ffe578d86dd4501c3a2314bb41b.jpg",
|
188
|
+
"404": "http://behance.vo.llnwd.net/profiles26/1497159/projects/4876853/404x001e7ffe578d86dd4501c3a2314bb41b.jpg",
|
189
|
+
"230": "http://behance.vo.llnwd.net/profiles26/1497159/projects/4876853/230x001e7ffe578d86dd4501c3a2314bb41b.jpg"
|
190
|
+
},
|
191
|
+
"mature_content": 0,
|
192
|
+
"owners": {
|
193
|
+
"1497159": {
|
194
|
+
"id": 1497159,
|
195
|
+
"first_name": "Maurizio",
|
196
|
+
"last_name": "Battaghini",
|
197
|
+
"username": "ibbatta",
|
198
|
+
"city": "Milano",
|
199
|
+
"state": "",
|
200
|
+
"country": "Italy",
|
201
|
+
"company": "",
|
202
|
+
"occupation": "Webmaster, API master , Music Producer",
|
203
|
+
"created_on": 1345466793,
|
204
|
+
"url": "http://www.behance.net/ibbatta",
|
205
|
+
"display_name": "Maurizio Battaghini",
|
206
|
+
"images": {
|
207
|
+
"32": "http://behance.vo.llnwd.net/profiles26/1497159/32xbe080710d2a2a40dc708b43ae145920b.jpg",
|
208
|
+
"50": "http://behance.vo.llnwd.net/profiles26/1497159/50xbe080710d2a2a40dc708b43ae145920b.jpg",
|
209
|
+
"78": "http://behance.vo.llnwd.net/profiles26/1497159/78xbe080710d2a2a40dc708b43ae145920b.jpg",
|
210
|
+
"115": "http://behance.vo.llnwd.net/profiles26/1497159/115xbe080710d2a2a40dc708b43ae145920b.jpg",
|
211
|
+
"129": "http://behance.vo.llnwd.net/profiles26/1497159/129xbe080710d2a2a40dc708b43ae145920b.jpg",
|
212
|
+
"138": "http://behance.vo.llnwd.net/profiles26/1497159/be080710d2a2a40dc708b43ae145920b.jpg"
|
213
|
+
},
|
214
|
+
"fields": [
|
215
|
+
"Music",
|
216
|
+
"Sound Design",
|
217
|
+
"Web Development"
|
218
|
+
]
|
219
|
+
}
|
220
|
+
},
|
221
|
+
"stats": {
|
222
|
+
"views": 42,
|
223
|
+
"appreciations": 6,
|
224
|
+
"comments": 0
|
225
|
+
}
|
226
|
+
},
|
227
|
+
"timestamp": 1346095625
|
228
|
+
} ]
|
229
|
+
|
230
|
+
}
|
@@ -0,0 +1,216 @@
|
|
1
|
+
{
|
2
|
+
|
3
|
+
"projects": [
|
4
|
+
{
|
5
|
+
"id": 3882857,
|
6
|
+
"name": "The ALVA Award",
|
7
|
+
"published_on": 1338993558,
|
8
|
+
"created_on": 1336591701,
|
9
|
+
"modified_on": 1338993615,
|
10
|
+
"url": "http://www.behance.net/gallery/The-ALVA-Award/3882857",
|
11
|
+
"fields": [
|
12
|
+
"Branding",
|
13
|
+
"Product Design"
|
14
|
+
],
|
15
|
+
"covers": {
|
16
|
+
"115": "http://behance.vo.llnwd.net/profiles/50001/projects/3882857/115xb09a269d4b56d6ff5c640364208d3480.jpg",
|
17
|
+
"202": "http://behance.vo.llnwd.net/profiles/50001/projects/3882857/b09a269d4b56d6ff5c640364208d3480.jpg"
|
18
|
+
},
|
19
|
+
"mature_content": 0,
|
20
|
+
"owners": {
|
21
|
+
"50001": {
|
22
|
+
"id": 50001,
|
23
|
+
"first_name": "Matias",
|
24
|
+
"last_name": "Corea",
|
25
|
+
"username": "MatiasCorea",
|
26
|
+
"city": "Brooklyn",
|
27
|
+
"state": "New York",
|
28
|
+
"country": "United States",
|
29
|
+
"company": "Behance",
|
30
|
+
"occupation": "Chief Designer & Co-Founder",
|
31
|
+
"created_on": 1182475806,
|
32
|
+
"url": "http://www.behance.net/MatiasCorea",
|
33
|
+
"display_name": "Matias Corea",
|
34
|
+
"images": {
|
35
|
+
"32": "http://behance.vo.llnwd.net/profiles/50001/32xac8d5163265f6898d0b970dbfcdf4868.png",
|
36
|
+
"50": "http://behance.vo.llnwd.net/profiles/50001/50xac8d5163265f6898d0b970dbfcdf4868.png",
|
37
|
+
"78": "http://behance.vo.llnwd.net/profiles/50001/78xac8d5163265f6898d0b970dbfcdf4868.png",
|
38
|
+
"115": "http://behance.vo.llnwd.net/profiles/50001/115xac8d5163265f6898d0b970dbfcdf4868.png",
|
39
|
+
"129": "http://behance.vo.llnwd.net/profiles/50001/129xac8d5163265f6898d0b970dbfcdf4868.png",
|
40
|
+
"138": "http://behance.vo.llnwd.net/profiles/50001/ac8d5163265f6898d0b970dbfcdf4868.png"
|
41
|
+
},
|
42
|
+
"fields": [
|
43
|
+
"Web Design",
|
44
|
+
"Typography",
|
45
|
+
"Interaction Design"
|
46
|
+
]
|
47
|
+
},
|
48
|
+
"216667": {
|
49
|
+
"id": 216667,
|
50
|
+
"first_name": "Jocelyn K.",
|
51
|
+
"last_name": "Glei",
|
52
|
+
"username": "jkglei",
|
53
|
+
"city": "New York",
|
54
|
+
"state": "New York",
|
55
|
+
"country": "United States",
|
56
|
+
"company": "99U",
|
57
|
+
"occupation": "Director & Editor-in-Chief",
|
58
|
+
"created_on": 1281999212,
|
59
|
+
"url": "http://www.behance.net/jkglei",
|
60
|
+
"display_name": "Jocelyn K. Glei",
|
61
|
+
"images": {
|
62
|
+
"32": "http://behance.vo.llnwd.net/profiles5/216667/32xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
63
|
+
"50": "http://behance.vo.llnwd.net/profiles5/216667/50xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
64
|
+
"78": "http://behance.vo.llnwd.net/profiles5/216667/78xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
65
|
+
"115": "http://behance.vo.llnwd.net/profiles5/216667/115xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
66
|
+
"129": "http://behance.vo.llnwd.net/profiles5/216667/129xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
67
|
+
"138": "http://behance.vo.llnwd.net/profiles5/216667/fa36ffb549a1fa9d4a16a0f8d1709146.jpg"
|
68
|
+
},
|
69
|
+
"fields": [
|
70
|
+
"Editing",
|
71
|
+
"Writing",
|
72
|
+
"Publishing"
|
73
|
+
]
|
74
|
+
}
|
75
|
+
},
|
76
|
+
"stats": {
|
77
|
+
"views": 1870,
|
78
|
+
"appreciations": 148,
|
79
|
+
"comments": 15
|
80
|
+
}
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"id": 3856261,
|
84
|
+
"name": "99% Conference 2012: Identity & Branded Materials",
|
85
|
+
"published_on": 1336512105,
|
86
|
+
"created_on": 1336400037,
|
87
|
+
"modified_on": 1345057073,
|
88
|
+
"url": "http://www.behance.net/gallery/99-Conference-2012-Identity-Branded-Materials/3856261",
|
89
|
+
"fields": [
|
90
|
+
"Branding",
|
91
|
+
"Graphic Design",
|
92
|
+
"Print Design"
|
93
|
+
],
|
94
|
+
"covers": {
|
95
|
+
"115": "http://behance.vo.llnwd.net/profiles10/371633/projects/3856261/115x9896ba327b0136b1d67230fc31277a3f.jpg",
|
96
|
+
"202": "http://behance.vo.llnwd.net/profiles10/371633/projects/3856261/9896ba327b0136b1d67230fc31277a3f.jpg"
|
97
|
+
},
|
98
|
+
"mature_content": 0,
|
99
|
+
"owners": {
|
100
|
+
"371633": {
|
101
|
+
"id": 371633,
|
102
|
+
"first_name": "Raewyn",
|
103
|
+
"last_name": "Brandon",
|
104
|
+
"username": "raewynbrandon",
|
105
|
+
"city": "New York",
|
106
|
+
"state": "New York",
|
107
|
+
"country": "United States",
|
108
|
+
"company": "",
|
109
|
+
"occupation": "Web & Graphic Designer",
|
110
|
+
"created_on": 1300570825,
|
111
|
+
"url": "http://www.behance.net/raewynbrandon",
|
112
|
+
"display_name": "Raewyn Brandon",
|
113
|
+
"images": {
|
114
|
+
"32": "http://behance.vo.llnwd.net/profiles10/371633/32x4cadd7e2b4340429ffc29736fcc417bc.jpg",
|
115
|
+
"50": "http://behance.vo.llnwd.net/profiles10/371633/50x4cadd7e2b4340429ffc29736fcc417bc.jpg",
|
116
|
+
"78": "http://behance.vo.llnwd.net/profiles10/371633/78x4cadd7e2b4340429ffc29736fcc417bc.jpg",
|
117
|
+
"115": "http://behance.vo.llnwd.net/profiles10/371633/115x4cadd7e2b4340429ffc29736fcc417bc.jpg",
|
118
|
+
"129": "http://behance.vo.llnwd.net/profiles10/371633/129x4cadd7e2b4340429ffc29736fcc417bc.jpg",
|
119
|
+
"138": "http://behance.vo.llnwd.net/profiles10/371633/4cadd7e2b4340429ffc29736fcc417bc.jpg"
|
120
|
+
},
|
121
|
+
"fields": [
|
122
|
+
"Graphic Design",
|
123
|
+
"Print Design",
|
124
|
+
"Web Design"
|
125
|
+
]
|
126
|
+
},
|
127
|
+
"216667": {
|
128
|
+
"id": 216667,
|
129
|
+
"first_name": "Jocelyn K.",
|
130
|
+
"last_name": "Glei",
|
131
|
+
"username": "jkglei",
|
132
|
+
"city": "New York",
|
133
|
+
"state": "New York",
|
134
|
+
"country": "United States",
|
135
|
+
"company": "99U",
|
136
|
+
"occupation": "Director & Editor-in-Chief",
|
137
|
+
"created_on": 1281999212,
|
138
|
+
"url": "http://www.behance.net/jkglei",
|
139
|
+
"display_name": "Jocelyn K. Glei",
|
140
|
+
"images": {
|
141
|
+
"32": "http://behance.vo.llnwd.net/profiles5/216667/32xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
142
|
+
"50": "http://behance.vo.llnwd.net/profiles5/216667/50xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
143
|
+
"78": "http://behance.vo.llnwd.net/profiles5/216667/78xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
144
|
+
"115": "http://behance.vo.llnwd.net/profiles5/216667/115xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
145
|
+
"129": "http://behance.vo.llnwd.net/profiles5/216667/129xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
|
146
|
+
"138": "http://behance.vo.llnwd.net/profiles5/216667/fa36ffb549a1fa9d4a16a0f8d1709146.jpg"
|
147
|
+
},
|
148
|
+
"fields": [
|
149
|
+
"Editing",
|
150
|
+
"Writing",
|
151
|
+
"Publishing"
|
152
|
+
]
|
153
|
+
},
|
154
|
+
"50001": {
|
155
|
+
"id": 50001,
|
156
|
+
"first_name": "Matias",
|
157
|
+
"last_name": "Corea",
|
158
|
+
"username": "MatiasCorea",
|
159
|
+
"city": "Brooklyn",
|
160
|
+
"state": "New York",
|
161
|
+
"country": "United States",
|
162
|
+
"company": "Behance",
|
163
|
+
"occupation": "Chief Designer & Co-Founder",
|
164
|
+
"created_on": 1182475806,
|
165
|
+
"url": "http://www.behance.net/MatiasCorea",
|
166
|
+
"display_name": "Matias Corea",
|
167
|
+
"images": {
|
168
|
+
"32": "http://behance.vo.llnwd.net/profiles/50001/32xac8d5163265f6898d0b970dbfcdf4868.png",
|
169
|
+
"50": "http://behance.vo.llnwd.net/profiles/50001/50xac8d5163265f6898d0b970dbfcdf4868.png",
|
170
|
+
"78": "http://behance.vo.llnwd.net/profiles/50001/78xac8d5163265f6898d0b970dbfcdf4868.png",
|
171
|
+
"115": "http://behance.vo.llnwd.net/profiles/50001/115xac8d5163265f6898d0b970dbfcdf4868.png",
|
172
|
+
"129": "http://behance.vo.llnwd.net/profiles/50001/129xac8d5163265f6898d0b970dbfcdf4868.png",
|
173
|
+
"138": "http://behance.vo.llnwd.net/profiles/50001/ac8d5163265f6898d0b970dbfcdf4868.png"
|
174
|
+
},
|
175
|
+
"fields": [
|
176
|
+
"Web Design",
|
177
|
+
"Typography",
|
178
|
+
"Interaction Design"
|
179
|
+
]
|
180
|
+
},
|
181
|
+
"511814": {
|
182
|
+
"id": 511814,
|
183
|
+
"first_name": "Behance",
|
184
|
+
"last_name": "",
|
185
|
+
"username": "behance",
|
186
|
+
"city": "New York",
|
187
|
+
"state": "New York",
|
188
|
+
"country": "United States",
|
189
|
+
"company": "Behance",
|
190
|
+
"occupation": "",
|
191
|
+
"created_on": 1308938660,
|
192
|
+
"url": "http://www.behance.net/behance",
|
193
|
+
"display_name": "Behance",
|
194
|
+
"images": {
|
195
|
+
"32": "http://behance.vo.llnwd.net/profiles25/511814/32xe68d9ad064e2df842a010331a04f253f.jpg",
|
196
|
+
"50": "http://behance.vo.llnwd.net/profiles25/511814/50xe68d9ad064e2df842a010331a04f253f.jpg",
|
197
|
+
"78": "http://behance.vo.llnwd.net/profiles25/511814/78xe68d9ad064e2df842a010331a04f253f.jpg",
|
198
|
+
"115": "http://behance.vo.llnwd.net/profiles25/511814/115xe68d9ad064e2df842a010331a04f253f.jpg",
|
199
|
+
"129": "http://behance.vo.llnwd.net/profiles25/511814/129xe68d9ad064e2df842a010331a04f253f.jpg",
|
200
|
+
"138": "http://behance.vo.llnwd.net/profiles25/511814/e68d9ad064e2df842a010331a04f253f.jpg"
|
201
|
+
},
|
202
|
+
"fields": [
|
203
|
+
"Design",
|
204
|
+
"Interaction Design",
|
205
|
+
"Web Development"
|
206
|
+
]
|
207
|
+
}
|
208
|
+
},
|
209
|
+
"stats": {
|
210
|
+
"views": 24186,
|
211
|
+
"appreciations": 1495,
|
212
|
+
"comments": 113
|
213
|
+
}
|
214
|
+
} ]
|
215
|
+
|
216
|
+
}
|