A descriptions of the routing and endpoints available on the Chameleon API
The documentation can be viewed locally by running any webserver in the docs
directory.
For example, the following command will start a WEBrick server available on http://localhost:8000:
ruby -run -e httpd docs -p 8000