Answers for "api full form"

15

api full form

Application programming interface
Posted by: Guest on June-21-2020
13

what is api

API (Application Programming Interface) helps in communication 
and data exchange between two software systems. It is the channel which 
connects two software systems communicate with one another.


An API forms the middle layer of a three-layered application pyramid, 
consisting of a data layer, a server layer and a presentation layer. 
While the data layer is concerned with data storage and the presentation 
layers are concerned with the user interface, the server layer is composed 
of business logic that defines the way for users to interact with various 
functions, features, and information. 

RESTful API ==> plain text, html, xml, json
SOAP ==> more secure, works with only xml
Posted by: Guest on December-04-2020
0

rest api full form

Representation state transfer Application Programming Interface
Posted by: Guest on September-30-2021

Browse Popular Code Answers by Language