tim added a bit of functionality:

you can get ONE post:

function: http://del.icio.us/api/posts/get?
        &tag= filter by this tag - optional
        &dt= filter by this date
        or
        &url= fetch post matching this url
returns a list of posts matching a given date, filtered by tag, or a post matching a given url.
if no date or url is supplied, most recent date will be used.

you can NOT replace a post if its already there

function: http://del.icio.us/api/posts/add?
        &url= url for post
        &description= description for post
        &extended= extended for post
        &tags= space-delimited list of tags
        &dt= datestamp for post, format "CCYY-MM-DDThh:mm:ssZ"
&replace=no - don't replace post if given url has already been posted - optional

This involves NO change for current api usage.

Joshua

--
joshua schachter
[EMAIL PROTECTED]


_______________________________________________
discuss mailing list
discuss@del.icio.us
http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

Reply via email to