We wanted a simple display of the story cards currently in play. We use AgileZen to track our projects. AgileZen has a simple API. I wanted to play with Sinatra. These are the results.
API_KEY refers to the key generated for a AgileZen user
/{API_KEY}/projects - lists all the projects associated with the user
/{API_KEY}/projects/{project_id} - lists all the stories for a particular [project_id]
/{API_KEY}/projects/{project_id}/inprogress - lists all the stories currently being worked on for a particular [project_id]