PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » Services_Delicious » Bug #10026

Add Support to Tag Bundles

Details

Request #10026Add Support to Tag Bundles
Submitted2007-02-05 00:41 UTC
Frompadron at aaargh dot com dot br
Assignedttsuruoka
StatusClosed
PackageServices_Delicious
PHP VersionIrrelevant
OSUbuntu
Roadmaps(Not assigned)

Comments

[2007-02-05 00:41 UTC] padron at aaargh dot com dot br

Description:
------------
The del.icio.us service now offers a new way of organizing your tags, creating bundles of them. I think that the next version of this package should support the operations described in: http://del.icio.us/help/api/bundles

It would also be interesting to add a method to retrieve the last update time, as described in: http://del.icio.us/help/api/update. With this, it would be possible to reduce the number of requests of all posts, because you could do it once and then do it again only if it was updated.

Test script:
---------------
Here's a link to the Delicious class with those methods implemented:

http://www.aaargh.com.br/php/Delicious.txt

The new methods are:

getAllBundles();
getBundle($bundleName);
setBundle($bundleName, $tags);
deleteBundle($bundleName);
getLastUpdateTime();