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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What is an API, can we redefine?

2 点作者 mgwhitfield将近 12 年前
a company said, &quot;you can&#x27;t mess with our services directly, but we&#x27;ll give you a way to interact with our services and (mostly) data over HTTP. basically, SOAP is terrible, and this is just like HTTP but we give you a structured response in JSON.&quot;<p>and then technical strategy said, &quot;yes, and we can dissuade people competing with us by getting them excited to use the data.&quot;<p>then the marketing team said, &quot;we can really improve ROI if we siphon out user data to improve our business intelligence.&quot;<p>and then the user lost, competition squandered, app developers won, big biz wins. am i getting this right? is this what an API is?<p>can we think of a better name? i really don&#x27;t want to build an API if this is what this is. right now i&#x27;ve just got, &quot;structured HTTP query&quot;.

2 条评论

johns将近 12 年前
the API is just the delivery mechanism. you can call it whatever you want. platform is a popular choice. just make sure that both you and the consumers benefit from every API call: <a href="http://thenextweb.com/dd/2013/03/12/apis-are-dead-long-live-apis/" rel="nofollow">http:&#x2F;&#x2F;thenextweb.com&#x2F;dd&#x2F;2013&#x2F;03&#x2F;12&#x2F;apis-are-dead-long-live-...</a>
davidsmith8900将近 12 年前
- Does this ~&gt; <a href="http://en.m.wikipedia.org/wiki/Application_programming_interface" rel="nofollow">http:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Application_programming_inter...</a> by any chance help?