mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
While this has more manual steps than I would prefer, it is definitely better than loading the individual entries and mapping them to an forth
23 lines
278 B
JSON
23 lines
278 B
JSON
{
|
|
"count": 4,
|
|
"next": null,
|
|
"previous": null,
|
|
"results": [
|
|
{
|
|
"id": 1,
|
|
"name": "Barbell"
|
|
},
|
|
{
|
|
"id": 8,
|
|
"name": "Bench"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Dumbbell"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Gym mat"
|
|
}
|
|
]
|
|
} |