Post or retrieve your bookmarks from the social networking website.
Limit requests to one per second.
All del.icio.us API calls must be authenticated
using Basic HTTP auth.
The "time" attribute contains the last update time for the
authenticated user, in ISO8661 format.
Contains "tag" tags, each with "count" and "tag" attributes.
If no date or url is given, most recent date will be used.
<posts dt="2005-11-28" tag="webdev" user="user">
<post href="http://www.howtocreate.co.uk/tutorials/texterise.php?dom=1"
description="JavaScript DOM reference"
extended="dom reference"
hash="c0238dc0c44f07daedd9a1fd9bbdeebd"
others="55" tag="dom javascript webdev" time="2005-11-28T05:26:09Z" />
</posts>
Filtered by argument. Maximum 100.
Maximum: 100
Please use sparingly. Call the update function to see if you need
to fetch this at all.
<dates tag="" user="user">
<date count="5" date="2005-11-29" />
<date count="15" date="2005-11-28" />
<date count="2" date="2005-11-26" />
<date count="2" date="2005-11-25" />
<date count="7" date="2005-11-23" />
<date count="20" date="2005-11-22" />
<date count="16" date="2005-11-21" />
<date count="4" date="2005-11-19" />
</dates>
Space delimited
Format: "CCYY-MM-DDThh:mm:ssZ". Requires a LITERAL "T" and "Z"
like in
ISO8601.
For example: "1984-09-01T14:21:31Z"
<bundles>
<bundle name="music" tags="ipod mp3 music" />
</bundles>
Wipes away previous settings for bundle.
Space-separated.
On success, contents are "done" On failure,
contents are "you must supply a bundle name and at least one
tag"
<posts tag="" user="user">
<post href="http://www.weather.com/" description="weather.com"
hash="6cfedbe75f413c56b6ce79e6fa102aba" tag="weather reference"
time="2005-11-29T20:30:47Z" />
<post href="http://www.nytimes.com/"
description="The New York Times - Breaking News, World News & Multimedia"
extended="requires login" hash="ca1e6357399774951eed4628d69eb84b"
tag="news media" time="2005-11-29T20:30:05Z" />
</posts>
This representation has the same structure whether or not the
operation succeeded. If it succeeded, the value of the 'code'
attribute is "done". Otherwise, it's "something went wrong".
Allegedly, this representation has a "code" attribute whose value
is always "done". I think it might actually be the same as the
resultCode representation.