Building-Hypermedia-APIs
Building-Hypermedia-APIs copied to clipboard
Source code for the O'Reilly book of the same name
Hi Mike, I have gone back and read your Hypermedia book (and two other newer ones). I am appreciative of your work. Thank you. FYI, I have tried to run...
Probably a change in the last few releases of Couch, but in any case, had to make this change to get the scripts running properly.
A GET request to the express URL http://localhost:3000/collection/tasks/ receives a SyntaxError: JSON.parse: unexpected non-whitespace in the application/json response body. "items" : [ ``` { "href" : "http://localhost:3000/collection/tasks/task3", "data" : [...
Loaded and tested CouchDB with tasks worked OK. I am using Windows Powershell, localhost:3000 index page loads but no data.There is a server error when running the collection code: PS...
Hi, Just started working through your book, came to the first node example, and needed to work out your dependencies. Not a biggy, but may help someone less familiar with...
I needed to remove the leading `/` characters in order for `cradle` to properly retrieve the documents from CouchDB. This is with a fresh install of `express` and `cradle` on...
There are not references to the register page from the user.ejs or the users.ejs files. Shouldn't there be a link or something so consumers would know how to create new...