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: end_to_end_tests/golden-record/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@ client = AuthenticatedClient(
61
61
)
62
62
```
63
63
64
+
There are more settings on the generated `Client` class which let you control more runtime behavior, check out the docstring on that class for more info.
65
+
64
66
Things to know:
65
67
1. Every path/method combo becomes a Python module with four functions:
66
68
1.`sync`: Blocking request that returns parsed data (if successful) or `None`
Copy file name to clipboardExpand all lines: end_to_end_tests/golden-record/my_test_api_client/api/parameter_references/get_parameter_references_path_param.py
0 commit comments