0
What is api? And how to use it
want the explanation of how to use API in programming
2 Respostas
+ 2
An api is a way for a program to access and modify data from an application.
An api you want to access will have documentation on how to read/write data. If you are trying to build one for an application your chosen language/framework will have a way to set it up.