Endpoints - TypeScript SDK
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
(endpoints)
Overview
Endpoint information
Available Operations
- list - List all endpoints for a model
- listZdrEndpoints - Preview the impact of ZDR on the available endpoints
list
List all endpoints for a model
Example Usage
Standalone function
The standalone function version of this method:
React hooks and utilities
This method can be used in React components through the following hooks and associated utilities.
Check out this guide for information about each of the utilities below and how to get started using React hooks.
Parameters
Response
Promise<operations.ListEndpointsResponse>
Errors
listZdrEndpoints
Preview the impact of ZDR on the available endpoints
Example Usage
Standalone function
The standalone function version of this method:
React hooks and utilities
This method can be used in React components through the following hooks and associated utilities.
Check out this guide for information about each of the utilities below and how to get started using React hooks.
Parameters
Response
Promise<operations.ListEndpointsZdrResponse>