From e68e7d78cd8a16e80af263f7646ada1d33bb6f95 Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Sat, 16 May 2020 18:42:38 +0200 Subject: [PATCH] Document `got.paginate.each(url, options?)` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 15eefc8a4..e3014e716 100644 --- a/readme.md +++ b/readme.md @@ -1029,6 +1029,7 @@ The emitted `error` is an instance of [`RequestError`](#got.requesterror). #### Pagination #### got.paginate(url, options?) +#### got.paginate.each(url, options?) Returns an async iterator: