Provide a gRPC endpoint to getting the version
Currently, we only have one endpoint for running the test cases. The VS Code extension could communicate with it. It would be great if the VS Code side could get the version and prompt users if they upgrade atest according to the version comparison.
Please feel free to read the following references before trying to fix this issue:
- https://github.com/LinuxSuRen/api-testing/blob/master/pkg/server/server.proto
- https://grpc.io/docs/languages/go/quickstart/
I found out that this feature already exists. So we only need to let the vs-code extension to call it.
https://github.com/LinuxSuRen/vscode-api-testing
hello, I would like to have a try~
hello, I would like to have a try~
Thanks. The server side is ready. Please feel free to take a look at the vscode side. https://github.com/LinuxSuRen/vscode-api-testing