LinuxSuRen / LinuxSuRen/api-testing
Provide a gRPC endpoint to getting the version
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 369
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we only have one endpoint for running the test cases. The [VS Code extension](https://github.com/LinuxSuRen/vscode-api-testing) 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/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with pkg/server/server.proto to understand the existing gRPC service and its test-case endpoint, then consult the Go gRPC quickstart linked in the issue. Add a version endpoint that the VS Code extension can call and compare, and verify that the service exposes the version successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, grpc
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100