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