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.
1 parent 4c38b4d commit fc74f71Copy full SHA for fc74f71
synapseclient/api/api_client.py
@@ -28,7 +28,7 @@ async def rest_post_paginated_async(
28
retry_policy: Optional retry settings.
29
requests_session_async_synapse: Optional async HTTPX client session.
30
kwargs: Additional keyword arguments for the request.
31
-
+ synapse_client: Optional Synapse client instance for authentication.
32
Yields:
33
Individual items from each page of the response.
34
"""
0 commit comments