Created by Andrew Clarkson @_andrewclarkson
REST = REpresentational State Transfer
Described by Roy Fielding in 2000
It's a architectural philosophy or style
via a Token
$ curl -u <token> https://sample.campfire.com/
Rooms
GET /rooms.xml
A specific room
GET /room/<id>.xml
Joining a room
POST /room/<id>/join.xml
Un-starring a message
DELETE /messages/<id>/star.xml