PokeApiClient

io.github.juliano.pokeapi.PokeApiClient
See thePokeApiClient companion class
object PokeApiClient

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type FailureResponse = ResponseException[String, String]
type SttpRequest[A] = Request[Either[FailureResponse, A], Any]

Value members

Concrete methods

def makeRequest[A](uri: Uri)(using JsonDecoder[A]): SttpRequest[A]