We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfb2b5 commit af35c2bCopy full SHA for af35c2b
README.md
@@ -52,7 +52,7 @@ func main() {
52
Various options can be passed to the client `New` method to control its behaviour:
53
54
* `OptEndpoint(value string)` sets the endpoint for all requests
55
-* `OptTimeout(value time.Duration)` sets the timeout on any request, which defaults to 10 seconds
+* `OptTimeout(value time.Duration)` sets the timeout on any request, which defaults to 30 seconds
56
* `OptUserAgent(value string)` sets the user agent string on each API request
57
* `OptTrace(w io.Writer, verbose bool)` allows you to debug the request and response data.
58
When `verbose` is set to true, it also displays the payloads
0 commit comments