User:Tancre/Prototyping/API: Difference between revisions
< User:Tancre | Prototyping
(→API) |
|||
Line 2: | Line 2: | ||
Application Programming Interface | Application Programming Interface | ||
== What is an API? == | == What is an API? == | ||
'''''Sooo an API is basically an application that works on a meta-level and permits the exchange of informations between two software services through the use of protocols.''''' <br><br> | |||
It is really interesting the idea of '''API's ecosystem''' >> It would be nice to explore in a graphical way the system of relations between different software services and API's that permits those relations. | |||
=== Types of API's === | |||
==== Methods of access ==== | |||
*Software libraries & Frameworks | |||
*OS >> ''POSIX'' | |||
*Remote | |||
**Message-Oriented Middlewere (MOM) | |||
**Web | |||
==== Styles of Organizzations ==== | |||
== History of API's == | === History of API's === | ||
== Types of API | ==Sources== | ||
[https://en.wikipedia.org/wiki/Application_programming_interface wikipedia] IT & ENG<br> | |||
Alan Frye - [https://www.benefitfocus.com/blogs/design-engineering/api What is an API?] | |||
/[https://www.benefitfocus.com/blogs/design-engineering/api Types of API?] | |||
/[https://www.benefitfocus.com/blogs/design-engineering/api A bit of API history?] |
Revision as of 13:18, 19 October 2018
API
Application Programming Interface
What is an API?
Sooo an API is basically an application that works on a meta-level and permits the exchange of informations between two software services through the use of protocols.
It is really interesting the idea of API's ecosystem >> It would be nice to explore in a graphical way the system of relations between different software services and API's that permits those relations.
Types of API's
Methods of access
- Software libraries & Frameworks
- OS >> POSIX
- Remote
- Message-Oriented Middlewere (MOM)
- Web
Styles of Organizzations
History of API's
Sources
wikipedia IT & ENG
Alan Frye - What is an API?
/Types of API?
/A bit of API history?