Saved Bookmarks
| 1. |
What is an API Gateway? |
|
Answer» An API gateway allows multiple APIs to act together as a SINGLE gateway to PROVIDE a uniform experience to the user. In this, each API call is processed RELIABLY. The API gateway manages the APIs centrally and provides enterprise-grade security. Common tasks of the API services can be handled by the API gateway. These tasks include services like statistics, rate limiting, and user authentication. |
|