inbo / iassetR

Interact with the iAsset api using R
https://inbo.github.io/iassetR/
Other
0 stars 1 forks source link

Add progress reporting to `get_records()` #18

Closed PietrH closed 8 months ago

PietrH commented 9 months ago

get_records() takes a while to run, this is because it currently does two requests including a big one to actually fetch all the records in one go. With filtering #16 we'll need another request.

PietrH commented 8 months ago

I'm filing this for now, this is a nice to have beyond v0.1