Skip to content

Commit b0cd290

Browse files
fishaudio-bottwangodev
authored andcommitted
chore: update Python SDK API reference
Auto-generated from fishaudio/fish-audio-python@203ee04
1 parent 3d4feac commit b0cd290

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

api-reference/sdk/python/core.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,17 @@ class BaseClientWrapper()
217217

218218
Base wrapper with shared logic for sync/async clients.
219219

220+
<a id="fishaudio.core.client_wrapper.BaseClientWrapper.get_headers"></a>
221+
222+
#### get\_headers
223+
224+
```python
225+
def get_headers(
226+
additional_headers: Optional[Dict[str, str]] = None) -> Dict[str, str]
227+
```
228+
229+
Build headers including authentication and user agent.
230+
220231
<a id="fishaudio.core.client_wrapper.ClientWrapper"></a>
221232

222233
## ClientWrapper Objects

0 commit comments

Comments
 (0)