Difference between revisions of "API"

(Created page with "An API (Application Programmable Interface) is a software interface that allows two applications to interact with each other without any user intervention. An API is a col...")
 
 
Line 1: Line 1:
An API (Application Programmable Interface) is a software interface that allows two applications to interact with each other without any user intervention. An API is a collection of software functions and procedures. These functions or procedures will be either GET or POST operations.
+
An API (Application Programmable Interface) is a software interface that allows two applications to interact with each other without any user intervention. 
 +
 
 +
Each API is a collection of software functions and procedures. These functions or procedures will be executed collectively for either GET or POST operations.

Latest revision as of 01:15, 21 April 2022

An API (Application Programmable Interface) is a software interface that allows two applications to interact with each other without any user intervention. 

Each API is a collection of software functions and procedures. These functions or procedures will be executed collectively for either GET or POST operations.