OLD | NEW |
1 { | 1 { |
2 "encoding": "UTF-8", | 2 "encoding": "UTF-8", |
3 "feed": { | 3 "feed": { |
4 "author": [ { | 4 "author": [ { |
5 "email": { | 5 "email": { |
6 "$t": "tester@testing.com" | 6 "$t": "tester@testing.com" |
7 }, | 7 }, |
8 "name": { | 8 "name": { |
9 "$t": "tester" | 9 "$t": "tester" |
10 } | 10 } |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "rel": "self", | 77 "rel": "self", |
78 "type": "application/atom+xml" | 78 "type": "application/atom+xml" |
79 }, { | 79 }, { |
80 "href": "https://xxx/upload/folder:2_folder_resource_id", | 80 "href": "https://xxx/upload/folder:2_folder_resource_id", |
81 "rel": "http://schemas.google.com/g/2005#resumable-create-media", | 81 "rel": "http://schemas.google.com/g/2005#resumable-create-media", |
82 "type": "application/atom+xml" | 82 "type": "application/atom+xml" |
83 }, { | 83 }, { |
84 "href": "https://xxx/edit/folder:1_folder_resource_id", | 84 "href": "https://xxx/edit/folder:1_folder_resource_id", |
85 "rel": "edit", | 85 "rel": "edit", |
86 "type": "application/atom+xml" | 86 "type": "application/atom+xml" |
| 87 }, { |
| 88 "href": "https://fake_server/fake_root", |
| 89 "rel": "http://schemas.google.com/docs/2007#parent", |
| 90 "type": "application/atom+xml" |
87 } ], | 91 } ], |
88 "published": { | 92 "published": { |
89 "$t": "2010-11-07T05:03:54.719Z" | 93 "$t": "2010-11-07T05:03:54.719Z" |
90 }, | 94 }, |
91 "title": { | 95 "title": { |
92 "$t": "test_dir" | 96 "$t": "test_dir" |
93 }, | 97 }, |
94 "updated": { | 98 "updated": { |
95 "$t": "2012-01-02T00:00:00.000Z" | 99 "$t": "2012-01-02T00:00:00.000Z" |
96 } | 100 } |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 "rel": "edit", | 165 "rel": "edit", |
162 "type": "application/atom+xml" | 166 "type": "application/atom+xml" |
163 }, { | 167 }, { |
164 "href": "https://xxx/upload/2_folder_resource_id", | 168 "href": "https://xxx/upload/2_folder_resource_id", |
165 "rel": "http://schemas.google.com/g/2005#resumable-create-media", | 169 "rel": "http://schemas.google.com/g/2005#resumable-create-media", |
166 "type": "application/atom+xml" | 170 "type": "application/atom+xml" |
167 }, { | 171 }, { |
168 "href": "https://fake_server/folder:1_folder_resource_id", | 172 "href": "https://fake_server/folder:1_folder_resource_id", |
169 "rel": "http://schemas.google.com/docs/2007#parent", | 173 "rel": "http://schemas.google.com/docs/2007#parent", |
170 "type": "application/atom+xml" | 174 "type": "application/atom+xml" |
| 175 }, { |
| 176 "href": "https://fake_server/fake_root", |
| 177 "rel": "http://schemas.google.com/docs/2007#parent", |
| 178 "type": "application/atom+xml" |
171 } ], | 179 } ], |
172 "published": { | 180 "published": { |
173 "$t": "2010-11-07T05:03:54.719Z" | 181 "$t": "2010-11-07T05:03:54.719Z" |
174 }, | 182 }, |
175 "title": { | 183 "title": { |
176 "$t": "subdir" | 184 "$t": "subdir" |
177 }, | 185 }, |
178 "updated": { | 186 "updated": { |
179 "$t": "2011-04-01T18:34:08.234Z" | 187 "$t": "2011-04-01T18:34:08.234Z" |
180 } | 188 } |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 "rel": "self", | 249 "rel": "self", |
242 "type": "application/atom+xml" | 250 "type": "application/atom+xml" |
243 }, { | 251 }, { |
244 "href": "https:/xxx/edit/folder:3_folder_resource_id", | 252 "href": "https:/xxx/edit/folder:3_folder_resource_id", |
245 "rel": "edit", | 253 "rel": "edit", |
246 "type": "application/atom+xml" | 254 "type": "application/atom+xml" |
247 }, { | 255 }, { |
248 "href": "https://fake_server/folder:1_folder_resource_id", | 256 "href": "https://fake_server/folder:1_folder_resource_id", |
249 "rel": "http://schemas.google.com/docs/2007#parent", | 257 "rel": "http://schemas.google.com/docs/2007#parent", |
250 "type": "application/atom+xml" | 258 "type": "application/atom+xml" |
| 259 }, { |
| 260 "href": "https://fake_server/fake_root", |
| 261 "rel": "http://schemas.google.com/docs/2007#parent", |
| 262 "type": "application/atom+xml" |
251 } ], | 263 } ], |
252 "published": { | 264 "published": { |
253 "$t": "2010-11-07T05:03:54.719Z" | 265 "$t": "2010-11-07T05:03:54.719Z" |
254 }, | 266 }, |
255 "title": { | 267 "title": { |
256 "$t": "empty_test_dir" | 268 "$t": "empty_test_dir" |
257 }, | 269 }, |
258 "updated": { | 270 "updated": { |
259 "$t": "2011-11-02T04:00:00.000Z" | 271 "$t": "2011-11-02T04:00:00.000Z" |
260 } | 272 } |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 "rel": "self", | 345 "rel": "self", |
334 "type": "application/atom+xml" | 346 "type": "application/atom+xml" |
335 }, { | 347 }, { |
336 "href": "https://fake_server/folder:1_folder_resource_id", | 348 "href": "https://fake_server/folder:1_folder_resource_id", |
337 "rel": "http://schemas.google.com/docs/2007#parent", | 349 "rel": "http://schemas.google.com/docs/2007#parent", |
338 "type": "application/atom+xml" | 350 "type": "application/atom+xml" |
339 }, { | 351 }, { |
340 "href": "https://xxx/edit/file:1_file_resource_id", | 352 "href": "https://xxx/edit/file:1_file_resource_id", |
341 "rel": "edit", | 353 "rel": "edit", |
342 "type": "application/atom+xml" | 354 "type": "application/atom+xml" |
| 355 }, { |
| 356 "href": "https://fake_server/fake_root", |
| 357 "rel": "http://schemas.google.com/docs/2007#parent", |
| 358 "type": "application/atom+xml" |
343 } ], | 359 } ], |
344 "published": { | 360 "published": { |
345 "$t": "2011-12-14T00:40:47.330Z" | 361 "$t": "2011-12-14T00:40:47.330Z" |
346 }, | 362 }, |
347 "title": { | 363 "title": { |
348 "$t": "test_file.xul" | 364 "$t": "test_file.xul" |
349 }, | 365 }, |
350 "updated": { | 366 "updated": { |
351 "$t": "2011-12-14T00:40:47.330Z" | 367 "$t": "2011-12-14T00:40:47.330Z" |
352 } | 368 } |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 "rel": "self", | 441 "rel": "self", |
426 "type": "application/atom+xml" | 442 "type": "application/atom+xml" |
427 }, { | 443 }, { |
428 "href": "https://fake_server/folder:1_folder_resource_id", | 444 "href": "https://fake_server/folder:1_folder_resource_id", |
429 "rel": "http://schemas.google.com/docs/2007#parent", | 445 "rel": "http://schemas.google.com/docs/2007#parent", |
430 "type": "application/atom+xml" | 446 "type": "application/atom+xml" |
431 }, { | 447 }, { |
432 "href": "https://xxx/edit/file:2_file_resource_id", | 448 "href": "https://xxx/edit/file:2_file_resource_id", |
433 "rel": "edit", | 449 "rel": "edit", |
434 "type": "application/atom+xml" | 450 "type": "application/atom+xml" |
| 451 }, { |
| 452 "href": "https://fake_server/fake_root", |
| 453 "rel": "http://schemas.google.com/docs/2007#parent", |
| 454 "type": "application/atom+xml" |
435 } ], | 455 } ], |
436 "published": { | 456 "published": { |
437 "$t": "2011-12-14T00:40:47.330Z" | 457 "$t": "2011-12-14T00:40:47.330Z" |
438 }, | 458 }, |
439 "title": { | 459 "title": { |
440 "$t": "test_file.tiff" | 460 "$t": "test_file.tiff" |
441 }, | 461 }, |
442 "updated": { | 462 "updated": { |
443 "$t": "2011-04-03T11:11:10.000Z" | 463 "$t": "2011-04-03T11:11:10.000Z" |
444 } | 464 } |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 "rel": "self", | 537 "rel": "self", |
518 "type": "application/atom+xml" | 538 "type": "application/atom+xml" |
519 }, { | 539 }, { |
520 "href": "https://fake_server/folder:1_folder_resource_id", | 540 "href": "https://fake_server/folder:1_folder_resource_id", |
521 "rel": "http://schemas.google.com/docs/2007#parent", | 541 "rel": "http://schemas.google.com/docs/2007#parent", |
522 "type": "application/atom+xml" | 542 "type": "application/atom+xml" |
523 }, { | 543 }, { |
524 "href": "https://xxx/edit/file:3_file_resource_id", | 544 "href": "https://xxx/edit/file:3_file_resource_id", |
525 "rel": "edit", | 545 "rel": "edit", |
526 "type": "application/atom+xml" | 546 "type": "application/atom+xml" |
| 547 }, { |
| 548 "href": "https://fake_server/fake_root", |
| 549 "rel": "http://schemas.google.com/docs/2007#parent", |
| 550 "type": "application/atom+xml" |
527 } ], | 551 } ], |
528 "published": { | 552 "published": { |
529 "$t": "2011-12-14T00:40:47.330Z" | 553 "$t": "2011-12-14T00:40:47.330Z" |
530 }, | 554 }, |
531 "title": { | 555 "title": { |
532 "$t": "test_file.xul.foo" | 556 "$t": "test_file.xul.foo" |
533 }, | 557 }, |
534 "updated": { | 558 "updated": { |
535 "$t": "2012-01-01T10:00:30.000Z" | 559 "$t": "2012-01-01T10:00:30.000Z" |
536 } | 560 } |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
609 "rel": "self", | 633 "rel": "self", |
610 "type": "application/atom+xml" | 634 "type": "application/atom+xml" |
611 }, { | 635 }, { |
612 "href": "https://fake_server/folder:1_folder_resource_id", | 636 "href": "https://fake_server/folder:1_folder_resource_id", |
613 "rel": "http://schemas.google.com/docs/2007#parent", | 637 "rel": "http://schemas.google.com/docs/2007#parent", |
614 "type": "application/atom+xml" | 638 "type": "application/atom+xml" |
615 }, { | 639 }, { |
616 "href": "https://xxx/edit/file:4_file_resource_id", | 640 "href": "https://xxx/edit/file:4_file_resource_id", |
617 "rel": "edit", | 641 "rel": "edit", |
618 "type": "application/atom+xml" | 642 "type": "application/atom+xml" |
| 643 }, { |
| 644 "href": "https://fake_server/fake_root", |
| 645 "rel": "http://schemas.google.com/docs/2007#parent", |
| 646 "type": "application/atom+xml" |
619 } ], | 647 } ], |
620 "published": { | 648 "published": { |
621 "$t": "2011-12-14T00:40:47.330Z" | 649 "$t": "2011-12-14T00:40:47.330Z" |
622 }, | 650 }, |
623 "title": { | 651 "title": { |
624 "$t": "test_file.tiff.foo" | 652 "$t": "test_file.tiff.foo" |
625 }, | 653 }, |
626 "updated": { | 654 "updated": { |
627 "$t": "2011-12-14T00:40:47.330Z" | 655 "$t": "2011-12-14T00:40:47.330Z" |
628 } | 656 } |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 "rel": "self", | 726 "rel": "self", |
699 "type": "application/atom+xml" | 727 "type": "application/atom+xml" |
700 }, { | 728 }, { |
701 "href": "https://fake_server/folder:1_folder_resource_id", | 729 "href": "https://fake_server/folder:1_folder_resource_id", |
702 "rel": "http://schemas.google.com/docs/2007#parent", | 730 "rel": "http://schemas.google.com/docs/2007#parent", |
703 "type": "application/atom+xml" | 731 "type": "application/atom+xml" |
704 }, { | 732 }, { |
705 "href": "https://xxx/edit/file:5_file_resource_id", | 733 "href": "https://xxx/edit/file:5_file_resource_id", |
706 "rel": "edit", | 734 "rel": "edit", |
707 "type": "application/atom+xml" | 735 "type": "application/atom+xml" |
| 736 }, { |
| 737 "href": "https://fake_server/fake_root", |
| 738 "rel": "http://schemas.google.com/docs/2007#parent", |
| 739 "type": "application/atom+xml" |
708 } ], | 740 } ], |
709 "published": { | 741 "published": { |
710 "$t": "2011-12-14T00:40:47.330Z" | 742 "$t": "2011-12-14T00:40:47.330Z" |
711 }, | 743 }, |
712 "title": { | 744 "title": { |
713 "$t": "empty_test_file.foo" | 745 "$t": "empty_test_file.foo" |
714 }, | 746 }, |
715 "updated": { | 747 "updated": { |
716 "$t": "2011-12-14T00:40:47.330Z" | 748 "$t": "2011-12-14T00:40:47.330Z" |
717 } | 749 } |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 }, | 791 }, |
760 "xmlns": "http://www.w3.org/2005/Atom", | 792 "xmlns": "http://www.w3.org/2005/Atom", |
761 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 793 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
762 "xmlns$docs": "http://schemas.google.com/docs/2007", | 794 "xmlns$docs": "http://schemas.google.com/docs/2007", |
763 "xmlns$gd": "http://schemas.google.com/g/2005", | 795 "xmlns$gd": "http://schemas.google.com/g/2005", |
764 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 796 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
765 }, | 797 }, |
766 "version": "1.0" | 798 "version": "1.0" |
767 } | 799 } |
768 | 800 |
OLD | NEW |