Node.js code for the clients and servers used as examples in O'Reilly's "RESTful Web APIs".
/YouTypeIt/ | A microblogging website with a programmable Collection+JSON API. |
/YouTypeIt/server | Node.js server for both web site and API. |
/YouTypeIt/test | Sample representations for use in POST and PUT tests. |
<tr>
<td>/Maze/the-boaster/</td>
<td>An automatic Maze+XML client that claims to have completed
a maze, without actually doing it.</td>
</tr>
/Maze/ | A server and three clients for the Maze+XML media type explored in Chapter 5. |
/Maze/server/ | A Maze+XML Server |
/Maze/the-game/ | An interactive Maze+XML client that allows a user to navigate mazes |
/Maze/the-mapmaker/ | An automated Maze+XML client bot that makes an ASCII map of a maze. |