ommz / Gui4REST

A no-bloat cross-platform GUI client for testing REST APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gui4REST

A no-bloat native GUI client for REST APIs

Back to the basics of what's essential in a REST API client:

  • Light and light on its feet (~11 MB)
  • Configurable yet stays out of your way
  • Cross-platform
  • Light & dark theming
  • Compiles to a single statically-linked executable: zero external dependencies
  • Zero embedded phone-home elements

Screenshots

Dark Theme Light Theme
Dark Theme Light Theme

Dark Theme

Installing & Running

Portable executable binaries for Windows and Linux are available in the releases page. MacOS & BSD builds are coming (one import proved quite a handful about native graphics drivers for the usual painless golang cross-compiles)

You may choose to run Gui4REST directly by double-clicking on the downloaded file. On Linux, if double-clicking does not fire it up, make it executable first by running:

cd /path/to/Gui4REST
chmod +x Gui4REST

TODO

  • Burst Mode
  • Saving & loading of previously run APIRequests
  • Tests

PS

I built Gui4REST in an afternoon. Refinements will come :-)

About

A no-bloat cross-platform GUI client for testing REST APIs

License:GNU General Public License v3.0


Languages

Language:Go 100.0%