Home » Web Services » Services_Delicious » Bug #10026
Add Support to Tag Bundles
Details
| Request #10026 | Add Support to Tag Bundles |
|---|---|
| Submitted | 2007-02-05 00:41 UTC |
| From | padron at aaargh dot com dot br |
| Assigned | ttsuruoka |
| Status | Closed |
| Package | Services_Delicious |
| PHP Version | Irrelevant |
| OS | Ubuntu |
| 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();