You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi @daniel-naegele, thanks for your interest in the project. This seems like a missing feature because currently that endpoint only accepts query paramters.
This is the relevant piece of code that handle those requests:
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.
The text was updated successfully, but these errors were encountered: