Code PaLOUsa Code Competion API Overview

This is a simple, RESTful API that will allow you to retrieve data about the Code PaLOUsa 2012 speaker Sessions. The API only exposes read operations. The API provides two main operations: GetAll and GetById.

This API also uses the standard "callback" parameter to handle returning a valid JSON-P response for cross-domain availability.

The basic end points are provided below. Using the API should be straight forward. We can't wait to see what you build! Now stop reading, and go be CREATIVE!

GetAll() - /api/sessions

GetById() - /api/sessions/{id}