oaspec/openapi/operations

Values

pub fn collect_operations(
  ctx: context.Context,
) -> List(
  #(
    String,
    spec.Operation(spec.Resolved),
    String,
    spec.HttpMethod,
  ),
)

Collect all operations from the spec with their IDs, paths, and methods. Handles path-level parameter inheritance, security inheritance, and operationId generation from method + path when not specified.

Search Document