Hello, is there a way to obtain Wiremock version t...
# help
s
Hello, is there a way to obtain Wiremock version through its Administration API?
t
Not at the moment, but there really should be. Would happily accept a PR for this.
s
Ok, thank you :-)
l
This sounds like a cool idea. How would we want this to work? Just return the version in the body with a text/plain content type or would we prefer a simple json response { “version”: 3.2.0 }
t
Or do content negotiation if we want to be really swanky
l
Ah, fancy 😀
Would it also be worth add a version option to the command line options so users could check the version from the command line ?
I had a quick look at this over the weekend. Happy to put out a PR but don’t want to tread on Simone’s toes if they are looking at it at the same time ?