diff options
author | hitlerrip <git@hitler.rip> | 2025-07-29 21:25:30 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-07-29 21:25:30 +0200 |
commit | 0dbbf0b26f24afa0c253e42682bba19ce7bd4cb6 (patch) | |
tree | 768b68b4240c7fe16c8b159a73aacf9ec0732935 /README.md | |
parent | cf81ced021761f14056808a99d5081bff9f3036c (diff) | |
download | hitler-clicker-0dbbf0b26f24afa0c253e42682bba19ce7bd4cb6.tar.gz hitler-clicker-0dbbf0b26f24afa0c253e42682bba19ce7bd4cb6.tar.bz2 hitler-clicker-0dbbf0b26f24afa0c253e42682bba19ce7bd4cb6.zip |
rank api
added api that lists all users, their teams and their personal
contributed clicks.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -37,9 +37,12 @@ curl -X POST -d '{ "key": "value" }' http://localhost:8000/yourapifile.php ## To-Do +### Backend + - add api that returns a specific users clicks -- add api that returns all users and their respective clicks and teams - add name and password change - add anonymous clicking for a team +### Frontend + - frontend |