+ 16
[[ANSWERED]]What's an API??
I've encountered them many times on some comments but I don't ACTUALLY understand what they mean. If it's included in a lesson, i've most likely forgotten that i've encountered it already, so can anyone enlighten me in on this thing? That will be appreciated, thanks~
9 Respostas
+ 28
Application Programming Interface.
APIs expose methods for you to interact with an application without needing the actual source code.
For instance Google Maps has an API that lets you create maps on your site without needing all the code Google uses.
Or the browser has APIs for you as well like the navigation or location APIs.
+ 7
u can read this https://www.mulesoft.com/resources/api/what-is-an-api
+ 4
https://www.sololearn.com/Discuss/609062/?ref=app
+ 4
Application Programming Interface.
+ 3
Application Programming Interface.
+ 2
Put in the most simple way it's the middleman, imagine an API as a kid with divorced parents, he goes back and forth telling one what the other thinks about him/her/it.
+ 1
An API is Application Programming Interface. they are codes availlable for programmers to use
+ 1
It's a clear way to interact with a system. For your needs of course.
+ 1
So are external libraries technically APIs?