I’m trying to retrieve all the records in a table with curl over HTTPS.
I checked the table I’m targeting, and it has 283 records. I imagine I’ll need to issue three requests, since each request returns a maximum of 100 records.
I piped the results o...