Harshest REST URL ever
Just noticed the URL Twitter uses for removing a friend.
http://twitter.com/friendships/destroy/<id>
This article was published on June 14, 2007 9:50 AM.
The article previously posted was Number Fifteen.
The next article is iPhone'd.
Many more can be found on the home page or by looking through the archives.
That's a Rails default
I just hope it's a POST and not a GET...
a real REST API would require a DELETE to that resource (instead of including the verb in the URI).