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
If you want to disable GZIP compressed responses, set the `compress` flag
95
+
on your configuration object:
96
+
97
+
```python
98
+
configuration.compress =False
99
+
```
100
+
101
+
### Enable requests tracing
102
+
If you want to enable requests tracing, set the `debug` flag on your configuration object:
103
+
104
+
```python
105
+
configuration.debug =True
106
+
```
107
+
84
108
## Documentation for API Endpoints and Models
85
109
86
110
Documentation for API endpoints and models can be found under the docs subdirectories, in [v1](/docs/v1#documentation-for-api-endpoints) and [v2](/docs/v2#documentation-for-api-endpoints).
0 commit comments