You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Dmitrii Kovanikov edited this page Aug 6, 2018
·
1 revision
The goal of this project is to create tool that allows developers to test their Protobuf endpoints.
Stage 1
This stage is about creating tool that works inside Haskell project and allows to specify fields of particular message and send them to specific endpoint.
What should be done
TUI tool with the help of libraries like brick and proto-lens-protoc.
It should be possible to specify endpoint and values of particular message for this endpoint. And then this tool should send this message to given route.