Can someone explain to me API's | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Can someone explain to me API's

it's uses,how it is created etc

25th Sep 2019, 11:16 AM
Bright Odohofre
Bright  Odohofre - avatar
1 Resposta
+ 1
An API is a common interface that two programs communicate with. For example, if you had a website (website1) and wanted to communicate with another website (website2), how would you do that? The answer is an API. Website2 would create an API with common interfaces that website1 would access. If you wanted to send information to website2, website2 could create an endpoint called "send" that would take any information posted to "send" and do something with it. Now website1 could post information to "send" and website2 would receive that information and do something with it. An API is simply a common language both parties speak.
18th Oct 2019, 2:51 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar