Posts

Showing posts from September, 2023

API(Application Programming Interface)

 Hi all, This is a blog about API(Application Programming Interface).       It is an software intermediary that allows two application to talk each other. It is easy to access the data from this and we can also share the data easily.APIs are all around us.it is a testing tool. API acts like an interface between a couple of applications and establishes a connection between them require an API whenever we access an application like checking news over the phone, Facebook, and so on.      There is no one without mobile in this world. So for example you are searching more and more in google and some other apps. The data that you search will move towards the server and the information is sent to your phone by the server.The application then interprets that data and presents you with the information you wanted in a readable way.           The term “API” has been generically used to describe connectivity interfaces to an application. H...