mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-19 07:50:52 +01:00
This is now separated into individual tables and methods so that they can be tested separately
32 lines
492 B
JSON
32 lines
492 B
JSON
{
|
|
"count": 5,
|
|
"next": null,
|
|
"previous": null,
|
|
"results": [
|
|
{
|
|
"id": 1,
|
|
"short_name": "de",
|
|
"full_name": "Deutsch"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"short_name": "en",
|
|
"full_name": "English"
|
|
},
|
|
{
|
|
"id": 12,
|
|
"short_name": "es",
|
|
"full_name": "Español"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"short_name": "fr",
|
|
"full_name": "Français"
|
|
},
|
|
{
|
|
"id": 13,
|
|
"short_name": "it",
|
|
"full_name": "Italiano"
|
|
}
|
|
]
|
|
} |