Closed kevinpapst closed 5 years ago
Wow, thank you! As I tested always typed the url correctly :)
It was the first thing I saw when trying the tool ;-) I really like the idea of using the command line. There are a lot of possible use-cases for that, so thanks for starting this one! If you think this is stable, please let me know, I'd like to feature it in the store
Yes I want to add there, before Kimai2 1.0 will be out. This client is not finished yet, but I think it's already usable in this state.
Around when will you reach 1.0? Do you have a deadline?
This will be hard, as I want to release it today ;-)
Then I will add later, I thought I have some more weeks. Now I just checked that the windows build doesn't work so I wouldn't advertise this client in this state yet.
You know: after the release is before the release ;-) Some companies wait for a 1.0 to trust that its stable for production... so why wait?!
When entering a URL like
this will lead to calls like this:
Notice the double slash between host and path. Symfony doesn't accept such URLs and returns a 404. The PR will prevent/hide this simple human config mistake. So users can enter both URL versions with and without trailing slash.
As answer I received errors like:
At least in development mode, the API doesn't answer JSON friendly if there is a double slash in the URL.
BTW: nice project!