mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
This is now separated into individual tables and methods so that they can be tested separately
23 lines
277 B
JSON
23 lines
277 B
JSON
{
|
|
"count": 4,
|
|
"next": null,
|
|
"previous": null,
|
|
"results": [
|
|
{
|
|
"id": 1,
|
|
"name": "Bench"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Dumbbell"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Bench"
|
|
},
|
|
{
|
|
"id": 10,
|
|
"name": "Gym mat"
|
|
}
|
|
]
|
|
} |