January 03rd, 2024

Types of API?



Like (1) Comments (1)



1 Comments Add Your Comment


Akshat Gupta
3 years ago Selected
Procedural:

Procedural APIs go to the server to perform the main tasks of the application, and after completing the task, provide an interface to the user, through which the user can complete his tasks.

Object Oriented:

The Object Oriented API handles the complex tasks of objects and then moves them to the server. Object Oriented API is more efficient and faster than other APIs.

Service Oriented:

Service Oriented API is used for e-commerce website, the user performs the tasks through the application, Service Oriented API transmits them to the server in the form of protocol.

Resource Oriented:

Resource Oriented API stores or collects our data, and then takes it to the server, big companies use it to keep their company data secure.
Like (0) Reply

Post a Comment

To leave a comment, please Login or Register