Options
Global Options
WithServerURL
squadcastsdk.WithServerURL("https://api.example.com")WithTemplatedServerURL
squadcastsdk.WithTemplatedServerURL("https://{host}:{port}", map[string]string{
"host": "api.example.com",
"port": "8080",
})WithServerIndex
squadcastsdk.WithServerIndex(1)WithClient
WithSecurity
WithSecuritySource
WithRetryConfig
WithTimeout
Per-Method Options
WithServerURL
WithTemplatedServerURL
WithRetries
WithOperationTimeout
WithSetHeaders
WithURLOverride
WithAcceptHeaderOverride
Last updated