Changes for version 0.03 - 2026-08-05
- The PSGI app moved into its own module, Open::API::Plack, replacing $api->to_app(%opts).
- Open::API::UI: a self-contained Swagger UI clone for the compiled spec.
- Framework contract for other adapters: $ui->routes returns static GET routes as PSGI-shaped triplets for Open::API::Catalyst and a future Open::API::Mojo to mount; $ui->to_app is a standalone PSGI app.
Modules
OpenAPI 3.1 server and client
a spec-driven HTTP client on Fetch's C ABI
the PSGI app for a compiled OpenAPI 3.1 spec
a Swagger UI clone for a compiled spec