Difference between revisions of "API"
Todd Price (talk | contribs) (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...") |
Todd Price (talk | contribs) |
||
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 (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.