FetchOptions src/Interface.ts#L58
The options necessary for the fetch function in Client.
Properties:
Name | Type | Description |
---|---|---|
body | Record<string, string | number | boolean | string | number | boolean[]> | The json body to send if available. OPTIONAL |
headers | Record<string, string> | The headers to apply. OPTIONAL |
method | Methods | The method type. OPTIONAL |
params | Record<string, any> | Search query parameters. OPTIONAL |