Skip to content

Commit 58c8f71

Browse files
committed
base api types in the type reference
1 parent a1de3a8 commit 58c8f71

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

docs/sdk/async/devbox.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ The ``AsyncDevbox`` class provides asynchronous methods for managing and interac
66
.. automodule:: runloop_api_client.sdk.async_devbox
77
:members:
88

9+
.. automodule:: runloop_api_client.sdk.protocols
10+
:members: AsyncCommandInterface, AsyncFileInterface, AsyncNetworkInterface
11+
:undoc-members:

docs/sdk/sync/devbox.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ The ``Devbox`` class provides synchronous methods for managing and interacting w
66
.. automodule:: runloop_api_client.sdk.devbox
77
:members:
88

9+
.. automodule:: runloop_api_client.sdk.protocols
10+
:members: CommandInterface, FileInterface, NetworkInterface
11+
:undoc-members:

docs/sdk/types.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,23 @@ These TypeDicts define options for timeouts, idempotency, polling, and other low
8787

8888
.. autotypeddict:: runloop_api_client.sdk._types.LongRequestOptions
8989

90+
.. autoclass:: runloop_api_client.sdk._types.PollingConfig
91+
:members:
92+
:undoc-members:
93+
9094
.. autotypeddict:: runloop_api_client.sdk._types.PollingRequestOptions
9195

9296
.. autotypeddict:: runloop_api_client.sdk._types.LongPollingRequestOptions
97+
98+
Base API Type Reference
99+
-----------------------
100+
101+
.. automodule:: runloop_api_client.types.shared_params
102+
:members:
103+
:undoc-members:
104+
:imported-members:
105+
106+
.. automodule:: runloop_api_client.types
107+
:members:
108+
:undoc-members:
109+
:imported-members:

0 commit comments

Comments
 (0)