What is an API ?

Photo by sofia lyu on Unsplash

What is an API ?

Table of contents

No heading

No headings in the article.

A waiter takes the order from the customer, which is then relayed to the chef.

Once the chef completes the meal, the waiter brings the meal to the customer.

Similarly,

An API receives a request from an application.

Then it interacts with a data source to collect and process a response,

Which is then returned to the application.

📓Definition :-

An API (Application Programming Interface) is a set of functions that allows applications to access data and interact with external software components, operating systems, or microservices.

#programming #software #operatingsystems #data #microservices #chef