You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can set a custom timeout for the SDK's HTTP requests as follows:
54
+
55
+
```go
56
+
import"time"
57
+
58
+
config:= clientconfig.NewConfig()
59
+
60
+
sdk:= client.NewClient(config)
61
+
62
+
sdk.SetTimeout(10 * time.Second)
63
+
```
64
+
51
65
## Services
52
66
53
67
The SDK provides various services to interact with the API.
54
68
55
-
<details>
69
+
<details>
56
70
<summary>Below is a list of all available services with links to their detailed documentation:</summary>
57
71
58
72
| Name |
@@ -108,7 +122,7 @@ This struct is shared by both response wrappers and contains the following field
108
122
109
123
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
110
124
111
-
<details>
125
+
<details>
112
126
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
You can set a custom timeout for the SDK's HTTP requests as follows:
244
+
245
+
```go
246
+
import"time"
247
+
248
+
config:= clientconfig.NewConfig()
249
+
250
+
sdk:= client.NewClient(config)
251
+
252
+
sdk.SetTimeout(10 * time.Second)
253
+
```
254
+
227
255
## Services
228
256
229
257
The SDK provides various services to interact with the API.
230
258
231
-
<details>
259
+
<details>
232
260
<summary>Below is a list of all available services with links to their detailed documentation:</summary>
233
261
234
262
| Name |
@@ -282,7 +310,7 @@ This struct is shared by both response wrappers and contains the following field
282
310
283
311
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
284
312
285
-
<details>
313
+
<details>
286
314
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
287
315
288
316
| Name | Description |
@@ -306,6 +334,7 @@ The SDK includes several models that represent the data structures used in API r
You can set a custom timeout for the SDK's HTTP requests as follows:
52
+
53
+
```go
54
+
import"time"
55
+
56
+
config:= clientconfig.NewConfig()
57
+
58
+
sdk:= client.NewClient(config)
59
+
60
+
sdk.SetTimeout(10 * time.Second)
61
+
```
62
+
49
63
## Services
50
64
51
65
The SDK provides various services to interact with the API.
52
66
53
-
<details>
67
+
<details>
54
68
<summary>Below is a list of all available services with links to their detailed documentation:</summary>
55
69
56
70
| Name |
@@ -106,7 +120,7 @@ This struct is shared by both response wrappers and contains the following field
106
120
107
121
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
108
122
109
-
<details>
123
+
<details>
110
124
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
0 commit comments