Pergunta de entrevista da empresa Glovo

Q: Can you explain what is an API, how APIs work, and provide an example of a common API?

Resposta da entrevista

Sigiloso

1 de dez. de 2021

Q: API is an acronym for "application program interface" which is a set of instructions / rules governing how different applications communicate with each other, typically over the internet via HTTP in the case of Web APIs. REST or RESTful (remote representational transfer) is a common API that powers many e-commerce web applications.