asyncapi-codegen
asyncapi-codegen copied to clipboard
IDE / gui system that’s like Postman.
If anyone is interested there is an open effort going on to build a golang gui for api modelling and testing. It’s all golang too .
https://github.com/chapar-rest/chapar
Just go run . , and you’re flying …
it already supports rest , grpc, and I selfishly added an issue to support AsyncAPI.
https://github.com/chapar-rest/chapar/issues/47
The validation of asyncapi is already a golang code base so the effort to build the gui is realistically doable.
Thanks for pointing that out ! I'll add a message on the issue you made on Chapar to support your proposal :)