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

Link to this section Summary

Link to this section Types

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