The site apisjson.org defines a specification for creating a document that declares the existence of an API on the web. This document provides some identification information about the API and links to documentation and to the actual API root URL. It also supports pointing to other resources like API design metadata documents and contact information for maintainers […]
A recent post on the Dropbox developer’s blog post talked about the challenges of constructing URLs due to the challenges of encoding parameters. They proposed the idea of using encoded JSON to embed parameters in URLs. I believe URI Templates offer a much easier and cleaner way to address this issue. This blog posts shows how. I’ve […]
Uber recently announced the availability of a public API. I decided to take it for a spin and provide some commentary. The quick version is that it is a fairly standard HTTP API and that is both a good thing and a bad thing. You can find the official documentation for the Uber API on their […]