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[_, _, _, _]]
def createPostman()(implicit tenantId: Option[String]): Seq[Endpoint[_, _, _, _]]

Inherited methods

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