OapiCodemode.ApiConfig (oapi_codemode v0.2.0)

Copy Markdown View Source

Per-API registration config. Everything the spec cannot know.

Summary

Types

t()

@type t() :: %OapiCodemode.ApiConfig{
  base_url: term(),
  max_response_bytes: term(),
  passthrough_headers: term(),
  req_options: term(),
  sandbox_globals: term(),
  security_scheme: term(),
  validate: term()
}