oas/generator

Values

pub fn build(
  spec_src: String,
  project_path: String,
  provider: String,
  exclude: List(String),
) -> Result(Nil, snag.Snag)
pub fn gen_operations_and_top_files(
  spec: oas.Document,
  provider: String,
  exclude: List(String),
) -> #(String, String)
pub fn gen_schema_file(
  schemas: dict.Dict(String, oas.Schema),
  provider: String,
) -> String
pub fn json_decode_error_to_string(
  error: json.DecodeError,
) -> String
Search Document