Skip to content

Commit 4686296

Browse files
author
Anthony Ruhier
committed
Add note about pagination
1 parent 29907b8 commit 4686296

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ It is possible to get a subresourses of an object, and/or specify a query:
125125

126126
Any `kwargs` (here `q=`) is used as a GET parameter for the request.
127127

128+
Pagination is transparently handled, but it is possible to specify how many
129+
items are wanted per page by setting the GET parameter `limit`, to limit
130+
the number of requests done to Netbox in case of long iterations.
131+
128132
#### Foreign keys
129133

130134
Foreign keys are handle automatically by the mapper.

0 commit comments

Comments
 (0)