-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
WIP: Kimai2 conversion #8
base: master
Are you sure you want to change the base?
Conversation
let user = User(userName: userName, apiEndpoint: apiEndpoint, apiKey: result.apiKey) | ||
switch result { | ||
case .success(let ping): | ||
if ping.message == "pong" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to: ping.version >= 0.1
@kevinpapst is it possible to add a default API password to all demo users of the demo instance? Then I could use this instance with the user "john_user" for everybody who wants to test Timeu without the need to install their own Kimai instance. |
That is already the case, use |
The login now works with the new |
Nice! I'll will work on that directly after finishing all currently open PRs. |
Sorry, I had to change the version to string, otherwise something like "0.6.1" wouldn't be possible. |
Work in progress PR for the conversion of the legacy API.
Login
Timesheet