@simapi/console
v0.0.10
Published
Optional debug console for SimAPI — inspect requests, view schema, and test endpoints interactively.
Downloads
1,056
Maintainers
Readme
Optional debug UI for @SimAPI/simapi — inspect live requests, browse your endpoint schema, and fire test requests interactively.
Install
npx simapi console:addOr manually:
npm install @simapi/consoleUsage
The console is automatically mounted when @simapi/console is installed and you run simapi serve.
Browse to http://localhost:3000/__simapi/console/ to open it.
Features
- Overview — server health, version, endpoint count
- Logs — live SSE request stream + paginated history with filter and JSON export
- Schema — endpoint list with method/type badges; OpenAPI 3 export
- Try — select an endpoint, fill params and body, fire the request
