Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Side by Side Diff: chrome/test/data/chromeos/gdata/contacts/feed.json

Issue 10542076: ABANDONED: chromeos: Download contacts (work in progress). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "encoding": "UTF-8",
3 "feed": {
4 "author": [ {
5 "email": {
6 "$t": "test.user@gmail.com"
7 },
8 "name": {
9 "$t": "Test User"
10 }
11 } ],
12 "category": [ {
13 "scheme": "http://schemas.google.com/g/2005#kind",
14 "term": "http://schemas.google.com/contact/2008#contact"
15 } ],
16 "entry": [ {
17 "app$edited": {
18 "$t": "2012-06-04T15:53:36.023Z",
19 "xmlns$app": "http://www.w3.org/2007/app"
20 },
21 "category": [ {
22 "scheme": "http://schemas.google.com/g/2005#kind",
23 "term": "http://schemas.google.com/contact/2008#contact"
24 } ],
25 "gContact$groupMembershipInfo": [ {
26 "deleted": "false",
27 "href": "http://www.google.com/m8/feeds/groups/joe.contact%40gmail.c om/base/6"
28 } ],
29 "gContact$website": [ {
30 "href": "http://www.google.com/",
31 "rel": "profile"
32 } ],
33 "gd$email": [ {
34 "address": "joe.contact@gmail.com",
35 "primary": "true",
36 "rel": "http://schemas.google.com/g/2005#other"
37 } ],
38 "gd$etag": "\"R345ezVSLit7I2A9WhVbGE8PRQU.\"",
39 "gd$name": {
40 "gd$familyName": {
41 "$t": "Contact"
42 },
43 "gd$fullName": {
44 "$t": "Joe Contact"
45 },
46 "gd$givenName": {
47 "$t": "Joe"
48 }
49 },
50 "gd$structuredPostalAddress": [ {
51 "gd$city": {
52 "$t": "San Francisco"
53 },
54 "gd$formattedAddress": {
55 "$t": "345 Spear St\nSan Francisco CA 94105"
56 },
57 "gd$postcode": {
58 "$t": "94105"
59 },
60 "gd$region": {
61 "$t": "CA"
62 },
63 "gd$street": {
64 "$t": "345 Spear St"
65 },
66 "rel": "http://schemas.google.com/g/2005#home"
67 } ],
68 "id": {
69 "$t":
70 "http://example.com/1"
71 },
72 "link": [ {
73 "href": "https://example.com/photo.png",
74 "rel": "http://schemas.google.com/contacts/2008/rel#photo",
75 "gd$etag": "\"JyYuJkIbWit7I2BpLHxUTDpzI1FGf2IjUjc.\"",
76 "type": "image/*"
77 }, {
78 "href":
79 "https://example.com/1",
80 "rel": "self",
81 "type": "application/atom+xml"
82 }, {
83 "href":
84 "https://example.com/1",
85 "rel": "edit",
86 "type": "application/atom+xml"
87 } ],
88 "title": {
89 "$t": "Joseph Contact"
90 },
91 "updated": {
92 "$t": "2012-06-04T15:53:36.023Z"
93 }
94 }, {
95 "app$edited": {
96 "$t": "2012-06-21T16:20:13.208Z",
97 "xmlns$app": "http://www.w3.org/2007/app"
98 },
99 "category": [ {
100 "scheme": "http://schemas.google.com/g/2005#kind",
101 "term": "http://schemas.google.com/contact/2008#contact"
102 } ],
103 "gContact$groupMembershipInfo": [ {
104 "deleted": "false",
105 "href": "http://www.google.com/m8/feeds/groups/jane.doe%40gmail.com/ base/6"
106 } ],
107 "gd$email": [ {
108 "address": "jane.doe@gmail.com",
109 "primary": "true",
110 "rel": "http://schemas.google.com/g/2005#home"
111 }, {
112 "address": "me@privacy.net",
113 "rel": "http://schemas.google.com/g/2005#work"
114 }, {
115 "address": "foo@example.org",
116 "label": "Fake"
117 } ],
118 "gd$etag": "\"Qnw7cDVSLCt7I2A9WhJTEkQPQQU.\"",
119 "gd$im": [ {
120 "address": "foo@example.org",
121 "protocol": "http://schemas.google.com/g/2005#GOOGLE_TALK",
122 "rel": "http://schemas.google.com/g/2005#other"
123 }, {
124 "address": "12345678",
125 "protocol": "http://schemas.google.com/g/2005#ICQ",
126 "rel": "http://schemas.google.com/g/2005#other"
127 } ],
128 "gd$name": {
129 "gd$additionalName": {
130 "$t": "Liz"
131 },
132 "gd$familyName": {
133 "$t": "Doe"
134 },
135 "gd$fullName": {
136 "$t": "Dr. Jane Liz Doe Sr."
137 },
138 "gd$givenName": {
139 "$t": "Jane"
140 },
141 "gd$namePrefix": {
142 "$t": "Dr."
143 },
144 "gd$nameSuffix": {
145 "$t": "Sr."
146 }
147 },
148 "gd$phoneNumber": [ {
149 "$t": "123-456-7890",
150 "rel": "http://schemas.google.com/g/2005#mobile"
151 }, {
152 "$t": "234-567-8901",
153 "label": "grandcentral"
154 } ],
155 "gd$structuredPostalAddress": [ {
156 "gd$city": {
157 "$t": "San Francisco"
158 },
159 "gd$formattedAddress": {
160 "$t": "100 Elm St\nSan Francisco, CA 94110"
161 },
162 "gd$postcode": {
163 "$t": "94110"
164 },
165 "gd$region": {
166 "$t": "CA"
167 },
168 "gd$street": {
169 "$t": "100 Elm St"
170 },
171 "rel": "http://schemas.google.com/g/2005#home"
172 } ],
173 "id": {
174 "$t": "http://example.com/2"
175 },
176 "link": [ {
177 "href": "https://example.com/missing.png",
178 "rel": "http://schemas.google.com/contacts/2008/rel#photo",
179 "type": "image/*"
180 }, {
181 "href": "https://example.com/2",
182 "rel": "self",
183 "type": "application/atom+xml"
184 }, {
185 "href": "https://example.com/2",
186 "rel": "edit",
187 "type": "application/atom+xml"
188 } ],
189 "title": {
190 "$t": "Jane Doe"
191 },
192 "updated": {
193 "$t": "2012-06-21T16:20:13.208Z"
194 }
195 } ],
196 "gd$etag": "W/\"CEUHSXg8fSt7I2A9WhJSEEw.\"",
197 "generator": {
198 "$t": "Contacts",
199 "uri": "http://www.google.com/m8/feeds",
200 "version": "1.0"
201 },
202 "id": {
203 "$t": "test.user@gmail.com"
204 },
205 "link": [ {
206 "href": "http://www.google.com/",
207 "rel": "alternate",
208 "type": "text/html"
209 }, {
210 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full",
211 "rel": "http://schemas.google.com/g/2005#feed",
212 "type": "application/atom+xml"
213 }, {
214 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full",
215 "rel": "http://schemas.google.com/g/2005#post",
216 "type": "application/atom+xml"
217 }, {
218 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full/batch",
219 "rel": "http://schemas.google.com/g/2005#batch",
220 "type": "application/atom+xml"
221 }, {
222 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full?alt=json&max-results=1000&showdeleted=true",
223 "rel": "self",
224 "type": "application/atom+xml"
225 } ],
226 "openSearch$itemsPerPage": {
227 "$t": "1000"
228 },
229 "openSearch$startIndex": {
230 "$t": "1"
231 },
232 "openSearch$totalResults": {
233 "$t": "2"
234 },
235 "title": {
236 "$t": "Test User's Contacts"
237 },
238 "updated": {
239 "$t": "2012-06-29T23:23:58.675Z"
240 },
241 "xmlns": "http://www.w3.org/2005/Atom",
242 "xmlns$batch": "http://schemas.google.com/gdata/batch",
243 "xmlns$gContact": "http://schemas.google.com/contact/2008",
244 "xmlns$gd": "http://schemas.google.com/g/2005",
245 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
246 },
247 "version": "1.0"
248 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/gdata/contacts/empty.txt ('k') | chrome/test/data/chromeos/gdata/contacts/feed_multiple_photos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698