io.taig.shopper.client.ClientShopper
See theClientShopper companion object
final class ClientShopper[F[_]](client: RedirectingClient[F], headers: UrlHeaders, parser: Parser, debug: (=> String, => JsonObject, Option[Throwable]) => F[Unit])(using F: Async[F]) extends Shopper[F]
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Shopper[F]class Objecttrait Matchableclass Any