View Source ExOAPI.Generator.Paths.Call (ex_oapi v0.1.5)
Link to this section Summary
Link to this section Types
@type t() :: %ExOAPI.Generator.Paths.Call{ base_url: String.t() | nil, full_url: String.t() | nil, module: String.t() | nil, module_path: String.t() | nil, name: String.t() | nil, op: ExOAPI.Parser.V3.Context.Operation.t() | nil, optional_args: [map()] | nil, path: String.t() | nil, required_args: [map()] | nil, verb: String.t() | nil }