When trying out the following project https://github.com/athul/waka-readme I came across the issue, that the following API is not implemented:
hakatime | 141.52.248.4 - - [15/Sep/2023:13:14:57 +0000] "GET /api/v1/users/current/stats/last_7_days HTTP/1.1" 404 - ...
The Wakatime API suggests, that last_7_days is a valid request, but the server is not properly handling it.
I could help implement the bug fix/implementation as a good first issue, but will need a bit of help to know where to fix it.
When trying out the following project https://github.com/athul/waka-readme I came across the issue, that the following API is not implemented:
hakatime | 141.52.248.4 - - [15/Sep/2023:13:14:57 +0000] "GET /api/v1/users/current/stats/last_7_days HTTP/1.1" 404 - ...The Wakatime API suggests, that
last_7_daysis a valid request, but the server is not properly handling it.I could help implement the bug fix/implementation as a good first issue, but will need a bit of help to know where to fix it.