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.

What is an API? How does it work?

14 pointsby robertakarobinover 5 years ago

3 comments

nineteen999over 5 years ago
I don&#x27;t know, this seems incredibly web-centric, apart from a brief comment that &quot;Microsoft Word uses your computer’s storage API to find files&quot;.<p>&quot;The term API seems to appear for the first time in the article of Ira W. Cotton, Data structures and techniques for remote computer graphics, published in 1968. &quot; - <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Application_programming_interface" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Application_programming_interf...</a><p>Looong before the advent of web programming. I&#x27;d expect a more in depth discussion of API&#x27;s to at least mention lower level API&#x27;s like WinAPI, POSIX etc, and how higher level API&#x27;s are usually created to wrap, or to aggregate existing API&#x27;s.<p>After all, the vast majority of SOAP and XML-RPC API&#x27;s are leveraging those lower level API&#x27;s to begin with.
评论 #20995407 未加载
mogadsheuover 5 years ago
As some one who’s learning to code in my spare time, this is fantastic.
hprotagonistover 5 years ago
Use of the term &#x27;API&#x27; appears to be this decade&#x27;s &#x27;algorithm&#x27;.<p>It&#x27;s just an agreed on set of rules about how we&#x27;re going to exchange data (aka, compute something).
评论 #20991932 未加载