OpenApiCodeGen (openapi_codegen v0.1.0)

Main module that coordinates the code generation.

Summary

Functions

Link to this function

generate(path, spec, adapter)

@spec generate(Path.t(), map(), :req | :tesla) :: %{
  schemas: [Path.t()],
  client: Path.t()
}