Web APIs by Example
Evan Sims beschreibt am Beispiel der Twitter API das Arbeiten mit (Web) APIs.
APIs, or application programming interfaces, are essentially standardized methods for applications to talk to one another and share information. (…) On the web, APIs are usually provided as a means of importing data to other services, or using third party clients to push information to your account.

