matteoredaelli opened a new issue, #2828:
URL: https://github.com/apache/drill/issues/2828

   Hello
   
   Qliksaas apis use pagination without offset params. They provide the "next" 
url in the response page
   
   How could I tell drill to use "links.next.href" value for retreiving further 
records?
   
   https://qlik.dev/apis/pagination-sorting-filtering
   
   ```json
   {
     "data": ["list", "of", "items"],
     "links": {
       "prev": { "href": null },
       "next": { "href": "https://example.org/api/v1/items?page=<next-cursor>" 
},
     }
   }
   ```


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to