API Reference openapi_codegen v0.1.0
Modules
Main module that coordinates the code generation.
Contains functions to help with Ast operations.
Usage: openapi_codegen [options] INPUT_FILE
Generates query param AST from OpenAPI spec using the parameters
key.
Req client code generation.
Path generation operations for Req.
Generates request body AST from OpenAPI spec using the requestBody
key.
Tesla client code generation.
Path generation operations for Tesla.
Generates components AST from OpenAPI spec using the schemas
key.