Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.6.0

Request #10026 Add Support to Tag Bundles
Submitted: 2007-02-05 00:41 UTC
From: pedropadron Assigned: ttsuruoka
Status: Closed Package: Services_Delicious (version 0.5.0)
PHP Version: Irrelevant OS: Ubuntu
Roadmaps: (Not assigned)    
Subscription  


 [2007-02-05 00:41 UTC] padron at aaargh dot com dot br (Pedro Padron)
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();

Comments

 [2008-03-05 18:46 UTC] amir (Amir Mohammad Saied)
I attached a patch adding all those new methods. btw. I've enough karma to commit into all pear packages, if it's OK on your part, I can commit all those patches and close these bugs as fixed.
 [2008-04-13 12:03 UTC] ttsuruoka (Tatsuya Tsuruoka)
This has been fixed in CVS. Thank you for reporting this!