API tester and debugger for your CLI
Find a file
2023-06-15 17:14:24 +02:00
src chore: always show collection name 2023-06-15 17:14:24 +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: why doing it yourself when there's a crate for that 2023-06-07 15:31:37 +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.