0

What is api? And how to use it

want the explanation of how to use API in programming

2nd Oct 2018, 7:56 AM
Manjunath Angadi
Manjunath Angadi - avatar
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.
2nd Oct 2018, 8:26 AM
JME