Files
flutter/test/fixtures/pagination/pagination3.json
Roland Geider 4f4f6f553a Add paginated fetches
This allows the app to fetch all available items from an enpoint, without
having to hope that the ?limit=999 is enough

Closes #133
2023-02-06 20:33:39 +01:00

11 lines
193 B
JSON

{
"count": 1,
"next": null,
"previous": "https://localhost/api/v2/itcrowd/?limit=20&offset=40",
"results": [
{
"id": 5,
"value": "And then steal his helmet."
}
]
}