Skip to content

Commit 3be34c4

Browse files
authored
docs: items.list() is now paginated (#168)
1 parent 7b3bd05 commit 3be34c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Returns project level data `url`, `title`, `description` and `databaseId`
280280
const items = await project.items.list();
281281
```
282282

283-
Returns the first 100 items of the project.
283+
Returns all items in the project.
284284

285285
### `project.items.addDraft()`
286286

0 commit comments

Comments
 (0)