BlueBird v0.4.0 BlueBird.Route

Defines the Route struct.

Link to this section Summary

Types

t()

Type that represents the Route struct

Link to this section Types

Link to this type

t()
t() :: %BlueBird.Route{
  description: String.t() | nil,
  group: String.t() | nil,
  method: String.t(),
  note: String.t() | nil,
  parameters: [BlueBird.Parameter.t()],
  path: String.t(),
  requests: [BlueBird.Request.t()],
  title: String.t() | nil,
  warning: String.t() | nil
}

Type that represents the Route struct.