OptionalbaseBase URL for the request - will be combined with url
OptionaltimeoutRequest timeout in milliseconds before aborting
HTTP method for the request
OptionalparamsQuery parameters to append to URL
Request URL path (relative to baseURL if provided)
OptionalresponseExpected response type for automatic parsing
OptionaldataRequest body data (will be automatically serialized)
OptionalretryRetry configuration for failed requests
Configuration for individual HTTP requests
Description
Extends native RequestInit with additional API client features
Example