eodms-sgdot / py-eodms-rapi

EODMS RAPI Client is a Python3 package used to access the REST API service provided by the Earth Observation Data Management System (EODMS) from Natural Resources Canada.
Other
13 stars 4 forks source link

Remove pagination (batch search of 1000 records at a time) #40

Closed keballantyne closed 8 months ago

keballantyne commented 8 months ago

Remove the submission of search requests1000 records at a time. Instead add firstResult to search method for use by the user.

keballantyne commented 8 months ago

Removed in v1.7.0.