Ask HN: API Design?
I am interested in adding an official API to my site. Any links/tips/tricks/books? I'd rather take the time to make it close to right the first time, as opposing to break a bunch of things down the line. API Design is not my strong suit.
thanks
6 comments
[ 5.7 ms ] story [ 30.1 ms ] threadhttp://neuroning.com/articles/2006/11/19/on-api-design-guide...
http://lcsd05.cs.tamu.edu/slides/keynote.pdf
It might be hard for us to try and help you out without knowing the project in detail, but follow the guidelines of that Google Keynote and you should be just fine.
http://blog.carlmercier.com/2008/06/17/podcast-building-deve...
You could also look at some of the tricks we use at Yahoo. One thing I think is important is the way we handle JSON (http://developer.yahoo.com/common/json.html).