Packages

p

tamer

rest

package rest

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Authentication[-R] extends AnyRef
  2. final case class DecodedPage[V, S](data: List[V], nextState: Option[S]) extends Product with Serializable
  3. type EphemeralSecretCache = ZRef[Nothing, Nothing, Option[String], Option[String]]
  4. type FallibleResponse = Either[Throwable, Response[Either[String, String]]]
  5. case class Offset(offset: Int, nextIndex: Int) extends Product with Serializable
  6. case class PeriodicOffset(offset: Int, periodStart: Instant) extends Product with Serializable
  7. sealed abstract case class RESTSetup[-R, K, V, S] extends Setup[R with SttpClient with Clock with Has[EphemeralSecretCache], K, V, S] with Product with Serializable
  8. type SttpRequest = RequestT[Identity, Either[String, String], ZioStreams with Effect[Task] with WebSockets]

Value Members

  1. final def restLive(options: SttpBackendOptions = SttpBackendOptions.Default, customizeRequest: (HttpRequest) ⇒ HttpRequest = identity, customEncodingHandler: ZioEncodingHandler = PartialFunction.empty): Layer[TamerError, SttpClient with Has[EphemeralSecretCache]]
  2. object Authentication
  3. object DecodedPage extends Serializable
  4. object EphemeralSecretCache
  5. object Offset extends Serializable
  6. object PeriodicOffset extends Serializable
  7. object RESTSetup extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped