From the API news department...
del.icio.us API over https
My linkblog recently broke for a bit. It's powered by API is pretty much the same, except that it's now accessible via https rather than http and it versioned as well. So my old "fetch all bookmarks" script looked like this:
curl --silent --user jzawodn:mypassword -o links.xml.$$ \
-O 'http://del.icio.us/api/posts/all'
and it now looks like this:
curl --silent --user jzawodn:mypassword -o links.xml.$$ \
-O 'https://api.del.icio.us/v1/posts/all'
And now I see that running Yahoo! Answers also got API'd today. Using the let us know.
Bookmark Murdok:
Jeremy Zawodny is the author of the popular Yahoo! Search blog as well.
Suggest a Correction
Found an error or have a suggestion? Let us know and we'll review it.





No comments yet. Be the first to comment!