Difference between revisions of "Application Programming Interface"

From Open Risk Manual
 
 
Line 6: Line 6:
 
An API may include specifications for routines, data structures, object classes, and variables. These are important because they enable other programmers to use components of existing software,allowing for faster and more reliable software development.
 
An API may include specifications for routines, data structures, object classes, and variables. These are important because they enable other programmers to use components of existing software,allowing for faster and more reliable software development.
  
[[Category:Fintech]]
+
[[Category:Quantitative Tools]]

Latest revision as of 17:30, 5 December 2023

Definition

Application Programming Interface. (API) It is the interface used by software components to communicate with each other.

An API specification includes a set of requirements that define how two pieces of software can interact with each other. It allows moving data between applications.

An API may include specifications for routines, data structures, object classes, and variables. These are important because they enable other programmers to use components of existing software,allowing for faster and more reliable software development.