-
Notifications
You must be signed in to change notification settings - Fork 5
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
Show the version of the webapi instance configured #15
Comments
@johannesduesing I believe this is desirable for every instance as far as it provides a version, so we might want to extend our instance model to contain a version string? would come in handy to differentiate between possibly incompatible instances too (for example you can only match web apis and web apps with compatible versions). |
Sounds like a good idea to me. There are two possible ways of doing this: Either we add a @janniclas @bhermann what do you think ? |
I would go with the latter solution. In the matching process you can easily add the call to the endpoint if necessary. For now, I would disregard the problem of incompatible versions. |
@johannesduesing Is this still open? |
I think it is, i can't find an implementation in the backend. Do you want me to take this on? |
As a authenticated user, I would like to see the version of the webapi instance running for each configured instance.
The text was updated successfully, but these errors were encountered: