Go Kimai client, generated with go-swagger 🐢
Go to file
knoflook 3bed130ed7 fix: remove extra params causing 404 2023-01-27 11:14:52 +01:00
client fix: remove extra params causing 404 2023-01-27 11:14:52 +01:00
models fix: support nullable end times on timesheet creation 2023-01-18 20:45:31 +01:00
.envrc.example feat: init 2023-01-14 22:44:16 +01:00
LICENSE feat: init 2023-01-14 22:44:16 +01:00
README.md docs: full issue 2023-01-19 12:25:37 +01:00
doc.json fix: support empty query params on timesheets endpoint 2023-01-19 12:19:12 +01:00
example.go fix: remove extra params causing 404 2023-01-27 11:14:52 +01:00
go.mod fix: remove extra params causing 404 2023-01-27 11:14:52 +01:00
go.sum feat: init 2023-01-14 22:44:16 +01:00

README.md

go-kimai

EXPERIMENTAL

Go Kimai client, generated with go-swagger 🐢

Generated against Kimai version 0.6.

Usage

See example.go, also .envrc.sample.

Generate

swagger generate client --skip-validation -f doc.json -A go-kimai

Known issues

  • kimai/kimai#3720
  • Specifying full=true seems to break unmarshalling on responses, sadly

Examples

License