APIDoc v0.0.1-pro0 APIDoc.Doc.Router View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %APIDoc.Doc.Router{
  description: String.t() | nil,
  endpoints: [t() | APIDoc.Doc.Endpoint.t()],
  path: [String.t() | atom()],
  security: [atom() | [atom()]]
}