Skip to main content

Module operations

Module operations 

Source

Structs§

BodyInfo
Diagnostics
Collected codegen diagnostics, separated by severity.
OperationInfo
All information about a single API operation needed by later codegen stages.
ParamInfo
ResponseInfo

Enums§

ResponseStatus

Functions§

collect_operations
Collect all operations from the OpenAPI document.
generate_operation_errors
Emit a compile_error! token for each fatal operation diagnostic.
generate_operation_types
Generate query-param enum types + request structs + response enums for all operations.