Files
flutter/test/fixtures/exercises/equipment_entries.json
Roland Geider f56619939e Simplify loading of exercise data
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
2022-05-11 00:03:05 +02:00

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"
}
]
}