Observations on API and Mashup Management

API and Mashup Blog

API Tip of the Day: REST Means Exposing a Resource

Ideally an API exposes a resource that can be manipulated.  While there may be multiple ways to organize those resources into categories and lists, at the end of the URL you are exposing a resource.  This is a core principle of the REST pattern.  Look at the problem from the resource’s perspective, not the perspective of the method.