openapi-tui

Interactive TUI to browse, explore and test OpenAPI specifications

brewmacoslinux
Try with needOr install directly
Source

About

TUI to list, browse and run APIs defined with openapi spec

Commands

openapi-tui

Examples

Open and browse an OpenAPI spec file interactively$ openapi-tui path/to/openapi.yaml
Load OpenAPI spec from a remote URL$ openapi-tui https://api.example.com/openapi.json
Test API endpoints by sending requests from the TUI$ openapi-tui petstore.yaml