Skip to content

Ping lets you test your web API with some example data. A helpful tool that lets you debug what part of your API is causing you issues.

License

Notifications You must be signed in to change notification settings

jeremyvaartjes/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Ping! Icon Ping!

Ping lets you test your web API with some example data. A helpful tool that lets you debug what part of your API is causing you issues.

Get it on AppCenter

Ping! Screenshot

Developing and Building

If you want to hack on and build Ping yourself, you'll need the following dependencies:

  • libgtk-3-dev
  • meson
  • valac
  • libgtksourceview-3.0-dev
  • libsoup2.4-dev
  • libjson-glib-dev
  • libgranite-dev
  • libgee-0.8-dev

Run meson build to configure the build environment and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with com.github.jeremyvaartjes.ping

sudo ninja install
com.github.jeremyvaartjes.ping

About

Ping lets you test your web API with some example data. A helpful tool that lets you debug what part of your API is causing you issues.

Resources

License

Stars

Watchers

Forks

Packages

No packages published