APIs are like pre-made services that you can use on your apps, umm..., am I right?...What's are APIs in your mind? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

APIs are like pre-made services that you can use on your apps, umm..., am I right?...What's are APIs in your mind?

4th Oct 2020, 6:06 AM
Masr
1 Answer
+ 3
An API has much more general meaning. It stands for "Application Programming Interface", and it formalizes the way how different pieces of software can communicate with each other. Web-based API, for example REST (Representational State Transfer) protocol, is one commonly used way to build these interfaces between web applications. But it is not the only type of API by far. https://www.freecodecamp.org/news/what-is-an-api-in-english-please-b880a3214a82/
4th Oct 2020, 6:18 AM
Tibor Santa
Tibor Santa - avatar