Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 606 Bytes

README.org

File metadata and controls

27 lines (24 loc) · 606 Bytes

Endpoint: Test API endpoints

./endpoint.png

Introduction

This application allows you to test REST APIs similar to curl, but with a graphical interface, similar to Postman.

Building

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