Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 711 Bytes

File metadata and controls

29 lines (22 loc) · 711 Bytes

API Warden

Process notifier written using only zig's std

Installation

Quick Install (Linux/macOS)

curl -fsSL https://raw.githubusercontent.com/hadikhamoud/api-warden/main/install.sh | bash

Build from Source

Not compatible with less than 0.15.2 Requires Zig 0.15.2+

git clone https://github.com/hadikhamoud/api-warden.git
cd api-warden
zig build -Doptimize=ReleaseFast
sudo cp zig-out/bin/api-warden /usr/local/bin/

TODO

  • make stdout and err capturing optional
  • add argparse class with helpers
  • add custom body schema representation
  • adding custom body support
  • default body discord-webhook compatible