Crate pokemon_tcg_api_client

Source
Expand description

Api client crate for querying the https://pokemontcg.io/ API.

Provides an abstraction over the api requests. Can either query by id or resources a bit more specific.

Features:

  • Central api client
  • Methods for all api paths
  • Query builders for the advanced querying of data
    • Pokemon cards
    • Sets
    • Trainer cards
    • Energies

Modulesยง

builder
Contains the implementation for the query builders used for advanced querying to the api.
pokemon_api_client
Contains the client implementation logic.
resource
Contains the most common data structs for the api resources