From d1eef12439e17dc20364ada07625d3fc7b28f119 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 8 May 2022 01:45:43 +0200 Subject: run: Debug multi-page Need to set the `startAt` field when making the request. --- src/main.lisp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.lisp') diff --git a/src/main.lisp b/src/main.lisp index 2e80fc7..98fe754 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -32,6 +32,11 @@ (max-results (gethash "maxResults" response)) (total (gethash "total" response))) + (format t "start-at: ~A max-results: ~A total: ~A~%" + start-at + max-results + total) + (loop for issue across (gethash "issues" response) do (watch-issue issue)) -- cgit v1.2.3