resters

A lightweight cross-platform Rest API tester.

MIT License

Downloads
1.3K
Stars
3
Committers
1

Resters

A lightweight cross-platform Rest API tester using fltk-rs.

Building from source

git clone https://github.com/MoAlyousef/resters
cd resters
cargo build --release

If you're targetting one of the platforms that fltk-rs provides prebuilt binaries for, you can instead use:

cargo build --release --features=fltk/fltk-bundled

Installing via Cargo

cargo install resters

Alternatively you can grab a prebuilt binary from the releases page.

MIT licensed.