GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Journaling / Blogging Application

Example Object Responses

User sample output:

<?xml version=”1.0” encoding=”UTF-8”?>
<user>
  <login>phil</login>
  <url>http://phil.sm.com</url>
</user>

Datafile sample output:

<?xml version=”1.0” encoding=”UTF-8”?>
<datafile>
  <comments-count type=”integer”>0</comments-count>
  <created-at type=”datetime”>2008-05-08T10:34:50Z</created-at>
  <filename></filename>
  <height type=”integer” nil=”true”></height>
  <id type=”integer”>1635</id>
  <labels-count type=”integer”>0</labels-count>
  <view-count type=”integer”>0</view-count>
  <width type=”integer” nil=”true”></width>
  <public-filename>http://farm3.static.flickr.com/2016/2470671716_6ffb61a9af.jpg</public-filename>
</datafile>

Asset sample output:

<asset>
  <attachable-id type=”integer”>11</attachable-id>
  <attachable-type>User</attachable-type>
  <created-at type=”datetime”>2008-05-06T02:37:28Z</created-at>
  <description nil=”true”></description>
  <fingerprint nil=”true”></fingerprint>
  <id type=”integer”>3677</id>
  <mediatype>image</mediatype>
  <privacy type=”integer”>0</privacy>
  <title nil=”true”></title>
  <updated-at type=”datetime”>2008-05-10T06:20:20Z</updated-at>
  <view-count type=”integer”>0</view-count>
  <public_filename>http://farm3.static.flickr.com/2016/2470671716_6ffb61a9af.jpg</public_filename>
  <public_thumb>http://farm3.static.flickr.com/2016/2470671716_6ffb61a9af_s.jpg</public_thumb>
  <import_path>;1635@phil.sm.com:3000</import_path>
  <labels><label>
  <friend-id type=”integer”>663</friend-id>
  <id type=”integer”>2</id>
  <user-id type=”integer”>11</user-id>
  <name>Paul</name>
  <global_id></global_id>
  <datafile_id>1635</datafile_id>
  <x>48.0089</x>
  <y>40.4</y>
</label>
</labels>
</asset>

Friend sample output:

<?xml version=”1.0” encoding=”UTF-8”?>
<friend>
  <id type=”integer”>663</id>
  <labels-count type=”integer”>1</labels-count>
  <name>Paul</name>
  <relationship type=”integer”>0</relationship>
</friend>

Label sample output:

<?xml version=”1.0” encoding=”UTF-8”?>
<label>
  <friend-id type=”integer”>663</friend-id>
  <id type=”integer”>2</id>
  <user-id type=”integer”>11</user-id>
  <name>Paul</name>
  <global_id></global_id>
  <datafile_id>1635</datafile_id>
  <x>48.0089</x>
  <y>40.4</y>
</label>

Last edited by notphil, 6 months ago
Versions: