Is it true that to implement a RESTful API, one has to implement a URL structure that looks like this
http://example.com/post/ http://example.com/post/123 >
Example URLs:
GET http://del.icio.us/api/ GET http://del.icio.us/api/peej/tags/ GET http://del.icio.us/api/peej/tags/test DELETE http://del.icio.us/api/peej/bookmarks/[hash]