Is there a best practice for handling api’s that r...
# singer-tap-development
c
Is there a best practice for handling api’s that return one record per api call? I was thinking of treating each record as it's own “page”, then paginating through all the records.