-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
how get version on api request #651
Comments
@brocaar command |
I can get the correct info from docker container.
Also success on my terminal.
I agree with this feature and i can implement if the feature accepted. |
@liangyuanpeng yes, I know, it is work in version 3.15, but in latest version application server 3.17.4 this command return just empty string |
I thought I had solved this, but it still seems present. The issue seems to be the migration to GitHub actions. It seems that the |
Summary
How get number version from API?
What is the use-case?
Problem is between version 3.15 and 3.17. And binary of application server for argument "version" returm empty string: "".
This BC is totaly bad for my driver, when Idont know which is actual version of application server.
Implementation description
Any chance create endpoint eg.: "GET internal/version" or "GET me/version" where return string will be text of current version.
Can you implement this by yourself and make a pull request?
Yes, only in php, maybe java :)
The text was updated successfully, but these errors were encountered: