Expand description
Parse a subset of OpenAPI 3.x JSON into a flat endpoint list for the TUI expert browser.
Inline parameters only; $ref on parameters is not resolved.
Structs§
Functions§
- is_
openapi_ operation_ method - Returns true if
keyis an OpenAPI operation method (e.g.get,post), notparametersorsummary. - resolve_
path_ template - Replace
{name}segments in an OpenAPI path template using percent-encoded values. Returns an error if any{...}placeholder remains after substitution.