This application allows you to test REST APIs similar to curl
, but
with a graphical interface, similar to Postman.
This project uses Meson as its build system. It requires the following dependencies:
- gtk4
- gtksourceview-5
- libsoup-3.0
- json-glib-1.0
To set up the build environment in the build
folder:
$ meson setup build
To compile the application:
$ meson compile -C build
To run the application:
$ ./build/endpoint