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, json_schema.Schema),
) -> lookup.Lookup(String)
pub fn json_decode_error_to_string(
  error: json.DecodeError,
) -> String
pub fn run_single_location(
  lookup: lookup.Lookup(a),
  prefix: String,
) -> Result(a, String)
Search Document