Question on pagination with the RESTStream. If th...
# singer-tap-development
a
Question on pagination with the RESTStream. If the response from the API returns a
count
of the records returned, and the request parameters include the
limit
of records to return and the number of records to
skip
, does that offer enough information to use the pagination functionality in RESTStream?