PokeApiClient

io.github.juliano.pokeapi.PokeApiClient
See thePokeApiClient companion object
case class PokeApiClient[F[_], +P](host: ApiHost)(using backend: SttpBackend[F, P])

Attributes

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

Members list

Value members

Concrete methods

def send[A](request: PokeRequest[A])(using JsonDecoder[A]): F[A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Givens

Givens

given monadError: MonadError[F]