I have already enabled including the full response and can access $response.headers.link, but have no idea how to select on the rel=nextand remove the brackets?
@ramin1 the Github node- when selecting to return âallâ issues returns 128 (at least thatâs what the UI shows- should be a few thousands). Also, browser console shows thereâs only a single request, so that doesnât work either.
Same problem with your HTTP suggestion- it only does a single request.
Itâs very unfortunate that request (an especially response) are not loggedâŚ
Seems the Github node doesnât do it like Github wants to for larger data sets: { "message": "Pagination with the page parameter is not supported for large datasets, please use cursor based pagination (after/before)", "documentation_url": "REST API endpoints for issues - GitHub Docs", "status": "422" }
The cursor based pagination is exactly whatâs contained in the link headers.
The other limitation is that- when selecting âreturn allâ and status âallâ- I cannot limit that to 500.