Expand description
Data structures for template generation
Re-exports§
pub use api_method_data::ApiMethodData;pub use header_data::HeaderData;pub use model_data::ModelData;pub use operation_info::OperationInfo;pub use parameter_info::ParameterInfo;pub use readme_data::ReadmeData;pub use runtime_data::RuntimeData;pub use template_path_info::TemplatePathInfo;
Modules§
- api_
method_ data - API method data with raw OpenAPI types
- header_
data - Header data for template generation
- model_
data - Model data for template generation
- operation_
info - Operation information for grouping by tag
- parameter_
info - Parameter information with raw OpenAPI schema
- readme_
data - README data for template generation
- runtime_
data - Runtime data for template generation
- template_
path_ info - Template path information for file generation