ClientShopper

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 Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def extract(url: Uri, document: Document, acceptLanguage: Option[String]): F[Article]
override def load(url: Uri, acceptLanguage: Option[String]): Stream[F, Article]

Attributes

Definition Classes
Shopper

Inherited methods

final def load(url: Url, acceptLanguage: Option[String])(using MonadThrow[F]): Stream[F, Article]

Attributes

Inherited from:
Shopper