ClientLive

io.github.juliano.randomuser.ClientLive
final case class ClientLive(backend: SttpBackend[Task, Any]) extends Client

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Client
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fetch(params: Params): IO[ApiException, Content]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val baseUri: Uri