eli5 – What does an API & HTTP call mean? And what is the difference between both and their significance ?

270 views

eli5 – What does an API & HTTP call mean? And what is the difference between both and their significance ?

In: 3

5 Answers

Anonymous 0 Comments

API means “Application Programming Interface”. It’s a way that one program can access functions from another program. For example, when you double click a document file from Explorer, Explore asks Word’s Open function to open and display the file.

HTTP means “HyperText Transfer Protocol”. This is the main method used to access, download, and display webpages in your browser.

You are viewing 1 out of 5 answers, click here to view all answers.