mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
This allows the app to fetch all available items from an enpoint, without having to hope that the ?limit=999 is enough Closes #133
11 lines
193 B
JSON
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."
|
|
}
|
|
]
|
|
} |