TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

An open letter to developers. Pls stop fucking up the APIs ecosystem.

5 点作者 asder1将近 13 年前

1 comment

HarrietJones将近 13 年前
My rule of thumb:<p>If the API contains a version number it its URL, then the developers have considered how people will use their service after they add new features, and it's probably good to use. e.g. <a href="http://myservice.com/v1/doathing" rel="nofollow">http://myservice.com/v1/doathing</a><p>Unfortunately, there's hardly anyone doing this. As API's get older and we figure these things out, we should see this getting better.<p>As a side note, if you're interfacing with any API though anything other than a wrapper, then you're asking for trouble.