Packages

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. Protected

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 = Ref[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, SV] extends Setup[R with SttpClient with EphemeralSecretCache, K, V, SV] with Product with Serializable
  8. type SttpRequest = Request[Either[String, String]]

Value Members

  1. final def restLive(options: BackendOptions = BackendOptions.Default, customizeRequest: (HttpRequest) => HttpRequest = identity, customEncodingHandler: ZioEncodingHandler = PartialFunction.empty): TaskLayer[SttpClient with 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