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 8029c7c commit 2e4c94cCopy full SHA for 2e4c94c
Makefile
@@ -16,6 +16,5 @@ sdk-latency:
16
17
test-readme:
18
python3 scripts/extract_readme_cells.py
19
- cat scripts/extracted_readme_code.py
20
python3 scripts/extracted_readme_code.py
21
rm -f scripts/extracted_readme_code.py
parcllabs/services/properties/property_v2.py
@@ -601,6 +601,7 @@ def retrieve(
601
602
# Set limit
603
request_params = input_params.params.copy()
604
+ request_params["auto_paginate"] = False # auto_paginate is False by default
605
606
# Make request with params
607
if data.get(PARCL_PROPERTY_IDS):
0 commit comments