How to Provide a Web API
Alex Bosworth lays it down in 5 simple rules.
What are a few simple rules for providing a web API?
- Keep it clean and simple
- Stick to standards
- Make it about data
- Keep it working
- Design for updates http://www.sourcelabs.com/blogs/ajb/2006/08/how_to_provide_a_web_api.html
Link via Jeremy Zawodny’s Linkblog.