Difference between revisions of "What is a API?"

From IE Internet helpdesk
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== What is a API? ==
 
== What is a API? ==
  
An application programming interface (API) is a source code based specification intended to be used as an interface by software components to communicate with each other. An API may include specifications for routines, data structures, object classes, and variables.
+
*An application programming interface (API) is a source code based specification intended to be used as an interface by software components to communicate with each other. An API may include specifications for routines, data structures, object classes, and variables.
  
 
[[Category:Helpful Definitions]]
 
[[Category:Helpful Definitions]]

Latest revision as of 16:44, 30 March 2012

What is a API?

  • An application programming interface (API) is a source code based specification intended to be used as an interface by software components to communicate with each other. An API may include specifications for routines, data structures, object classes, and variables.