NixonInnes / queryUI

Simple graphical API endpoint tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

queryUI

queryUI is a simple GUI to help build, test and use API endpoints with a focus on simplicity.
The application lets you dispatch typical GET/POST/PUT/DELETE requests to an endpoint; specifying any headers, parameters and/or payload. The endpoint response is simply displayed in a scrollable text field to read, from there you can save it to a file or copy it to the clipboard. The response can also be "prettified" where the application will try to convert it into TOML to make inspecting the data at a glance easier to interpret.

Features

  • Send GET, POST, PUT or DELETE requests to a URL endpoint
  • Specify custom URL parameter, headers and payload
  • Dynamic JSON validation of headers and payload
  • View URL endpoint response
  • Save response to a file or copy to your clipboard
  • Format the response for easier inspection (TOML / pretty-print)

Screenshots

queryUI

queryUI

queryUI

About

Simple graphical API endpoint tester


Languages

Language:Python 100.0%