]> git.mxchange.org Git - friendica.git/blob - view/smarty3/api_user_xml.tpl
ed6c65511c7e8d7e615cc4dade824fb12c6d059e
[friendica.git] / view / smarty3 / api_user_xml.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}  <user>
6    <id>{{$user.id}}</id>
7    <name>{{$user.name}}</name>
8    <screen_name>{{$user.screen_name}}</screen_name>
9    <location>{{$user.location}}</location>
10    <description>{{$user.description}}</description>
11    <profile_image_url>{{$user.profile_image_url}}</profile_image_url>
12    <url>{{$user.url}}</url>
13    <protected>{{$user.protected}}</protected>
14    <followers_count>{{$user.followers_count}}</followers_count>
15    <friends_count>{{$user.friends_count}}</friends_count>
16    <created_at>{{$user.created_at}}</created_at>
17    <favourites_count>{{$user.favourites_count}}</favourites_count>
18    <utc_offset>{{$user.utc_offset}}</utc_offset>
19    <time_zone>{{$user.time_zone}}</time_zone>
20    <statuses_count>{{$user.statuses_count}}</statuses_count>
21    <following>{{$user.following}}</following>
22    <profile_background_color>{{$user.profile_background_color}}</profile_background_color>
23    <profile_text_color>{{$user.profile_text_color}}</profile_text_color>
24    <profile_link_color>{{$user.profile_link_color}}</profile_link_color>
25    <profile_sidebar_fill_color>{{$user.profile_sidebar_fill_color}}</profile_sidebar_fill_color>
26    <profile_sidebar_border_color>{{$user.profile_sidebar_border_color}}</profile_sidebar_border_color>
27    <profile_background_image_url>{{$user.profile_background_image_url}}</profile_background_image_url>
28    <profile_background_tile>{{$user.profile_background_tile}}</profile_background_tile>
29    <profile_use_background_image>{{$user.profile_use_background_image}}</profile_use_background_image>
30    <notifications>{{$user.notifications}}</notifications>
31    <geo_enabled>{{$user.geo_enabled}}</geo_enabled>
32    <verified>{{$user.verified}}</verified>
33    <lang>{{$user.lang}}</lang>
34    <contributors_enabled>{{$user.contributors_enabled}}</contributors_enabled>
35    <status>{{if $user.status}}
36     <created_at>{{$user.status.created_at}}</created_at>
37     <id>{{$user.status.id}}</id>
38     <text>{{$user.status.text}}</text>
39     <source>{{$user.status.source}}</source>
40     <truncated>{{$user.status.truncated}}</truncated>
41     <in_reply_to_status_id>{{$user.status.in_reply_to_status_id}}</in_reply_to_status_id>
42     <in_reply_to_user_id>{{$user.status.in_reply_to_user_id}}</in_reply_to_user_id>
43     <favorited>{{$user.status.favorited}}</favorited>
44     <in_reply_to_screen_name>{{$user.status.in_reply_to_screen_name}}</in_reply_to_screen_name>
45     <geo>{{$user.status.geo}}</geo>
46     <coordinates>{{$user.status.coordinates}}</coordinates>
47     <place>{{$user.status.place}}</place>
48     <contributors>{{$user.status.contributors}}</contributors>
49   {{/if}}</status>
50   </user>