GOquest is a API Client tool for designing and testings REST, WebSockets and HTTP compatible protocols. Writen in Go and Bubbletea
demo.mp4
Quick way to send requests and visualize responses

All the requests send is stored on a database to facilitate tests

You can import a curl and it's automatically store on the database

git clone https://github.com/BrunoPoiano/goquest.git
cd goquest
./goquestClone the project
git clone https://github.com/BrunoPoiano/goquest.gitcd to the directory
cd goquestIniciate a new go module
go mod init goquest go mod tidyCompile packages and dependencies
go build .Start the project
./goquestUnfortunatelly the huh.Text component only have 400 characters, which limits the fields Header and Body. You can bypass this limitation by importing a curl, but then it's not ideal when editing the field