A _____ API is typically exposed to external developers and may be used to extend the functionality of a platform.
- Internal
- Private
- Public
- Shared
A "Public" API is typically exposed to external developers and allows them to extend the functionality of a platform or application. It's accessible to external parties for integration.
Loading...
Related Quiz
- How does rate limiting protect a Web API from abuse?
- Postman is a popular tool used for ________ APIs.
- Which feature of Swagger allows developers to design, build, and document APIs directly in the browser?
- What considerations are crucial when deciding between using REST, SOAP, or GraphQL for a new API?
- gRPC can efficiently handle _____ communication, which is beneficial for services that need to maintain a persistent connection.