diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-05-12 10:50:04 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-05-12 10:50:04 -0400 |
| commit | c1a685f81d936fe87673126b9318c78fa21bda94 (patch) | |
| tree | 707150ccacd513bed754d99da36cc987089b3a62 /cmd/mi/testdata | |
| parent | 576cfc23c0cbd6c2499942c483a1ed465c3baaf8 (diff) | |
| download | x-c1a685f81d936fe87673126b9318c78fa21bda94.tar.xz x-c1a685f81d936fe87673126b9318c78fa21bda94.zip | |
cmd/mi: implement service
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/mi/testdata')
| -rw-r--r-- | cmd/mi/testdata/members.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/cmd/mi/testdata/members.json b/cmd/mi/testdata/members.json new file mode 100644 index 0000000..cecc2b0 --- /dev/null +++ b/cmd/mi/testdata/members.json @@ -0,0 +1,32 @@ +[ + { + "id": 0, + "name": "Cadey", + "avatar_url": "https://mi.within.website/static/img/cadey.png" + }, + { + "id": 1, + "name": "Nicole", + "avatar_url": "https://mi.within.website/static/img/nicole.png" + }, + { + "id": 2, + "name": "Jessie", + "avatar_url": "https://mi.within.website/static/img/jessie.png" + }, + { + "id": 3, + "name": "Ashe", + "avatar_url": "https://mi.within.website/static/img/ashe.png" + }, + { + "id": 4, + "name": "Sephie", + "avatar_url": "https://mi.within.website/static/img/sephie.png" + }, + { + "id": 5, + "name": "Mai", + "avatar_url": "https://mi.within.website/static/img/mai.png" + } +]
\ No newline at end of file |
