Difference between revisions of "API"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
(Created page with "==What is an API?== <ref>http://en.wikipedia.org/wiki/Application_programming_interface</ref><blockquote> An application programming interface (API) is a specification intended t...")
 
(further fixed syntax)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
To help promote programming accessible applications to interact with other services http://api.midsouthmakers.org has been created to centrally house all group related APIs
 +
 
==What is an API?==
 
==What is an API?==
<ref>http://en.wikipedia.org/wiki/Application_programming_interface</ref><blockquote>
+
<blockquote>An application programming interface (API) is a 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 API specification can take many forms, including an International Standard such as POSIX or vendor documentation such as the Microsoft Windows API, or the libraries of a programming language, e.g. Standard Template Library in C++ or Java API. <ref name="wikipedia_api">[http://en.wikipedia.org/wiki/Application_programming_interface Wikipedia:Definition of API]</ref></blockquote>
An application programming interface (API) is a 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 API specification can take many forms, including an International Standard such as POSIX or vendor documentation such as the Microsoft Windows API, or the libraries of a programming language, e.g. Standard Template Library in C++ or Java API.
 
</blockquote>
 
 
 
 
 
To help promote programming accessible applications to interact with other services http://api.midsouthmakers.org has been created to centrally house all group related APIs
 
  
 
==Current APIs==
 
==Current APIs==
 +
* MM-Tweeter [[MM-Tweeter]]
  
 
+
== References ==
 
 
 
 
 
 
 
<references/>
 
<references/>

Latest revision as of 21:48, 8 May 2012

To help promote programming accessible applications to interact with other services http://api.midsouthmakers.org has been created to centrally house all group related APIs

What is an API?

An application programming interface (API) is a 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 API specification can take many forms, including an International Standard such as POSIX or vendor documentation such as the Microsoft Windows API, or the libraries of a programming language, e.g. Standard Template Library in C++ or Java API. [1]

Current APIs

References