🌒 PosTUI

wip
Terminal User Interface for testing API requests written in Golang.
Using the bubbletea framework.
🌓 Installation
go install github.com/bramca/postui/cmd/postui@latest
or check out the releases
🌔 Usage
postui -f <api-config.json>
or
postui -s <api-spec.yaml> -v <spec version>
Options
-specfile, -s [optional]
- path to your openapi specification file
-specversion, -v [optional]
- specify the major version of your spec
- values: 2, 3
-collectionfile, -f [optional]
- path to api collection file