API tester and debugger for your CLI
Find a file
2023-06-15 17:20:59 +02:00
src feat: allow to filter tests by regex on url 2023-06-15 17:20:59 +02:00
.editorconfig chore: initial commit 2023-05-21 18:35:03 +02:00
.gitignore chore: initial commit 2023-05-21 18:35:03 +02:00
.rustfmt.toml chore: initial commit 2023-05-21 18:35:03 +02:00
Cargo.toml feat: allow to filter tests by regex on url 2023-06-15 17:20:59 +02:00
README.md doc: expanded README 2023-06-08 12:06:40 +02:00
sample_collection.json chore: README, builder scaffolding and some example collection 2023-06-07 15:32:23 +02:00

PostWoman

A CLI api tester and request builder, compatible with Postman collection format

Why

Since newer postman requires registration to use most useful features, I decided to build my own tool reusing their format, to be compatible with my coworkers' collections. Also, I'd much rather use a CLI tool than a bundled webpage.