Great deck by KevSmith on using Webmachine for a clean RESTful service – Getting Rest with Webmachine Code on Github
-
Home > REST
Here’s an end-to-end REST implementation in Chicago Boss. Not sure has anyone a nice concise guide out there so hope this is useful. Overview A very simple model (Book[title, author, insertTimestamp, updateTimestamp]) CRUD implementation where       Create is a POST request       Read is a […]