Releases: roebi/apiup
Releases · roebi/apiup
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
What's included
apiupCLI:--spec,--port,--host,--mode,--list,--version~/.openapi/spec.yamldefault spec convention (XDG-style)~/.openapi/config.yamloptional config file- Mock mode: returns
examplefields from spec as HTTP responses - Local
$refresolution for spec components 204 No Contenthandling for DELETE routes- Stub fallback
{"_mock": true}for routes with no examples - Python API:
load_spec,extract_routes,extract_mock_response,build_mock_app,serve python -m apiupsupport- Litestar + uvicorn backend
Install
pip install apiup