Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydalton/endpoint
Test API endpoints
https://github.com/ydalton/endpoint
api gnome gtk gtk4 libadwaita postman rest-api vala
Last synced: 21 days ago
JSON representation
Test API endpoints
- Host: GitHub
- URL: https://github.com/ydalton/endpoint
- Owner: ydalton
- License: gpl-2.0
- Created: 2024-06-17T08:55:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T11:52:05.000Z (27 days ago)
- Last Synced: 2024-10-20T14:18:16.645Z (25 days ago)
- Topics: api, gnome, gtk, gtk4, libadwaita, postman, rest-api, vala
- Language: Vala
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
README
#+TITLE: 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.0To set up the build environment in the ~build~ folder:
#+BEGIN_EXAMPLE
$ meson setup build
#+END_EXAMPLETo compile the application:
#+BEGIN_EXAMPLE
$ meson compile -C build
#+END_EXAMPLETo run the application:
#+BEGIN_EXAMPLE
$ ./build/endpoint
#+END_EXAMPLE