1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/routes
Hiroya Onoe 398b4c16d6 fix(docs): wrong parameter in OpenAPI-Docs
The parameter `range` of `/compat/wakatime/v1/users/{user}/stats/{range} [get]` is path.
However, it was described as query in OpenAPI-Docs.
So, I fixed it and generated files in `static/docs`.

Closes: #239

Signed-off-by: Hiroya Onoe <hiroyanoe.io@gmail.com>
2021-09-05 03:02:01 +09:00
..
api chore: persist raw user agent value 2021-08-29 10:54:00 +02:00
compat fix(docs): wrong parameter in OpenAPI-Docs 2021-09-05 03:02:01 +09:00
utils fix: hotfix for invalid api base url prefix (#203) 2021-05-19 10:18:18 +02:00
handler.go refactor: significant changes related to routing and general code cleanup 2021-02-03 21:28:02 +01:00
home.go feat: password resets (resolve #133) 2021-04-05 22:57:57 +02:00
imprint.go refactor: significant changes related to routing and general code cleanup 2021-02-03 21:28:02 +01:00
login.go refactor: logging (resolve #169) 2021-04-16 16:02:55 +02:00
routes.go chore: use partial includes in mail templates to avoid code duplication 2021-08-08 12:33:40 +02:00
settings.go fix: speed up settings page (resolve #226) 2021-08-06 16:37:01 +02:00
summary.go fix: make range picker show actual range with ceiled to date (fix #175) 2021-04-16 11:53:37 +02:00