ApiEndpoints

case class ApiEndpoints(tag: String, endpoints: Seq[ApiEndpoint[_, _, _, _]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def create(): Seq[Endpoint[Unit, _, Unit, _, Any]]
def createPostman()(using tenantId: Option[String]): Seq[Endpoint[Unit, _, Unit, Unit, Any]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product