Skip to main content

Module openapi

Module openapi 

Source
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§

ApiEndpoint
ApiParameter
EndpointRegistry

Functions§

is_openapi_operation_method
Returns true if key is an OpenAPI operation method (e.g. get, post), not parameters or summary.