Documentation Index
Fetch the complete documentation index at: https://docs.zabcik.me/llms.txt
Use this file to discover all available pages before exploring further.
Subpath imports
The SDK exposes the main entrypoint (gopay-sdk) for typical usage. For advanced cases (custom HttpTransport, tree-shaking, or smaller bundles), you can import from subpaths:
| Subpath | Contents |
|---|---|
gopay-sdk/errors | GoPayApiError, GoPayConfigError |
gopay-sdk/http | HttpTransport, HTTP types (HttpMethod, HttpHeaders, …) |
gopay-sdk/auth | TokenCache, InMemoryTokenCache |
gopay-sdk/config | CreateGoPayClientConfig, GoPayClientOptions, NormalizedGoPayClientConfig |
Examples
gopay-sdk export still re-exports these symbols; subpaths are optional.