1
0
Fork 0
matata is a unofficial api client written in Go for the time tracking tool Hakuna.
Find a file
2025-08-03 18:17:23 +02:00
.gitignore Initial commit 2025-08-03 18:13:50 +02:00
absences.go Initial commit 2025-08-03 18:13:50 +02:00
absenceTypes.go Initial commit 2025-08-03 18:13:50 +02:00
company.go Initial commit 2025-08-03 18:13:50 +02:00
go.mod Initial commit 2025-08-03 18:13:50 +02:00
go.sum Initial commit 2025-08-03 18:13:50 +02:00
integration_test.go Remove tennant 2025-08-03 18:17:23 +02:00
LICENSE Initial commit 2025-08-03 18:13:50 +02:00
main.go Remove tennant 2025-08-03 18:17:23 +02:00
organization.go Initial commit 2025-08-03 18:13:50 +02:00
overview.go Initial commit 2025-08-03 18:13:50 +02:00
ping.go Initial commit 2025-08-03 18:13:50 +02:00
projects.go Initial commit 2025-08-03 18:13:50 +02:00
README.md Initial commit 2025-08-03 18:13:50 +02:00
tasks.go Initial commit 2025-08-03 18:13:50 +02:00
timeEntries.go Initial commit 2025-08-03 18:13:50 +02:00
timer.go Initial commit 2025-08-03 18:13:50 +02:00
users.go Initial commit 2025-08-03 18:13:50 +02:00

matata

matata is a unofficial api client written in go for the time tracking tool Hakuna.

Table of content

Installation

go get go.lks.li/matata

Documentation

Run godoc -http=:6060 and open the docs in your browser.

ToDo

  • Testing
  • Documentation

License

The GNU GENERAL PUBLIC LICENSE - see LICENSE