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
When enabled, allows handling of additional properties not explicitly defined in the API specification. This provides flexibility for APIs that may include extra fields in responses.
When enabled, ensures that all required properties are always included in API requests, even if they have default values or are otherwise optional in the implementation.
Customizes the name of the base API exception class that all API-specific exceptions will extend. This allows you to define a custom base exception class name for better integration with your existing error handling patterns.
Copy file name to clipboardExpand all lines: fern/products/sdks/overview/python/configuration.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Python Configuration
2
+
title: Python configuration
3
3
description: Configuration options for the Fern Python SDK.
4
4
---
5
5
@@ -23,8 +23,6 @@ groups:
23
23
skip_validation: true
24
24
```
25
25
26
-
## SDK Configuration Options
27
-
28
26
<ParamField path="additional_init_exports" type="array of objects" default="null" required={false} toc={true}>
29
27
Additional modules or classes to export from the package's `__init__.py` file. This allows you to customize what's available when users import your package.
0 commit comments