Struct mtgapi_client::MtgClient[][src]

pub struct MtgClient {
    pub cards: CardApi,
    pub sets: SetApi,
    pub types: TypeApi,
    pub subtypes: SubtypeApi,
    pub supertypes: SupertypeApi,
    pub formats: FormatApi,
    // some fields omitted
}

The MTG.io SDK, use this to access the various api calls

Fields

Methods

impl MtgClient
[src]

Creates a new MTG.io SDK Struct

/cards enpoint

/sets enpoint

/types enpoint

/subtypes enpoint

/supertypes enpoint

/formats enpoint

Auto Trait Implementations

impl Send for MtgClient

impl Sync for MtgClient