| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
- xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
- xmlns:apps="http://schemas.google.com/apps/2006">
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/nickname/2.0
- </atom:id>
- <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#nickname"/>
- <atom:title type="text">Nicknames for user SusanJones</atom:title>
- <atom:link rel="http://schemas.google.com/g/2005#feed"
- type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0"/>
- <atom:link rel="http://schemas.google.com/g/2005#post"
- type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0"/>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=SusanJones"/>
- <openSearch:startIndex>1</openSearch:startIndex>
- <openSearch:itemsPerPage>2</openSearch:itemsPerPage>
- <atom:entry>
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy
- </atom:id>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#nickname"/>
- <atom:title type="text">susy</atom:title>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy"/>
- <atom:link rel="edit" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy"/>
- <apps:nickname name="susy"/>
- <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
- </atom:entry>
- <atom:entry>
- <atom:id>
- http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse
- </atom:id>
- <atom:category scheme="http://schemas.google.com/g/2005#kind"
- term="http://schemas.google.com/apps/2006#nickname"/>
- <atom:title type="text">suse</atom:title>
- <atom:link rel="self" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse"/>
- <atom:link rel="edit" type="application/atom+xml"
- href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse"/>
- <apps:nickname name="suse"/>
- <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
- </atom:entry>
- </atom:feed>
|