We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I just tried the cli and it looks like a tool which could help me in my day-to-day work.
Unfortunately I can't start timesheets because I'm not allowed to GET /api/customers/{id}:
/api/customers/{id}
kimai start -c "Customer" -p "Project" -a "Activity" [ERROR] Failed loading customer with ID 2: [403] Client error: `GET https://kimai.example.com/api/customers/2` resulted in a `403 Forbidden` response: {"code":403,"message":"Forbidden"}
Since I can use Kimai in the Web UI without any issues shouldn't GET /api/customers be enough because I only need the ID of the customer?
/api/customers
The text was updated successfully, but these errors were encountered:
Hm, good argument, thanks for pointing that one out!
Sorry, something went wrong.
No branches or pull requests
Hi,
I just tried the cli and it looks like a tool which could help me in my day-to-day work.
Unfortunately I can't start timesheets because I'm not allowed to GET
/api/customers/{id}
:Since I can use Kimai in the Web UI without any issues shouldn't GET
/api/customers
be enough because I only need the ID of the customer?The text was updated successfully, but these errors were encountered: