lavimarcu / example-code

Code used to create the servers and clients shown in "RESTful Web APIs"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTful Web APIs

Node.js code for the clients and servers used as examples in O'Reilly's "RESTful Web APIs".

You Type It, We Post It

/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.

The Maze

<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.

About

Code used to create the servers and clients shown in "RESTful Web APIs"


Languages

Language:JavaScript 90.9%Language:HTML 8.5%Language:CSS 0.6%