File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.generator/src/generator/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -633,7 +633,7 @@ class AsyncApiClient(ApiClient):
633633 host: Optional[str] = None,
634634 check_type: Optional[bool] = None,
635635 ):
636- params = pagination["endpoint"].get_pagination_params (pagination["kwargs"])
636+ params = pagination["endpoint"].gather_params (pagination["kwargs"])
637637 while True:
638638 response = await self.call_api(
639639 resource_path,
Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ async def call_api_paginated(
631631 host : Optional [str ] = None ,
632632 check_type : Optional [bool ] = None ,
633633 ):
634- params = pagination ["endpoint" ].get_pagination_params (pagination ["kwargs" ])
634+ params = pagination ["endpoint" ].gather_params (pagination ["kwargs" ])
635635 while True :
636636 response = await self .call_api (
637637 resource_path ,
You can’t perform that action at this time.
0 commit comments