interagent / http-api-design

HTTP API design guide extracted from work on the Heroku Platform API
https://geemus.gitbooks.io/http-api-design/content/en/
Other
13.69k stars 1.07k forks source link

Consider adding language specific resources for implementing these principles #68

Open gooddadmike opened 9 years ago

gooddadmike commented 9 years ago

I tried to implement some of these principles and found that it involved certain other resources. For ASP.net for example it seems like CacheCow is the best available way to implement ETags for Caching. Maybe adding some links to similar resources for specific server/client languages would serve as a good jumping off point for people who find this useful.

geemus commented 9 years ago

Good idea! I'm hardly an expert outside of my pretty narrow (Ruby mostly) realm, but I can certainly see how some pointers would be helpful. I'll ponder how best to fit this in (I don't want it to be too overwhelming or distracting from the core content). Thanks for the suggestion!