getezy / ezy

🔥 GUI client for gRPC/gRPC-Web
https://getezy.dev
Mozilla Public License 2.0
974 stars 16 forks source link

use form instead of json for building requests #48

Open lcmgh opened 1 year ago

lcmgh commented 1 year ago

As protobufs are strongly typed it makes sense to auto-generate a form for all the input fields a request may need. Otherwise user has to manually construct a json which is a little big against the strong typing principle of grpc.