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
Copy file name to clipboardExpand all lines: README.md
+2-169Lines changed: 2 additions & 169 deletions
Original file line number
Diff line number
Diff line change
@@ -116,175 +116,8 @@ s = unstructured_client.UnstructuredClient(client: http_client)
116
116
```
117
117
<!-- End Custom HTTP Client -->
118
118
119
-
120
-
121
-
<!-- Start Retries -->
122
-
# Retries
123
-
124
-
Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK.
125
-
126
-
To change the default retry strategy for a single API call, simply provide a retryConfig object to the call:
127
-
128
-
129
-
## Example
130
-
131
-
```python
132
-
import unstructured_client
133
-
from undefined.utils import BackoffStrategy, RetryConfig
0 commit comments