I'm looking forward to having the chance to teach my "Mixing and Remixing information" course for the fourth time In January 2009. Since I plan to use my book on mashups as one of the primary texts, I'm going to have to update it. Even though the book was published in February, a fair amount has changed in the world of mashups.  As a consequence, I plan, over the next three months before class starts, is to document some of those changes.
Let me start with something that should be straightforward. I wrote about delicious in Chapter 14 of my mashup book,  a chapter about social bookmarking.  Since the book was published, delicious underwent a change of name — from http://del.icio.us to http://delicious.com.
In updating my book, I will have to make note this name change and any consequences.  My hope is that all the old URLs would continue to work. Indeed, that is my experience during some casual testing. For instance, the URL
http://del.icio.us/url/53113b15b14c90292a02c24b55c316e5
is redirected to
http://delicious.com/url/53113b15b14c90292a02c24b55c316e5
as one would expect.
Curiously though, the URLs involved in the delicious API are still based on the old domain name — according to the current documentation.   Hence, all the URLs that look like
curl -u USER:PASSWORD https://api.del.icio.us/v1/tags/get
in my book are still correct.
After not had an opportunity to look at whether there are changes in the API that don't result from the name change — that examination will have to come later.
Post a Comment