Crate tcgdex_api

Source
Expand description

This library allow to interact with TCGdex API.

You can get information about Pokémon cards, cards sets and sets series accessible through a powerful filter. You can also get a list of all existing card types, categories, Hp, illustrators, retreat costs and rarities.

Re-exports§

pub use crate::endpoints::cards::Attack;
pub use crate::endpoints::cards::Card;
pub use crate::endpoints::cards::CardBrief;
pub use crate::endpoints::cards::Variants;
pub use crate::endpoints::cards::Weakness;
pub use crate::endpoints::series::Serie;
pub use crate::endpoints::series::SerieBrief;
pub use crate::endpoints::sets::Set;
pub use crate::endpoints::sets::SetBrief;
pub use crate::query::Query;

Modules§

endpoints
Module containing all endpoints reachable with a query.
errors
Allow to get error information.
query
To construct a query.

Structs§

Tcgdex
Generic structure containing a unique REST client and selected langage.

Enums§

Lang
Available langages for data.