Skip to content

Commit 712ff3b

Browse files
authored
Add warning to example that code only downloads first 25 works (#81)
1 parent 9e96886 commit 712ff3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,9 @@ from pyalex import Works
432432
Works().filter(author={"id": "A2887243803"}).get()
433433
```
434434

435+
> [!WARNING]
436+
> This gets only the first 25 works of the author. To get all of them, see the [paging section](#paging).
437+
435438
### Dataset publications in the global south
436439

437440
```python

0 commit comments

Comments
 (0)