VersionRequest

io.github.juliano.pokeapi.requests.VersionRequest
See theVersionRequest companion object
final case class VersionRequest(id: String | Long) extends PokeRequest[Version]

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def sttpRequest(host: ApiHost)(using JsonDecoder[Version]): SttpRequest[A]

Attributes

Inherited from:
PokeRequest

Concrete fields

val resource: String