User:Tancre/Prototyping/API: Difference between revisions
< User:Tancre | Prototyping
(Created page with "= API = Application Programming Interface == What is an API? == [https://en.wikipedia.org/wiki/Application_programming_interface wikipedia] [https://www.benefitfocus.com/blogs...") |
|||
Line 2: | Line 2: | ||
Application Programming Interface | Application Programming Interface | ||
== What is an API? == | == What is an API? == | ||
[https://en.wikipedia.org/wiki/Application_programming_interface wikipedia] | [https://en.wikipedia.org/wiki/Application_programming_interface wikipedia] <br> | ||
[https://www.benefitfocus.com/blogs/design-engineering/api What is an API? - Alan Frye] | [https://www.benefitfocus.com/blogs/design-engineering/api What is an API? - Alan Frye] | ||
So an API is basically an application that works on a meta-level and permits the exchange of informations between two services through the use of protocols. | |||
== History of API's == | == History of API's == | ||
== Types of API's == | == Types of API's == |
Revision as of 11:56, 19 October 2018
API
Application Programming Interface
What is an API?
wikipedia
What is an API? - Alan Frye
So an API is basically an application that works on a meta-level and permits the exchange of informations between two services through the use of protocols.