Application programming interface: Difference between revisions

From ACT Wiki
Jump to navigationJump to search
imported>Doug Williamson
(Classify page.)
imported>Doug Williamson
(Expand definition. Source: CFTE.)
Line 4: Line 4:


An API is a set of commands, functions, protocols, and objects that programmers can use to create software or interact with an external system.  
An API is a set of commands, functions, protocols, and objects that programmers can use to create software or interact with an external system.  
It is a machine-readable interface for machine to machine communication.


It provides developers with standard commands for performing common operations so they do not have to write the code from scratch.
It provides developers with standard commands for performing common operations so they do not have to write the code from scratch.

Revision as of 15:50, 8 April 2021

Information technology.

(API).

An API is a set of commands, functions, protocols, and objects that programmers can use to create software or interact with an external system.

It is a machine-readable interface for machine to machine communication.


It provides developers with standard commands for performing common operations so they do not have to write the code from scratch.


See also