View Source Buckaroo.Docs.Endpoint (buckaroo v0.4.0-alpha.3)

Link to this section Summary

Link to this section Types

@type t() :: %Buckaroo.Docs.Endpoint{
  doc: term(),
  examples: term(),
  file: term(),
  method: term(),
  path: term(),
  plugs: term(),
  router: term(),
  schemas: term()
}