Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 395 Bytes

File metadata and controls

26 lines (18 loc) · 395 Bytes

marimo + openapi

Printing the OpenAPI schema

marimo development openapi

Writing a new OpenAPI schema

marimo development openapi > openapi/api.yaml

Validating an OpenAPI schema

pipx install openapi-spec-validator
marimo development openapi | openapi-spec-validator -

Generating a client from an OpenAPI schema

make fe-codegen