We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
as_json
1 parent 5845787 commit dd4c625Copy full SHA for dd4c625
src/typesense/async_/api_call.py
@@ -205,7 +205,7 @@ async def get(
205
self,
206
endpoint: str,
207
entity_type: typing.Type[TEntityDict],
208
- as_json: typing.Literal[True],
+ as_json: typing.Literal[True] = True,
209
params: typing.Union[TParams, None] = None,
210
) -> TEntityDict:
211
"""
@@ -276,7 +276,7 @@ async def post(
276
277
278
279
280
281
body: typing.Union[TBody, None] = None,
282
0 commit comments