cgivre commented on issue #2895: URL: https://github.com/apache/drill/issues/2895#issuecomment-2022903605
@hyperbolix I've been reading this ticket and I'm a little confused here. The `index` pagination is intended to be used when the API in question returns an index or an index link to indicate the next page. With that said, the parameters `page_size` and `total_results` suggest that the correct pagination method would be `page` pagination. (https://github.com/apache/drill/blob/master/contrib/storage-http/Pagination.md#page-pagination). Page pagination is when the API provides paging information such as the page size and result count. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org