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
WIP docs: added base api types to the type reference (#689)
* Restructure type references to be clearer
* title underline formatting
* Rename SDK's RequestOptions to BaseRequestOptions (avoid conflict with API's RequestOptions)
* base api types in the type reference
This page documents all TypeDict parameter types used throughout the SDK.
4
+
The Runloop Python SDK uses TypeDict objects for configuration parameters to the various API calls. This page documents the TypeDict objects used throughout the SDK.
5
5
6
-
Core Request Options
6
+
Blueprint Parameters
7
7
--------------------
8
8
9
-
These TypeDicts define options for streaming, timeouts, polling, and other request configuration.
These TypeDicts define options for timeouts, idempotency, polling, and other low-level request configuration. All other TypeDicts in the SDK extend from one of these core types.
0 commit comments