Roadmap - Holmusk/proto-route GitHub Wiki

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.

Stage 2

TODO