www.fgks.org   »   [go: up one dir, main page]

Mashable

Current Session

Welcome to Mashable!
0
0
Large_apis-1e80b2c21a

APIs

An application programming interface (API) is a particular set of rules and specifications that a software program can follow to access and make use of the services and resources provided by another particular software program that implements that API. It serves as an interface between different software programs and facilitates their interaction, similar to the way the user interface facilitates interaction between humans and computers.
An API can be created for applications, libraries, operating systems, etc., as a way of defining their "vocabularies" and resources request conventions (e.g. function-calling conventions). It may include specifications for routines, data structures, object classes, and protocols used to communicate between the consumer program and the implementer program of the API.
An API is an abstraction that describes an interface for the interaction with a set of functions used by components of a software system. The software providing the functions described by...

Report a bug