oas/path_template

Types

pub type Segment {
  Fixed(String)
  Variable(String)
}

Constructors

  • Fixed(String)
  • Variable(String)

Values

pub fn parse(raw: String) -> Result(List(Segment), Nil)
Search Document