agrc / palletjack

A library for updating AGOL data from various external sources
MIT License
12 stars 0 forks source link

Paginating salesforce querries #87

Closed jacobdadams closed 3 months ago

jacobdadams commented 3 months ago

Salesforce REST queries are limited to 2000 results but include a url for continuing the request. This refactors out the actual HTTP call so that it can be used with either the initial query or the follow-on requests.