Closed
Description
hi the trpc team, I'm the maintainer of api-testing which aims to be an alternative solution to Postman. Instead of Postman, api-testing
is totally open-source. And it has an extension (or plug-in) mechanism.
Add more background of api-testing
. It already supports HTTP
and gRPC
protocols. For Docker users, you could simply type the following command to get started:
docker run --network host linuxsuren/api-testing:master
The web server local address is http://localhost:8080
.