TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Yet More Trouble with REST APIs?

3 pointsby jjchiwalmost 14 years ago

2 comments

wccrawfordalmost 14 years ago
"Are we simply missing well defined rules for designing good REST APIs, or is this really a lost cause as JJ suggests?"<p>Yes, I think we're missing a clearly define spec for what REST is, and how it should work.<p>I recently wrote a REST service, and I did a LOT of extra research into almost every aspect of it. I say almost every, because even a couple months later, I'm still finding things I think I could have planned better, had I read the article in time. Right down to the URI scheme. (In particular, plural vs singular.)<p>It would have been really nice to have all that info condensed into a single best-practices document or spec.
RyanMcGrealalmost 14 years ago
I think Orwell's closing advice to writers in his essay "Politics and the English Language" applies here:<p>&#62; Break any of these rules sooner than say anything outright barbarous.<p><a href="http://www.mtholyoke.edu/acad/intrel/orwell46.htm" rel="nofollow">http://www.mtholyoke.edu/acad/intrel/orwell46.htm</a>