Method
get
src/openai/_base_client.py:1821–1828
· src/openai/_base_client.py::AsyncAPIClient.get
(
self,
path: str,
*,
cast_to: Type[ResponseT],
options: RequestOptions = {},
stream: Literal[False] = False,
)
Source from the content-addressed store, hash-verified
| 1819 | |
| 1820 | @overload |
| 1821 | async def get( |
| 1822 | self, |
| 1823 | path: str, |
| 1824 | *, |
| 1825 | cast_to: Type[ResponseT], |
| 1826 | options: RequestOptions = {}, |
| 1827 | stream: Literal[False] = False, |
| 1828 | ) -> ResponseT: ... |
| 1829 | |
| 1830 | @overload |
| 1831 | async def get( |
Callers
nothing calls this directly
Tested by
no test coverage detected