CreateSdkOptions
Import
import { CreateSdkOptions } from "@hyper-fetch/core"
Source
Package
Preview
type CreateSdkOptions<Schema> = {
camelCaseToKebabCase?: boolean;
defaults?: SdkConfigurationMap<Schema>;
methodTransform?: (method: string) => string;
}
Structure
CreateSdkOptions
| Name | Type | Description |
|---|---|---|
| camelCaseToKebabCase | | |
| defaults | | Per-endpoint request defaults |
| methodTransform | |
