google_contacts_api 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +15 -6
- data/VERSION +1 -1
- data/google_contacts_api.gemspec +3 -1
- data/lib/google_contacts_api/api.rb +3 -0
- data/spec/contact_set.json +1096 -0
- data/spec/google_contacts_api_spec.rb +192 -3
- data/spec/group_set.json +213 -0
- data/spec/spec_helper.rb +26 -2
- metadata +4 -2
@@ -0,0 +1,1096 @@
|
|
1
|
+
{
|
2
|
+
"version": "1.0",
|
3
|
+
"encoding": "UTF-8",
|
4
|
+
"feed": {
|
5
|
+
"xmlns": "http://www.w3.org/2005/Atom",
|
6
|
+
"xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/",
|
7
|
+
"xmlns$gContact": "http://schemas.google.com/contact/2008",
|
8
|
+
"xmlns$batch": "http://schemas.google.com/gdata/batch",
|
9
|
+
"xmlns$gd": "http://schemas.google.com/g/2005",
|
10
|
+
"gd$etag": "W/\"C0QAQ3k8eCp7ImA9WhdTEkw.\"",
|
11
|
+
"id": {
|
12
|
+
"$t": "example@gmail.com"
|
13
|
+
},
|
14
|
+
"updated": {
|
15
|
+
"$t": "2011-07-09T11:35:42.770Z"
|
16
|
+
},
|
17
|
+
"category": [{
|
18
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
19
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
20
|
+
}],
|
21
|
+
"title": {
|
22
|
+
"$t": "Example User's Contacts"
|
23
|
+
},
|
24
|
+
"link": [{
|
25
|
+
"rel": "alternate",
|
26
|
+
"type": "text/html",
|
27
|
+
"href": "http://www.google.com/"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"rel": "http://schemas.google.com/g/2005#feed",
|
31
|
+
"type": "application/atom+xml",
|
32
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"rel": "http://schemas.google.com/g/2005#post",
|
36
|
+
"type": "application/atom+xml",
|
37
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"rel": "http://schemas.google.com/g/2005#batch",
|
41
|
+
"type": "application/atom+xml",
|
42
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/batch"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"rel": "self",
|
46
|
+
"type": "application/atom+xml",
|
47
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full?alt\u003djson\u0026max-results\u003d25"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"rel": "next",
|
51
|
+
"type": "application/atom+xml",
|
52
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full?alt\u003djson\u0026start-index\u003d26\u0026max-results\u003d25"
|
53
|
+
}],
|
54
|
+
"author": [{
|
55
|
+
"name": {
|
56
|
+
"$t": "Example User"
|
57
|
+
},
|
58
|
+
"email": {
|
59
|
+
"$t": "example@gmail.com"
|
60
|
+
}
|
61
|
+
}],
|
62
|
+
"generator": {
|
63
|
+
"version": "1.0",
|
64
|
+
"uri": "http://www.google.com/m8/feeds",
|
65
|
+
"$t": "Contacts"
|
66
|
+
},
|
67
|
+
"openSearch$totalResults": {
|
68
|
+
"$t": "500"
|
69
|
+
},
|
70
|
+
"openSearch$startIndex": {
|
71
|
+
"$t": "1"
|
72
|
+
},
|
73
|
+
"openSearch$itemsPerPage": {
|
74
|
+
"$t": "25"
|
75
|
+
},
|
76
|
+
"entry": [{
|
77
|
+
"gd$etag": "\"Q309eDVSLip7ImA9WhdTEEoIQgI.\"",
|
78
|
+
"id": {
|
79
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/0"
|
80
|
+
},
|
81
|
+
"updated": {
|
82
|
+
"$t": "2011-07-07T21:02:42.360Z"
|
83
|
+
},
|
84
|
+
"app$edited": {
|
85
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
86
|
+
"$t": "2011-07-07T21:02:42.360Z"
|
87
|
+
},
|
88
|
+
"category": [{
|
89
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
90
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
91
|
+
}],
|
92
|
+
"title": {
|
93
|
+
"$t": "Contact 1"
|
94
|
+
},
|
95
|
+
"link": [{
|
96
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
97
|
+
"type": "image/*",
|
98
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/0",
|
99
|
+
"gd$etag": "\"dxt2DAEZfCp7ImA-AV4zRxBoPG4UK3owXBM.\""
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"rel": "self",
|
103
|
+
"type": "application/atom+xml",
|
104
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/0"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"rel": "edit",
|
108
|
+
"type": "application/atom+xml",
|
109
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/0"
|
110
|
+
}],
|
111
|
+
"gd$email": [{
|
112
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
113
|
+
"address": "contact1@example.com",
|
114
|
+
"primary": "true"
|
115
|
+
}]
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"gd$etag": "\"QX8_ejVSLip7ImA9WB5UF0QCQAQ.\"",
|
119
|
+
"id": {
|
120
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/1"
|
121
|
+
},
|
122
|
+
"updated": {
|
123
|
+
"$t": "2007-08-22T16:05:00.142Z"
|
124
|
+
},
|
125
|
+
"app$edited": {
|
126
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
127
|
+
"$t": "2007-08-22T16:05:00.142Z"
|
128
|
+
},
|
129
|
+
"category": [{
|
130
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
131
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
132
|
+
}],
|
133
|
+
"title": {
|
134
|
+
"$t": "Contact 2"
|
135
|
+
},
|
136
|
+
"link": [{
|
137
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
138
|
+
"type": "image/*",
|
139
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/1"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"rel": "self",
|
143
|
+
"type": "application/atom+xml",
|
144
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/1"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"rel": "edit",
|
148
|
+
"type": "application/atom+xml",
|
149
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/1"
|
150
|
+
}],
|
151
|
+
"gd$email": [{
|
152
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
153
|
+
"address": "contact2@example.com",
|
154
|
+
"primary": "true"
|
155
|
+
}]
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
159
|
+
"id": {
|
160
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/2"
|
161
|
+
},
|
162
|
+
"updated": {
|
163
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
164
|
+
},
|
165
|
+
"app$edited": {
|
166
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
167
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
168
|
+
},
|
169
|
+
"category": [{
|
170
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
171
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
172
|
+
}],
|
173
|
+
"title": {
|
174
|
+
"$t": "Contact 3"
|
175
|
+
},
|
176
|
+
"link": [{
|
177
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
178
|
+
"type": "image/*",
|
179
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/2"
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"rel": "self",
|
183
|
+
"type": "application/atom+xml",
|
184
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/2"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"rel": "edit",
|
188
|
+
"type": "application/atom+xml",
|
189
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/2"
|
190
|
+
}],
|
191
|
+
"gd$email": [{
|
192
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
193
|
+
"address": "contact3@example.com",
|
194
|
+
"primary": "true"
|
195
|
+
}]
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"gd$etag": "\"SXo9ejVSLyp7ImA9Wx5QGU4ORgM.\"",
|
199
|
+
"id": {
|
200
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/4"
|
201
|
+
},
|
202
|
+
"updated": {
|
203
|
+
"$t": "2010-09-08T08:22:58.462Z"
|
204
|
+
},
|
205
|
+
"app$edited": {
|
206
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
207
|
+
"$t": "2010-09-08T08:22:58.462Z"
|
208
|
+
},
|
209
|
+
"category": [{
|
210
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
211
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
212
|
+
}],
|
213
|
+
"title": {
|
214
|
+
"$t": "Contact 4"
|
215
|
+
},
|
216
|
+
"link": [{
|
217
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
218
|
+
"type": "image/*",
|
219
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/4"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"rel": "self",
|
223
|
+
"type": "application/atom+xml",
|
224
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/4"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"rel": "edit",
|
228
|
+
"type": "application/atom+xml",
|
229
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/4"
|
230
|
+
}],
|
231
|
+
"gd$email": [{
|
232
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
233
|
+
"address": "contact4@example.com",
|
234
|
+
"primary": "true"
|
235
|
+
}]
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
239
|
+
"id": {
|
240
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/5"
|
241
|
+
},
|
242
|
+
"updated": {
|
243
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
244
|
+
},
|
245
|
+
"app$edited": {
|
246
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
247
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
248
|
+
},
|
249
|
+
"category": [{
|
250
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
251
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
252
|
+
}],
|
253
|
+
"title": {
|
254
|
+
"$t": "Contact 5"
|
255
|
+
},
|
256
|
+
"link": [{
|
257
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
258
|
+
"type": "image/*",
|
259
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/5"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"rel": "self",
|
263
|
+
"type": "application/atom+xml",
|
264
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/5"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"rel": "edit",
|
268
|
+
"type": "application/atom+xml",
|
269
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/5"
|
270
|
+
}],
|
271
|
+
"gd$email": [{
|
272
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
273
|
+
"address": "contact5@example.com",
|
274
|
+
"primary": "true"
|
275
|
+
}]
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
279
|
+
"id": {
|
280
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/6"
|
281
|
+
},
|
282
|
+
"updated": {
|
283
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
284
|
+
},
|
285
|
+
"app$edited": {
|
286
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
287
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
288
|
+
},
|
289
|
+
"category": [{
|
290
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
291
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
292
|
+
}],
|
293
|
+
"title": {
|
294
|
+
"$t": "Contact 6"
|
295
|
+
},
|
296
|
+
"link": [{
|
297
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
298
|
+
"type": "image/*",
|
299
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/6"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"rel": "self",
|
303
|
+
"type": "application/atom+xml",
|
304
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/6"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"rel": "edit",
|
308
|
+
"type": "application/atom+xml",
|
309
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/6"
|
310
|
+
}],
|
311
|
+
"gd$email": [{
|
312
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
313
|
+
"address": "contact6@example.com",
|
314
|
+
"primary": "true"
|
315
|
+
}]
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
319
|
+
"id": {
|
320
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/7"
|
321
|
+
},
|
322
|
+
"updated": {
|
323
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
324
|
+
},
|
325
|
+
"app$edited": {
|
326
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
327
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
328
|
+
},
|
329
|
+
"category": [{
|
330
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
331
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
332
|
+
}],
|
333
|
+
"title": {
|
334
|
+
"$t": "Contact 7"
|
335
|
+
},
|
336
|
+
"link": [{
|
337
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
338
|
+
"type": "image/*",
|
339
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/7"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"rel": "self",
|
343
|
+
"type": "application/atom+xml",
|
344
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/7"
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"rel": "edit",
|
348
|
+
"type": "application/atom+xml",
|
349
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/7"
|
350
|
+
}],
|
351
|
+
"gd$email": [{
|
352
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
353
|
+
"address": "contact7@example.com",
|
354
|
+
"primary": "true"
|
355
|
+
}]
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
359
|
+
"id": {
|
360
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/8"
|
361
|
+
},
|
362
|
+
"updated": {
|
363
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
364
|
+
},
|
365
|
+
"app$edited": {
|
366
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
367
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
368
|
+
},
|
369
|
+
"category": [{
|
370
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
371
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
372
|
+
}],
|
373
|
+
"title": {
|
374
|
+
"$t": "Contact 8"
|
375
|
+
},
|
376
|
+
"link": [{
|
377
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
378
|
+
"type": "image/*",
|
379
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/8"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"rel": "self",
|
383
|
+
"type": "application/atom+xml",
|
384
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/8"
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"rel": "edit",
|
388
|
+
"type": "application/atom+xml",
|
389
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/8"
|
390
|
+
}],
|
391
|
+
"gd$email": [{
|
392
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
393
|
+
"address": "contact8@example.com",
|
394
|
+
"primary": "true"
|
395
|
+
}]
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
399
|
+
"id": {
|
400
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/9"
|
401
|
+
},
|
402
|
+
"updated": {
|
403
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
404
|
+
},
|
405
|
+
"app$edited": {
|
406
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
407
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
408
|
+
},
|
409
|
+
"category": [{
|
410
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
411
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
412
|
+
}],
|
413
|
+
"title": {
|
414
|
+
"$t": "Contact 9"
|
415
|
+
},
|
416
|
+
"link": [{
|
417
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
418
|
+
"type": "image/*",
|
419
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/9"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"rel": "self",
|
423
|
+
"type": "application/atom+xml",
|
424
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/9"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"rel": "edit",
|
428
|
+
"type": "application/atom+xml",
|
429
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/9"
|
430
|
+
}],
|
431
|
+
"gd$email": [{
|
432
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
433
|
+
"address": "contact9@example.com",
|
434
|
+
"primary": "true"
|
435
|
+
}]
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"gd$etag": "\"Q3s6eDVSLyp7ImA9WhdTEk0LTgQ.\"",
|
439
|
+
"id": {
|
440
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/a"
|
441
|
+
},
|
442
|
+
"updated": {
|
443
|
+
"$t": "2011-07-09T08:58:22.510Z"
|
444
|
+
},
|
445
|
+
"app$edited": {
|
446
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
447
|
+
"$t": "2011-07-09T08:58:22.510Z"
|
448
|
+
},
|
449
|
+
"category": [{
|
450
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
451
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
452
|
+
}],
|
453
|
+
"title": {
|
454
|
+
"$t": "Contact 10"
|
455
|
+
},
|
456
|
+
"link": [{
|
457
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
458
|
+
"type": "image/*",
|
459
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/a",
|
460
|
+
"gd$etag": "\"LyRNAEkkbCp7ImBHCk9TSh5vMVIDfTsDbSQ.\""
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"rel": "self",
|
464
|
+
"type": "application/atom+xml",
|
465
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/a"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"rel": "edit",
|
469
|
+
"type": "application/atom+xml",
|
470
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/a"
|
471
|
+
}],
|
472
|
+
"gd$email": [{
|
473
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
474
|
+
"address": "contact10@example.com",
|
475
|
+
"primary": "true"
|
476
|
+
}]
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
480
|
+
"id": {
|
481
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/b"
|
482
|
+
},
|
483
|
+
"updated": {
|
484
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
485
|
+
},
|
486
|
+
"app$edited": {
|
487
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
488
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
489
|
+
},
|
490
|
+
"category": [{
|
491
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
492
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
493
|
+
}],
|
494
|
+
"title": {
|
495
|
+
"$t": "Contact 11"
|
496
|
+
},
|
497
|
+
"link": [{
|
498
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
499
|
+
"type": "image/*",
|
500
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/b"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"rel": "self",
|
504
|
+
"type": "application/atom+xml",
|
505
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/b"
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"rel": "edit",
|
509
|
+
"type": "application/atom+xml",
|
510
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/b"
|
511
|
+
}],
|
512
|
+
"gd$email": [{
|
513
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
514
|
+
"address": "contact11@example.com",
|
515
|
+
"primary": "true"
|
516
|
+
}]
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
520
|
+
"id": {
|
521
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/d"
|
522
|
+
},
|
523
|
+
"updated": {
|
524
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
525
|
+
},
|
526
|
+
"app$edited": {
|
527
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
528
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
529
|
+
},
|
530
|
+
"category": [{
|
531
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
532
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
533
|
+
}],
|
534
|
+
"title": {
|
535
|
+
"$t": "Contact 12"
|
536
|
+
},
|
537
|
+
"link": [{
|
538
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
539
|
+
"type": "image/*",
|
540
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/d"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"rel": "self",
|
544
|
+
"type": "application/atom+xml",
|
545
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/d"
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"rel": "edit",
|
549
|
+
"type": "application/atom+xml",
|
550
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/d"
|
551
|
+
}],
|
552
|
+
"gd$email": [{
|
553
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
554
|
+
"address": "contact12@example.com",
|
555
|
+
"primary": "true"
|
556
|
+
}],
|
557
|
+
"gContact$groupMembershipInfo": [{
|
558
|
+
"deleted": "false",
|
559
|
+
"href": "http://www.google.com/m8/feeds/groups/example%40gmail.com/base/270f"
|
560
|
+
},
|
561
|
+
{
|
562
|
+
"deleted": "false",
|
563
|
+
"href": "http://www.google.com/m8/feeds/groups/example%40gmail.com/base/6"
|
564
|
+
}]
|
565
|
+
},
|
566
|
+
{
|
567
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
568
|
+
"id": {
|
569
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/e"
|
570
|
+
},
|
571
|
+
"updated": {
|
572
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
573
|
+
},
|
574
|
+
"app$edited": {
|
575
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
576
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
577
|
+
},
|
578
|
+
"category": [{
|
579
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
580
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
581
|
+
}],
|
582
|
+
"title": {
|
583
|
+
"$t": "Contact 13"
|
584
|
+
},
|
585
|
+
"link": [{
|
586
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
587
|
+
"type": "image/*",
|
588
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/e"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"rel": "self",
|
592
|
+
"type": "application/atom+xml",
|
593
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/e"
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"rel": "edit",
|
597
|
+
"type": "application/atom+xml",
|
598
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/e"
|
599
|
+
}],
|
600
|
+
"gd$email": [{
|
601
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
602
|
+
"address": "contact13@example.com",
|
603
|
+
"primary": "true"
|
604
|
+
}]
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
608
|
+
"id": {
|
609
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/f"
|
610
|
+
},
|
611
|
+
"updated": {
|
612
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
613
|
+
},
|
614
|
+
"app$edited": {
|
615
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
616
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
617
|
+
},
|
618
|
+
"category": [{
|
619
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
620
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
621
|
+
}],
|
622
|
+
"title": {
|
623
|
+
"$t": "Contact 14"
|
624
|
+
},
|
625
|
+
"link": [{
|
626
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
627
|
+
"type": "image/*",
|
628
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/f"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"rel": "self",
|
632
|
+
"type": "application/atom+xml",
|
633
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/f"
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"rel": "edit",
|
637
|
+
"type": "application/atom+xml",
|
638
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/f"
|
639
|
+
}],
|
640
|
+
"gd$email": [{
|
641
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
642
|
+
"address": "contact14@example.com",
|
643
|
+
"primary": "true"
|
644
|
+
}]
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
648
|
+
"id": {
|
649
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/10"
|
650
|
+
},
|
651
|
+
"updated": {
|
652
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
653
|
+
},
|
654
|
+
"app$edited": {
|
655
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
656
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
657
|
+
},
|
658
|
+
"category": [{
|
659
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
660
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
661
|
+
}],
|
662
|
+
"title": {
|
663
|
+
"$t": "Contact 15"
|
664
|
+
},
|
665
|
+
"link": [{
|
666
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
667
|
+
"type": "image/*",
|
668
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/10"
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"rel": "self",
|
672
|
+
"type": "application/atom+xml",
|
673
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/10"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"rel": "edit",
|
677
|
+
"type": "application/atom+xml",
|
678
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/10"
|
679
|
+
}],
|
680
|
+
"gd$email": [{
|
681
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
682
|
+
"address": "contact15@example.com",
|
683
|
+
"primary": "true"
|
684
|
+
}]
|
685
|
+
},
|
686
|
+
{
|
687
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
688
|
+
"id": {
|
689
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/11"
|
690
|
+
},
|
691
|
+
"updated": {
|
692
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
693
|
+
},
|
694
|
+
"app$edited": {
|
695
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
696
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
697
|
+
},
|
698
|
+
"category": [{
|
699
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
700
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
701
|
+
}],
|
702
|
+
"title": {
|
703
|
+
"$t": "Contact 16"
|
704
|
+
},
|
705
|
+
"link": [{
|
706
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
707
|
+
"type": "image/*",
|
708
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/11"
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"rel": "self",
|
712
|
+
"type": "application/atom+xml",
|
713
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/11"
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"rel": "edit",
|
717
|
+
"type": "application/atom+xml",
|
718
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/11"
|
719
|
+
}],
|
720
|
+
"gd$email": [{
|
721
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
722
|
+
"address": "contact16@example.com",
|
723
|
+
"primary": "true"
|
724
|
+
}]
|
725
|
+
},
|
726
|
+
{
|
727
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
728
|
+
"id": {
|
729
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/12"
|
730
|
+
},
|
731
|
+
"updated": {
|
732
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
733
|
+
},
|
734
|
+
"app$edited": {
|
735
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
736
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
737
|
+
},
|
738
|
+
"category": [{
|
739
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
740
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
741
|
+
}],
|
742
|
+
"title": {
|
743
|
+
"$t": "Contact 17"
|
744
|
+
},
|
745
|
+
"link": [{
|
746
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
747
|
+
"type": "image/*",
|
748
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/12"
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"rel": "self",
|
752
|
+
"type": "application/atom+xml",
|
753
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/12"
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"rel": "edit",
|
757
|
+
"type": "application/atom+xml",
|
758
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/12"
|
759
|
+
}],
|
760
|
+
"gd$email": [{
|
761
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
762
|
+
"address": "contact17@example.com",
|
763
|
+
"primary": "true"
|
764
|
+
}]
|
765
|
+
},
|
766
|
+
{
|
767
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
768
|
+
"id": {
|
769
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/13"
|
770
|
+
},
|
771
|
+
"updated": {
|
772
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
773
|
+
},
|
774
|
+
"app$edited": {
|
775
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
776
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
777
|
+
},
|
778
|
+
"category": [{
|
779
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
780
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
781
|
+
}],
|
782
|
+
"title": {
|
783
|
+
"$t": "Contact 18"
|
784
|
+
},
|
785
|
+
"link": [{
|
786
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
787
|
+
"type": "image/*",
|
788
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/13"
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"rel": "self",
|
792
|
+
"type": "application/atom+xml",
|
793
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/13"
|
794
|
+
},
|
795
|
+
{
|
796
|
+
"rel": "edit",
|
797
|
+
"type": "application/atom+xml",
|
798
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/13"
|
799
|
+
}],
|
800
|
+
"gd$email": [{
|
801
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
802
|
+
"address": "contact18@example.com",
|
803
|
+
"primary": "true"
|
804
|
+
}]
|
805
|
+
},
|
806
|
+
{
|
807
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
808
|
+
"id": {
|
809
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/14"
|
810
|
+
},
|
811
|
+
"updated": {
|
812
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
813
|
+
},
|
814
|
+
"app$edited": {
|
815
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
816
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
817
|
+
},
|
818
|
+
"category": [{
|
819
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
820
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
821
|
+
}],
|
822
|
+
"title": {
|
823
|
+
"$t": "Contact 19"
|
824
|
+
},
|
825
|
+
"link": [{
|
826
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
827
|
+
"type": "image/*",
|
828
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/14"
|
829
|
+
},
|
830
|
+
{
|
831
|
+
"rel": "self",
|
832
|
+
"type": "application/atom+xml",
|
833
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/14"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"rel": "edit",
|
837
|
+
"type": "application/atom+xml",
|
838
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/14"
|
839
|
+
}],
|
840
|
+
"gd$email": [{
|
841
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
842
|
+
"address": "contact19@example.com",
|
843
|
+
"primary": "true"
|
844
|
+
}]
|
845
|
+
},
|
846
|
+
{
|
847
|
+
"gd$etag": "\"RXsyeTVSLip7ImA9WhdTEEwOQQw.\"",
|
848
|
+
"id": {
|
849
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/15"
|
850
|
+
},
|
851
|
+
"updated": {
|
852
|
+
"$t": "2011-07-07T04:58:04.591Z"
|
853
|
+
},
|
854
|
+
"app$edited": {
|
855
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
856
|
+
"$t": "2011-07-07T04:58:04.591Z"
|
857
|
+
},
|
858
|
+
"category": [{
|
859
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
860
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
861
|
+
}],
|
862
|
+
"title": {
|
863
|
+
"$t": "Contact 20"
|
864
|
+
},
|
865
|
+
"link": [{
|
866
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
867
|
+
"type": "image/*",
|
868
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/15",
|
869
|
+
"gd$etag": "\"LyRNAEkkbCp7ImBHCk9TSh5vMVIDfTsDbSQ.\""
|
870
|
+
},
|
871
|
+
{
|
872
|
+
"rel": "self",
|
873
|
+
"type": "application/atom+xml",
|
874
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/15"
|
875
|
+
},
|
876
|
+
{
|
877
|
+
"rel": "edit",
|
878
|
+
"type": "application/atom+xml",
|
879
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/15"
|
880
|
+
}],
|
881
|
+
"gd$email": [{
|
882
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
883
|
+
"address": "contact20@example.com",
|
884
|
+
"primary": "true"
|
885
|
+
}],
|
886
|
+
"gd$postalAddress": [{
|
887
|
+
"rel": "http://schemas.google.com/g/2005#work",
|
888
|
+
"$t": "4453 Volta Place SW\r\nWashington, DC 20007"
|
889
|
+
}],
|
890
|
+
"gContact$groupMembershipInfo": [{
|
891
|
+
"deleted": "false",
|
892
|
+
"href": "http://www.google.com/m8/feeds/groups/example%40gmail.com/base/6"
|
893
|
+
}]
|
894
|
+
},
|
895
|
+
{
|
896
|
+
"gd$etag": "\"QX8_ejVSLip7ImA9WB5UF0QCQAQ.\"",
|
897
|
+
"id": {
|
898
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/16"
|
899
|
+
},
|
900
|
+
"updated": {
|
901
|
+
"$t": "2007-08-22T16:05:00.142Z"
|
902
|
+
},
|
903
|
+
"app$edited": {
|
904
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
905
|
+
"$t": "2007-08-22T16:05:00.142Z"
|
906
|
+
},
|
907
|
+
"category": [{
|
908
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
909
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
910
|
+
}],
|
911
|
+
"title": {
|
912
|
+
"$t": "Contact 21"
|
913
|
+
},
|
914
|
+
"link": [{
|
915
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
916
|
+
"type": "image/*",
|
917
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/16"
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"rel": "self",
|
921
|
+
"type": "application/atom+xml",
|
922
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/16"
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"rel": "edit",
|
926
|
+
"type": "application/atom+xml",
|
927
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/16"
|
928
|
+
}],
|
929
|
+
"gd$email": [{
|
930
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
931
|
+
"address": "contact21@example.com",
|
932
|
+
"primary": "true"
|
933
|
+
}]
|
934
|
+
},
|
935
|
+
{
|
936
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
937
|
+
"id": {
|
938
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/17"
|
939
|
+
},
|
940
|
+
"updated": {
|
941
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
942
|
+
},
|
943
|
+
"app$edited": {
|
944
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
945
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
946
|
+
},
|
947
|
+
"category": [{
|
948
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
949
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
950
|
+
}],
|
951
|
+
"title": {
|
952
|
+
"$t": "Contact 22"
|
953
|
+
},
|
954
|
+
"link": [{
|
955
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
956
|
+
"type": "image/*",
|
957
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/17"
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"rel": "self",
|
961
|
+
"type": "application/atom+xml",
|
962
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/17"
|
963
|
+
},
|
964
|
+
{
|
965
|
+
"rel": "edit",
|
966
|
+
"type": "application/atom+xml",
|
967
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/17"
|
968
|
+
}],
|
969
|
+
"gd$email": [{
|
970
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
971
|
+
"address": "contact22@example.com",
|
972
|
+
"primary": "true"
|
973
|
+
}]
|
974
|
+
},
|
975
|
+
{
|
976
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
977
|
+
"id": {
|
978
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/18"
|
979
|
+
},
|
980
|
+
"updated": {
|
981
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
982
|
+
},
|
983
|
+
"app$edited": {
|
984
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
985
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
986
|
+
},
|
987
|
+
"category": [{
|
988
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
989
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
990
|
+
}],
|
991
|
+
"title": {
|
992
|
+
"$t": "Contact 23"
|
993
|
+
},
|
994
|
+
"link": [{
|
995
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
996
|
+
"type": "image/*",
|
997
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/18"
|
998
|
+
},
|
999
|
+
{
|
1000
|
+
"rel": "self",
|
1001
|
+
"type": "application/atom+xml",
|
1002
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/18"
|
1003
|
+
},
|
1004
|
+
{
|
1005
|
+
"rel": "edit",
|
1006
|
+
"type": "application/atom+xml",
|
1007
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/18"
|
1008
|
+
}],
|
1009
|
+
"gd$email": [{
|
1010
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
1011
|
+
"address": "contact23@example.com",
|
1012
|
+
"primary": "true"
|
1013
|
+
}]
|
1014
|
+
},
|
1015
|
+
{
|
1016
|
+
"gd$etag": "\"Q3o8eTVSLyp7ImA9WxFVEU4PRQM.\"",
|
1017
|
+
"id": {
|
1018
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/19"
|
1019
|
+
},
|
1020
|
+
"updated": {
|
1021
|
+
"$t": "2010-06-10T02:01:12.471Z"
|
1022
|
+
},
|
1023
|
+
"app$edited": {
|
1024
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
1025
|
+
"$t": "2010-06-10T02:01:12.471Z"
|
1026
|
+
},
|
1027
|
+
"category": [{
|
1028
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
1029
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
1030
|
+
}],
|
1031
|
+
"title": {
|
1032
|
+
"$t": "Contact 24"
|
1033
|
+
},
|
1034
|
+
"link": [{
|
1035
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
1036
|
+
"type": "image/*",
|
1037
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/19"
|
1038
|
+
},
|
1039
|
+
{
|
1040
|
+
"rel": "self",
|
1041
|
+
"type": "application/atom+xml",
|
1042
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/19"
|
1043
|
+
},
|
1044
|
+
{
|
1045
|
+
"rel": "edit",
|
1046
|
+
"type": "application/atom+xml",
|
1047
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/19"
|
1048
|
+
}],
|
1049
|
+
"gd$email": [{
|
1050
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
1051
|
+
"address": "contact24@example.com",
|
1052
|
+
"primary": "true"
|
1053
|
+
}]
|
1054
|
+
},
|
1055
|
+
{
|
1056
|
+
"gd$etag": "\"RXo9fjVSLyp7ImA9WxBQFk0KRgI.\"",
|
1057
|
+
"id": {
|
1058
|
+
"$t": "http://www.google.com/m8/feeds/contacts/example%40gmail.com/base/1a"
|
1059
|
+
},
|
1060
|
+
"updated": {
|
1061
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
1062
|
+
},
|
1063
|
+
"app$edited": {
|
1064
|
+
"xmlns$app": "http://www.w3.org/2007/app",
|
1065
|
+
"$t": "2010-01-16T00:02:44.466Z"
|
1066
|
+
},
|
1067
|
+
"category": [{
|
1068
|
+
"scheme": "http://schemas.google.com/g/2005#kind",
|
1069
|
+
"term": "http://schemas.google.com/contact/2008#contact"
|
1070
|
+
}],
|
1071
|
+
"title": {
|
1072
|
+
"$t": "Contact 25"
|
1073
|
+
},
|
1074
|
+
"link": [{
|
1075
|
+
"rel": "http://schemas.google.com/contacts/2008/rel#photo",
|
1076
|
+
"type": "image/*",
|
1077
|
+
"href": "https://www.google.com/m8/feeds/photos/media/example%40gmail.com/1a"
|
1078
|
+
},
|
1079
|
+
{
|
1080
|
+
"rel": "self",
|
1081
|
+
"type": "application/atom+xml",
|
1082
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/1a"
|
1083
|
+
},
|
1084
|
+
{
|
1085
|
+
"rel": "edit",
|
1086
|
+
"type": "application/atom+xml",
|
1087
|
+
"href": "https://www.google.com/m8/feeds/contacts/example%40gmail.com/full/1a"
|
1088
|
+
}],
|
1089
|
+
"gd$email": [{
|
1090
|
+
"rel": "http://schemas.google.com/g/2005#other",
|
1091
|
+
"address": "contact25@example.com",
|
1092
|
+
"primary": "true"
|
1093
|
+
}]
|
1094
|
+
}]
|
1095
|
+
}
|
1096
|
+
}
|