Fundamentals
Set theme to dark (⇧+D)

Application Program Interface (API)

An API is a declaration of how computers or computer programs should exchange information. It can be seen as a contract between two Services.

​​ API Standards

There are three main API standards:

  • SOAP: the old one.
  • REST API: the current, lighter, and simpler one.
  • gRPC: the faster