View Source ExOAPI.Generator.Paths (ex_oapi v0.1.5)

Link to this section Summary

Link to this section Types

@type t() :: %ExOAPI.Generator.Paths{
  calls: [ExOAPI.Generator.Paths.Call.t()],
  ctx: ExOAPI.Parser.V3.Context.t() | nil
}

Link to this section Functions

Link to this function

build_path_calls(path_definition, path, ctx, acc)

View Source