View Source SwagdoxWeb.Router (swagdox v0.1.0)

Routes for our SwagdoxWeb application.

[Swagdox] Router: @authorization BasicAuth, basic, "Basic http authentication" @authorization ApiKey, header("X-API-Key"), "API key authentication"

Summary

Types

@type route() :: %{
  path: String.t(),
  metadata: map(),
  plug: module(),
  plug_opts: atom(),
  helper: String.t(),
  verb: atom()
}