Module client

Source
Expand description

Defines the client used to access Pokeapi.

Structs§

CACacheManager
Implements CacheManager with cacache as the backend.
CacheOptions
Configuration options which control behavior of the cache. Use with CachePolicy::new_options().
MokaManager
Implements CacheManager with moka as the backend.
RustemonClient
Custom client used to call Pokeapi.
RustemonClientBuilder
Builder used to ease the configuration of RustemonClient.

Enums§

CacheMode
Similar to make-fetch-happen cache options. Passed in when the HttpCache struct is being built.
Environment
Environment to target while calling PokeApi.