PizzaAdminServiceImpl

smithy4s.tests.PizzaAdminServiceImpl
See thePizzaAdminServiceImpl companion object

Attributes

Companion
object
Graph
Supertypes
trait PizzaAdminServiceGen[[I, E, O, SI, SO] =>> IO[O]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addMenuItem(restaurant: String, menuItem: MenuItem): IO[AddMenuItemResult]
def customCode(code: Int): IO[CustomCodeOutput]
def echo(pathParam: String, body: EchoBody, queryParam: Option[String]): IO[Unit]
def getEnum(theEnum: TheEnum): IO[GetEnumOutput]
def getMenu(restaurant: String): IO[GetMenuResult]
def headerEndpoint(uppercaseHeader: Option[String], capitalizedHeader: Option[String], lowercaseHeader: Option[String], mixedHeader: Option[String]): IO[HeaderEndpointData]
def health(query: Option[String]): IO[HealthResponse]
def noContentRequest(): IO[Unit]
def reservation(name: String, town: Option[String]): IO[ReservationOutput]
def roundTrip(label: String, header: Option[String], query: Option[String], body: Option[String]): IO[RoundTripData]

Inherited methods

def transform: PartiallyApplied[PizzaAdminServiceGen[F]]

Attributes

Inherited from:
PizzaAdminServiceGen