fullcontacter 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. data/.document +5 -0
  2. data/.gitignore +53 -0
  3. data/.rspec +3 -0
  4. data/Gemfile +3 -0
  5. data/LICENSE.md +20 -0
  6. data/README.md +36 -0
  7. data/Rakefile +25 -0
  8. data/VERSION +1 -0
  9. data/bugs.txt +2 -0
  10. data/fullcontact.gemspec +34 -0
  11. data/lib/faraday/request/gateway.rb +18 -0
  12. data/lib/faraday/response/fullcontact_errors.rb +33 -0
  13. data/lib/faraday/response/raise_http_4xx.rb +45 -0
  14. data/lib/faraday/response/raise_http_5xx.rb +24 -0
  15. data/lib/fullcontact.rb +27 -0
  16. data/lib/fullcontact/api.rb +21 -0
  17. data/lib/fullcontact/client.rb +32 -0
  18. data/lib/fullcontact/client/batch_process.rb +35 -0
  19. data/lib/fullcontact/client/contact.rb +119 -0
  20. data/lib/fullcontact/client/contact_list.rb +84 -0
  21. data/lib/fullcontact/client/icon.rb +35 -0
  22. data/lib/fullcontact/client/name.rb +167 -0
  23. data/lib/fullcontact/client/person.rb +94 -0
  24. data/lib/fullcontact/client/provisioning.rb +28 -0
  25. data/lib/fullcontact/client/snapshot.rb +31 -0
  26. data/lib/fullcontact/client/subscription.rb +45 -0
  27. data/lib/fullcontact/client/user.rb +28 -0
  28. data/lib/fullcontact/configuration.rb +95 -0
  29. data/lib/fullcontact/connection.rb +36 -0
  30. data/lib/fullcontact/error.rb +35 -0
  31. data/lib/fullcontact/request.rb +43 -0
  32. data/lib/fullcontact/version.rb +3 -0
  33. data/spec/faraday/response_spec.rb +56 -0
  34. data/spec/fixtures/clear_contact_list.json +3 -0
  35. data/spec/fixtures/contact_history.json +16 -0
  36. data/spec/fixtures/create_contact_list.json +4 -0
  37. data/spec/fixtures/create_snapshot.json +7 -0
  38. data/spec/fixtures/create_subscription.json +4 -0
  39. data/spec/fixtures/deduce_by_email.json +13 -0
  40. data/spec/fixtures/deduce_by_username.json +13 -0
  41. data/spec/fixtures/delete_contact.json +4 -0
  42. data/spec/fixtures/delete_contact_list.json +3 -0
  43. data/spec/fixtures/delete_subscription.json +3 -0
  44. data/spec/fixtures/get_contact.json +20 -0
  45. data/spec/fixtures/get_contact_lists.json +11 -0
  46. data/spec/fixtures/get_contacts_in_a_list.json +41 -0
  47. data/spec/fixtures/get_enriched_contact.json +261 -0
  48. data/spec/fixtures/get_updates.json +252 -0
  49. data/spec/fixtures/has_enriched_updates.json +4 -0
  50. data/spec/fixtures/list_snapshots.json +7 -0
  51. data/spec/fixtures/list_subscriptions.json +10 -0
  52. data/spec/fixtures/normalize.json +27 -0
  53. data/spec/fixtures/parse.json +10 -0
  54. data/spec/fixtures/person.json +47 -0
  55. data/spec/fixtures/queue_contact_list_for_enrichment.json +3 -0
  56. data/spec/fixtures/save_enriched_contact.json +261 -0
  57. data/spec/fixtures/similarity.json +45 -0
  58. data/spec/fixtures/stats_by_family_name.json +12 -0
  59. data/spec/fixtures/stats_by_given_and_family_name.json +62 -0
  60. data/spec/fixtures/stats_by_given_name.json +57 -0
  61. data/spec/fixtures/stats_by_name.json +64 -0
  62. data/spec/fixtures/update_contact.json +9 -0
  63. data/spec/fullcontact/api_spec.rb +68 -0
  64. data/spec/fullcontact/client/contact_list_spec.rb +89 -0
  65. data/spec/fullcontact/client/contact_spec.rb +108 -0
  66. data/spec/fullcontact/client/icon_spec.rb +24 -0
  67. data/spec/fullcontact/client/name_spec.rb +121 -0
  68. data/spec/fullcontact/client/person_spec.rb +77 -0
  69. data/spec/fullcontact/client/snapshot_spec.rb +35 -0
  70. data/spec/fullcontact/client/subscription_spec.rb +47 -0
  71. data/spec/fullcontact/client_spec.rb +10 -0
  72. data/spec/fullcontact_spec.rb +114 -0
  73. data/spec/helper.rb +39 -0
  74. metadata +384 -0
@@ -0,0 +1,7 @@
1
+ {
2
+ "result": {
3
+ "name": "Test",
4
+ "timestamp": "2012-03-26T02:11:53.286Z"
5
+ },
6
+ "status": 200
7
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "id": "bfe3a7f46a37f05622136bd8cb57b1dd1fd20312",
3
+ "status": 200
4
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "status": 200,
3
+ "likelihood": 0.665,
4
+ "nameDetails": {
5
+ "givenName": "John",
6
+ "familyName": "Smith",
7
+ "middleNames": [
8
+ "D."
9
+ ],
10
+ "fullName": "John D. Smith"
11
+ },
12
+ "region": "USA"
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "status": 200,
3
+ "likelihood": 0.665,
4
+ "nameDetails": {
5
+ "givenName": "John",
6
+ "familyName": "Smith",
7
+ "middleNames": [
8
+ "D."
9
+ ],
10
+ "fullName": "John D. Smith"
11
+ },
12
+ "region": "USA"
13
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "eTag": "fffffec9b4ec240ada39a3ee5e6b4b0d3255bfef95601890afd80709",
3
+ "status": 200
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "status": 200
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "status": 200
3
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "phoneNumbers": [
5
+ {
6
+ "value": "+1-303-717-0414"
7
+ }
8
+ ],
9
+ "emails": [
10
+ {
11
+ "value": "bart@fullcontact.com",
12
+ "type": "INTERNET"
13
+ }
14
+ ],
15
+ "id": "jzZrFNsv5s",
16
+ "eTag": "fffffec9d69df08ded1d2009fc32d0a397820a5482306589e6c09b05"
17
+ }
18
+ ],
19
+ "status": 200
20
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "lists": [
3
+ {
4
+ "id": "eedcb918935b723abb434eaa62168fdd3bacd285",
5
+ "alias": "null",
6
+ "count": 0,
7
+ "isPublic": "true"
8
+ }
9
+ ],
10
+ "status": 200
11
+ }
@@ -0,0 +1,41 @@
1
+ {
2
+ "data": {
3
+ "totalRecords": 2,
4
+ "totalPages": 1,
5
+ "currentPage": 1,
6
+ "count": 2,
7
+ "contacts": [
8
+ {
9
+ "phoneNumbers": [
10
+ {
11
+ "value": "+1-303-717-0414"
12
+ }
13
+ ],
14
+ "emails": [
15
+ {
16
+ "value": "bart@fullcontact.com",
17
+ "type": "INTERNET"
18
+ }
19
+ ],
20
+ "id": "W6jcC3xrRF",
21
+ "eTag": "fffffec9d693ea74b8dea320ebb15ea6c08f65839be1ed22c936a6e9"
22
+ },
23
+ {
24
+ "phoneNumbers": [
25
+ {
26
+ "value": "+1-303-717-0414"
27
+ }
28
+ ],
29
+ "emails": [
30
+ {
31
+ "value": "bart@fullcontact.com",
32
+ "type": "INTERNET"
33
+ }
34
+ ],
35
+ "id": "jzZrFNsv5s",
36
+ "eTag": "fffffec9d69df08ded1d2009fc32d0a397820a5482306589e6c09b05"
37
+ }
38
+ ]
39
+ },
40
+ "status": 200
41
+ }
@@ -0,0 +1,261 @@
1
+ {
2
+ "data":
3
+ [
4
+ {
5
+ "name": {
6
+ "familyName": "Lorang",
7
+ "givenName": "Bart"
8
+ },
9
+ "phoneNumbers":
10
+ [
11
+ {
12
+ "value": "+1-303-717-0414"
13
+ }
14
+ ],
15
+ "emails":
16
+ [
17
+ {
18
+ "value": "bart@fullcontact.com",
19
+ "type": "INTERNET"
20
+ }
21
+ ],
22
+ "photos":
23
+ [
24
+ {
25
+ "value": "https://img-s.foursquare.com/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg",
26
+ "type": "foursquare"
27
+ },
28
+ {
29
+ "value": "https://playfoursquare.s3.amazonaws.com/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg",
30
+ "type": "foursquare"
31
+ },
32
+ {
33
+ "value": "http://a2.ec-images.myspacecdn.com/profile01/114/97c130815ed44e47a19080f970706dbe/s.jpg",
34
+ "type": "myspace"
35
+ },
36
+ {
37
+ "value": "http://graph.facebook.com/651620441/picture?type=large",
38
+ "type": "facebook"
39
+ },
40
+ {
41
+ "value": "http://social.sxsw.com//system/badge_photos/46809/thumb/photo.jpg",
42
+ "type": "sxsw"
43
+ },
44
+ {
45
+ "value": "https://tungle.me/public/bartlorang/Image",
46
+ "type": "tungleme"
47
+ },
48
+ {
49
+ "value": "https://is1.4sqi.net/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg",
50
+ "type": "other"
51
+ },
52
+ {
53
+ "value": "http://1.gravatar.com/avatar/956b7dca7c77a12c43ebe9ae09dfaba8",
54
+ "type": "gravatar"
55
+ },
56
+ {
57
+ "value": "http://qph.cf.quoracdn.net/main-thumb-235179-200-jKTxWZQMbAl9MrGaLTDAs19WUiZoCuPW.jpeg",
58
+ "type": "quora"
59
+ },
60
+ {
61
+ "value": "http://2.gravatar.com/avatar/e1e94ffac5967195d81ac3e68ba8aa0c",
62
+ "type": "gravatar"
63
+ },
64
+ {
65
+ "value": "http://plancast.com/uploads/pics/44636_pic_1314224723.jpg",
66
+ "type": "plancast"
67
+ },
68
+ {
69
+ "value": "http://a0.twimg.com/profile_images/642635573/ForsetiAvatar_normal.png",
70
+ "type": "twitter"
71
+ },
72
+ {
73
+ "value": "http://media.linkedin.com/mpr/pub/image-8kD9yK95845PPSkQ3U3ryL0B2bTfOSKQ2EBfy9Si3h5FEh6_/bart-lorang.jpg",
74
+ "type": "linkedin"
75
+ },
76
+ {
77
+ "value": "http://a0.twimg.com/profile_images/1364842224/Bart_Profile_1_normal.jpg",
78
+ "type": "twitter"
79
+ },
80
+ {
81
+ "value": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/41508_651620441_4210927_q.jpg",
82
+ "type": "facebook"
83
+ },
84
+ {
85
+ "value": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/41508_651620441_4210927_n.jpg",
86
+ "type": "facebook"
87
+ },
88
+ {
89
+ "value": "http://www.google.com/s2/photos/public/AIbEiAIAAABECJno7ZvvpqKayAEiC3ZjYXJkX3Bob3RvKigzMWI2OTJkYmVkZjE0NDMyMWZiZjY0ZmRjNGFkMWMyYjFiZTJiNzI5MAGr1Y9MU6EKYlsSx1dHmsrn4AYZ8g",
90
+ "type": "other"
91
+ },
92
+ {
93
+ "value": "http://plancast.com/uploads/pics/44636_pic_square_1314224723.jpg",
94
+ "type": "plancast"
95
+ },
96
+ {
97
+ "value": "http://i4.ytimg.com/vi/oVB_WdQXzls/default.jpg",
98
+ "type": "youtube"
99
+ },
100
+ {
101
+ "value": "http://d2o7bfz2il9cb7.cloudfront.net/main-thumb-235179-100-jKTxWZQMbAl9MrGaLTDAs19WUiZoCuPW.jpeg",
102
+ "type": "quora"
103
+ },
104
+ {
105
+ "value": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/161274_651620441_7937905_n.jpg",
106
+ "type": "facebook"
107
+ },
108
+ {
109
+ "value": "http://www.google.com/s2/photos/public/AIbEiAIAAABECJno7ZvvpqKayAEiC3ZjYXJkX3Bob3RvKihmYTAyNmViNGY4MDNjYWJiMDg2Y2I5ZjBhZDhlMWM5YzU2NTc1ZjVlMAG03P6jBkfZy8aWki7yrEp6B4HUDQ",
110
+ "type": "other"
111
+ },
112
+ {
113
+ "value": "http://a2.twimg.com/profile_images/642635573/ForsetiAvatar_normal.png",
114
+ "type": "twitter"
115
+ }
116
+ ],
117
+ "organizations":
118
+ [
119
+ {
120
+ "name": "FullContact",
121
+ "title": "CEO & Co-Founder",
122
+ "isPrimary": false
123
+ },
124
+ {
125
+ "name": "Techstars",
126
+ "isPrimary": false
127
+ },
128
+ {
129
+ "name": "Rainmaker Technologies",
130
+ "title": "Co-Founder & CEO",
131
+ "isPrimary": false
132
+ },
133
+ {
134
+ "name": "FullContact",
135
+ "title": "Co-Founder & CEO",
136
+ "isPrimary": false
137
+ },
138
+ {
139
+ "name": "FullContact",
140
+ "title": "CEO",
141
+ "isPrimary": false
142
+ },
143
+ {
144
+ "name": "FullContact",
145
+ "title": "Chief Executive Officer and Co-Founder",
146
+ "isPrimary": false
147
+ }
148
+ ],
149
+ "gender": "Male",
150
+ "urls":
151
+ [
152
+ {
153
+ "value": "http://whosent.it",
154
+ "type": "other"
155
+ },
156
+ {
157
+ "value": "http://profiles.google.com/lorangb",
158
+ "type": "googleprofile"
159
+ },
160
+ {
161
+ "value": "http://gravatar.com/blorang",
162
+ "type": "gravatar"
163
+ },
164
+ {
165
+ "value": "http://www.klout.com/lorangb",
166
+ "type": "klout"
167
+ },
168
+ {
169
+ "value": "http://blog.fullcontact.com",
170
+ "type": "other"
171
+ },
172
+ {
173
+ "value": "http://plancast.com/lorangb",
174
+ "type": "plancast"
175
+ },
176
+ {
177
+ "value": "http://tungle.me/bartlorang",
178
+ "type": "tungleme"
179
+ },
180
+ {
181
+ "value": "http://www.myspace.com/137200880",
182
+ "type": "myspace"
183
+ },
184
+ {
185
+ "value": "http://social.sxsw.com/users/46809",
186
+ "type": "sxsw"
187
+ },
188
+ {
189
+ "value": "https://plus.google.com/114426306375480734745",
190
+ "type": "googleplus"
191
+ },
192
+ {
193
+ "value": "http://facebook.com/bart.lorang",
194
+ "type": "facebook"
195
+ },
196
+ {
197
+ "value": "http://fullcontact.com",
198
+ "type": "other"
199
+ },
200
+ {
201
+ "value": "http://picasaweb.google.com/lorangb",
202
+ "type": "picasa"
203
+ },
204
+ {
205
+ "value": "http://about.me/lorangb",
206
+ "type": "aboutme"
207
+ },
208
+ {
209
+ "value": "http://rainmaker.cc/",
210
+ "type": "other"
211
+ },
212
+ {
213
+ "value": "http://www.linkedin.com/in/bartlorang",
214
+ "type": "linkedin"
215
+ },
216
+ {
217
+ "value": "http://foursquare.com/lorangb",
218
+ "type": "foursquare"
219
+ },
220
+ {
221
+ "value": "http://www.quora.com/bart-lorang",
222
+ "type": "quora"
223
+ },
224
+ {
225
+ "value": "http://www.flickr.com/people/39267654@N00/",
226
+ "type": "flickr"
227
+ },
228
+ {
229
+ "value": "http://youtube.com/user/lorangb",
230
+ "type": "youtube"
231
+ },
232
+ {
233
+ "value": "http://www.twitter.com/lorangb",
234
+ "type": "twitter"
235
+ }
236
+ ],
237
+ "addresses":
238
+ [
239
+ {
240
+ "locality": "Boulder",
241
+ "region": " Colorado",
242
+ "type": "Home"
243
+ }
244
+ ],
245
+ "ims":
246
+ [
247
+ {
248
+ "value": "lorangb@gmail.com",
249
+ "type": "gtalk"
250
+ },
251
+ {
252
+ "value": "bart.lorang",
253
+ "type": "skype"
254
+ }
255
+ ],
256
+ "id": "06qhFJxUUx",
257
+ "age": "32"
258
+ }
259
+ ],
260
+ "status": 200
261
+ }
@@ -0,0 +1,252 @@
1
+ {
2
+ "updates": {
3
+ "photos":
4
+ [
5
+ {
6
+ "value": "http://a0.twimg.com/profile_images/1364842224/Bart_Profile_1_normal.jpg",
7
+ "type": "twitter"
8
+ },
9
+ {
10
+ "value": "http://a0.twimg.com/profile_images/642635573/ForsetiAvatar_normal.png",
11
+ "type": "twitter"
12
+ },
13
+ {
14
+ "value": "http://a2.twimg.com/profile_images/642635573/ForsetiAvatar_normal.png",
15
+ "type": "twitter"
16
+ },
17
+ {
18
+ "value": "https://tungle.me/public/bartlorang/Image",
19
+ "type": "tungleme"
20
+ },
21
+ {
22
+ "value": "http://social.sxsw.com//system/badge_photos/46809/thumb/photo.jpg",
23
+ "type": "sxsw"
24
+ },
25
+ {
26
+ "value": "http://plancast.com/uploads/pics/44636_pic_1314224723.jpg",
27
+ "type": "plancast"
28
+ },
29
+ {
30
+ "value": "http://plancast.com/uploads/pics/44636_pic_square_1314224723.jpg",
31
+ "type": "plancast"
32
+ },
33
+ {
34
+ "value": "http://a2.ec-images.myspacecdn.com/profile01/114/97c130815ed44e47a19080f970706dbe/s.jpg",
35
+ "type": "myspace"
36
+ },
37
+ {
38
+ "value": "http://d2o7bfz2il9cb7.cloudfront.net/main-thumb-235179-100-jKTxWZQMbAl9MrGaLTDAs19WUiZoCuPW.jpeg",
39
+ "type": "quora"
40
+ },
41
+ {
42
+ "value": "http://www.google.com/s2/photos/public/AIbEiAIAAABECJno7ZvvpqKayAEiC3ZjYXJkX3Bob3RvKihmYTAyNmViNGY4MDNjYWJiMDg2Y2I5ZjBhZDhlMWM5YzU2NTc1ZjVlMAG03P6jBkfZy8aWki7yrEp6B4HUDQ",
43
+ "type": "other"
44
+ },
45
+ {
46
+ "value": "http://media.linkedin.com/mpr/pub/image-8kD9yK95845PPSkQ3U3ryL0B2bTfOSKQ2EBfy9Si3h5FEh6_/bart-lorang.jpg",
47
+ "type": "linkedin"
48
+ },
49
+ {
50
+ "value": "http://i4.ytimg.com/vi/oVB_WdQXzls/default.jpg",
51
+ "type": "youtube"
52
+ },
53
+ {
54
+ "value": "https://playfoursquare.s3.amazonaws.com/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg",
55
+ "type": "foursquare"
56
+ },
57
+ {
58
+ "value": "http://www.google.com/s2/photos/public/AIbEiAIAAABECJno7ZvvpqKayAEiC3ZjYXJkX3Bob3RvKigzMWI2OTJkYmVkZjE0NDMyMWZiZjY0ZmRjNGFkMWMyYjFiZTJiNzI5MAGr1Y9MU6EKYlsSx1dHmsrn4AYZ8g",
59
+ "type": "other"
60
+ },
61
+ {
62
+ "value": "http://1.gravatar.com/avatar/956b7dca7c77a12c43ebe9ae09dfaba8",
63
+ "type": "gravatar"
64
+ },
65
+ {
66
+ "value": "http://2.gravatar.com/avatar/e1e94ffac5967195d81ac3e68ba8aa0c",
67
+ "type": "gravatar"
68
+ },
69
+ {
70
+ "value": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/161274_651620441_7937905_n.jpg",
71
+ "type": "facebook"
72
+ },
73
+ {
74
+ "value": "http://qph.cf.quoracdn.net/main-thumb-235179-200-jKTxWZQMbAl9MrGaLTDAs19WUiZoCuPW.jpeg",
75
+ "type": "quora"
76
+ },
77
+ {
78
+ "value": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/41508_651620441_4210927_q.jpg",
79
+ "type": "facebook"
80
+ },
81
+ {
82
+ "value": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/41508_651620441_4210927_n.jpg",
83
+ "type": "facebook"
84
+ },
85
+ {
86
+ "value": "https://is1.4sqi.net/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg",
87
+ "type": "other"
88
+ },
89
+ {
90
+ "value": "https://img-s.foursquare.com/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg",
91
+ "type": "foursquare"
92
+ },
93
+ {
94
+ "value": "http://graph.facebook.com/651620441/picture?type=large",
95
+ "type": "facebook"
96
+ }
97
+ ],
98
+ "ims":
99
+ [
100
+ {
101
+ "value": "lorangb@gmail.com",
102
+ "type": "gtalk"
103
+ },
104
+ {
105
+ "value": "bart.lorang",
106
+ "type": "skype"
107
+ }
108
+ ],
109
+ "urls":
110
+ [
111
+ {
112
+ "value": "http://www.twitter.com/lorangb",
113
+ "type": "twitter"
114
+ },
115
+ {
116
+ "value": "http://tungle.me/bartlorang",
117
+ "type": "tungleme"
118
+ },
119
+ {
120
+ "value": "http://facebook.com/bart.lorang",
121
+ "type": "facebook"
122
+ },
123
+ {
124
+ "value": "http://www.linkedin.com/in/bartlorang",
125
+ "type": "linkedin"
126
+ },
127
+ {
128
+ "value": "http://social.sxsw.com/users/46809",
129
+ "type": "sxsw"
130
+ },
131
+ {
132
+ "value": "http://plancast.com/lorangb",
133
+ "type": "plancast"
134
+ },
135
+ {
136
+ "value": "http://www.myspace.com/137200880",
137
+ "type": "myspace"
138
+ },
139
+ {
140
+ "value": "http://www.klout.com/lorangb",
141
+ "type": "klout"
142
+ },
143
+ {
144
+ "value": "http://about.me/lorangb",
145
+ "type": "aboutme"
146
+ },
147
+ {
148
+ "value": "http://www.quora.com/bart-lorang",
149
+ "type": "quora"
150
+ },
151
+ {
152
+ "value": "http://foursquare.com/lorangb",
153
+ "type": "foursquare"
154
+ },
155
+ {
156
+ "value": "http://profiles.google.com/lorangb",
157
+ "type": "googleprofile"
158
+ },
159
+ {
160
+ "value": "http://youtube.com/user/lorangb",
161
+ "type": "youtube"
162
+ },
163
+ {
164
+ "value": "http://picasaweb.google.com/lorangb",
165
+ "type": "picasa"
166
+ },
167
+ {
168
+ "value": "https://plus.google.com/114426306375480734745",
169
+ "type": "googleplus"
170
+ },
171
+ {
172
+ "value": "http://gravatar.com/blorang",
173
+ "type": "gravatar"
174
+ },
175
+ {
176
+ "value": "http://www.flickr.com/people/39267654@N00/",
177
+ "type": "flickr"
178
+ },
179
+ {
180
+ "value": "http://blog.fullcontact.com",
181
+ "type": "other"
182
+ },
183
+ {
184
+ "value": "http://whosent.it",
185
+ "type": "other"
186
+ },
187
+ {
188
+ "value": "http://rainmaker.cc/",
189
+ "type": "other"
190
+ },
191
+ {
192
+ "value": "http://fullcontact.com",
193
+ "type": "other"
194
+ }
195
+ ],
196
+ "organizations":
197
+ [
198
+ {
199
+ "title": "Co-Founder & CEO",
200
+ "name": "FullContact"
201
+ },
202
+ {
203
+ "title": "CEO",
204
+ "name": "FullContact"
205
+ },
206
+ {
207
+ "title": "CEO & Co-Founder",
208
+ "name": "FullContact"
209
+ },
210
+ {
211
+ "name": "Techstars"
212
+ },
213
+ {
214
+ "title": "Co-Founder & CEO",
215
+ "name": "Rainmaker Technologies"
216
+ },
217
+ {
218
+ "title": "Chief Executive Officer and Co-Founder",
219
+ "name": "FullContact"
220
+ }
221
+ ],
222
+ "age": {
223
+ "newValue": "32"
224
+ },
225
+ "familyName": {
226
+ "newValue": "Lorang"
227
+ },
228
+ "gender": {
229
+ "newValue": "Male"
230
+ },
231
+ "givenName": {
232
+ "newValue": "Bart"
233
+ },
234
+ "addresses": {
235
+ "region": " Colorado",
236
+ "setPostalCode": false,
237
+ "setType": true,
238
+ "setLocality": true,
239
+ "class": "com.fullcontact.common.contactmodels.Address",
240
+ "setStreetAddress": false,
241
+ "confidence": 0,
242
+ "setCountry": false,
243
+ "type": "Home",
244
+ "setExtendedAddress": false,
245
+ "setFormatted": false,
246
+ "locality": "Boulder",
247
+ "setConfidence": false,
248
+ "setRegion": true
249
+ }
250
+ },
251
+ "status": 200
252
+ }