oas/generator

Values

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