SdkInstance
Import
import { SdkInstance } from "@hyper-fetch/core"
Source
Package
Preview
type SdkInstance<Schema> = Schema & { $configure: (defaults: SdkConfigurationMap<Schema>) => SdkInstance<Schema> };
Structure
SdkInstance
| Name | Type | Description |
|---|---|---|
| $configure | | Apply request defaults to the SDK. Returns a new SDK instance with the configuration applied. Use "*" to match all endpoints, or specific endpoint strings / wildcard patterns. |
