Expand description
OpenAPI parsing and endpoint lookup helpers. Parse a subset of OpenAPI 3.x JSON into a flat endpoint list.
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.