Skip to content

BrunoPoiano/goquest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOquest

GOquest is a API Client tool for designing and testings REST, WebSockets and HTTP compatible protocols. Writen in Go and Bubbletea

demo.mp4

Sending Requests

Quick way to send requests and visualize responses App Screenshot

Requests Table

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

Add Curl

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

Install

Binary

  git clone https://github.com/BrunoPoiano/goquest.git
  cd goquest
  ./goquest

From source:

Clone the project

  git clone https://github.com/BrunoPoiano/goquest.git

cd to the directory

  cd goquest

Iniciate a new go module

  go mod init goquest
  go mod tidy

Compile packages and dependencies

  go build .

Start the project

  ./goquest

Limitations

Unfortunatelly 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

About

goquest is a API Client tool for designing and testings REST, WebSockets and HTTP compatible protocols on the terminal

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages