Thread: Api
View Single Post
Old 02-01-2010, 10:28 PM   #3 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

A basic API is really just a web interface (data wise), but you send the data in a RESTful way (xml,json,php). You just need to create a system that will respond to requests and provide the needed data.

If you're still stuck look through some of these examples: Vimeo simple API or Twitter API. Really, a good example of an 'api' is any RSS/XML feed, all they are is data which your RSS reader parses and displays.
__________________
My Site
adamdecaf is offline  
Reply With Quote