Skip to content
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

feat: add fullstorydev/grpcui #6793

Merged

Conversation

jklipp
Copy link
Contributor

@jklipp jklipp commented Oct 4, 2022

fullstorydev/grpcui: An interactive web UI for gRPC, along the lines of postman

$ aqua g -i fullstorydev/grpcui

How to confirm if this package works well

gRPC UI can be tested by retrieving a Hello World proto and having grpcui connect to a test service at grpcb.in:9001:

$ wget -q https://raw.githubusercontent.com/moul/pb/master/hello/hello.proto
$ grpcui -proto hello.proto grpcb.in:9001
gRPC Web UI available at http://127.0.0.1:35405/

Browsing to grpcui at the given address will let you interact with the program and send grpc requests based on the proto to the test host.

Reference

[fullstorydev/grpcui](https://github.com/fullstorydev/grpcui): An interactive web UI for gRPC, along the lines of postman

```console
$ aqua g -i fullstorydev/grpcui
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke
Copy link
Member

Thank you for your contribution!

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 4, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.67.1 milestone Oct 4, 2022
@suzuki-shunsuke suzuki-shunsuke merged commit cd328c2 into aquaproj:main Oct 4, 2022
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants