WithDefaultBaseURL returns a RequestOption that sets the client's default Base URL.
func WithDefaultBaseURL(baseURL string) RequestOptionWithDefaultBaseURL returns a RequestOption that sets the client's default Base URL. This is always overridden by setting a base URL with WithBaseURL. WithBaseURL should be used instead of WithDefaultBaseURL except in internal code.
| Name | Type | Description |
|---|---|---|
baseURL* | string |