Features optional authentication (API key, Basic Auth, JWT, OAuth-ready), OpenAPI (Swagger) docs, and zero code generation.
The ManagementApiClient supports automatic retry handling when the API returns HTTP 429 – Too Many Requests. To enable this behavior, pass the shouldRetry flag when creating the client. Under the hood ...