@gobing-ai/turnstile-api-client-core
v0.3.0
Published
Shared low-level HTTP transport primitives for Turnstile SDK packages.
Readme
@turnstile/api-client-core
Shared low-level transport utilities for Turnstile SDK packages.
Audience
Internal package used by:
@turnstile/client@turnstile/admin-client
This package is not intended to be the primary entrypoint for application teams.
Owns
BaseApiClientTurnstileError- shared request and response types
- shared bearer-token request handling
- shared JSON response parsing
Does Not Own
- customer checkout APIs
- admin/operations APIs
- OIDC helpers
- subscription helpers
Usage
import { BaseApiClient, TurnstileError } from '@turnstile/api-client-core';