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
@@ -108,7 +123,7 @@ This struct is shared by both response wrappers and contains the following field
108
123
109
124
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
125
111
-
<details>
126
+
<details>
112
127
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
113
128
114
129
| Name | Description |
@@ -136,6 +151,8 @@ 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:
254
+
255
+
```go
256
+
import"time"
257
+
258
+
config:= clientconfig.NewConfig()
259
+
260
+
sdk:= client.NewClient(config)
261
+
262
+
sdk.SetTimeout(10 * time.Second)
263
+
```
264
+
227
265
## Services
228
266
229
267
The SDK provides various services to interact with the API.
230
268
231
-
<details>
269
+
<details>
232
270
<summary>Below is a list of all available services with links to their detailed documentation:</summary>
233
271
234
272
| Name |
@@ -282,7 +320,7 @@ This struct is shared by both response wrappers and contains the following field
282
320
283
321
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
322
285
-
<details>
323
+
<details>
286
324
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
287
325
288
326
| Name | Description |
@@ -306,6 +344,7 @@ The SDK includes several models that represent the data structures used in API r
@@ -106,7 +121,7 @@ This struct is shared by both response wrappers and contains the following field
106
121
107
122
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
123
109
-
<details>
124
+
<details>
110
125
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
111
126
112
127
| Name | Description |
@@ -134,6 +149,8 @@ The SDK includes several models that represent the data structures used in API r
0 commit comments