API: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Altered url. URLs might have been anonymized. | Use this bot. Report bugs. | #UCB_CommandLine
unsourced addition, possibly LLM-generated
 
(24 intermediate revisions by 13 users not shown)
Line 1:
{{short description|Connection between computers or programs}}
{{other uses}}
{{hatnote|"Api.php" redirects here. For the Wikipedia API, see {{Plain link|[Special:ApiHelp]}}.|selfref=falsetrue}}
 
An '''application programming interface''' ('''API''') is a connection between [[computer]]s or between [[computer program]]s. It is a type of software [[Interface (computing)|interface]], offering a service to other pieces of [[software]].<ref name=":0">{{cite book |last=Reddy |first=Martin |author-link= |date=2011 |title=API Design for C++ |url=https://books.google.com/books?id=IY29LylT85wC |publisher=Elsevier Science |page=1 |isbn=9780123850041}}</ref> A document or standard that describes how to build such a connection or interface is called an ''API specification''. A computer system that meets this standard is said to ''implement'' or ''expose'' an API. The term API may refer either to the specification or to the implementation.
Line 76:
}}
</ref>
 
 
===Operating systems===
Line 258 ⟶ 259:
*[[Comparison of application virtual machines]]
*[[Document Object Model]] (DOM)
*[[Double-chance function]]
*[[Foreign function interface]]
*[[Front and back ends]]