mtg_sdk_ex v0.1.0 Mtg

Mtg module provides functions that make calls to magicthegathering.io for game information.

Link to this section Summary

Functions

returns the name of the artist given a card id

returns the information for a card given a card multiverse id

returns a list of cards by set

returns a list of cards by set

returns a list of strings representing the formats of MTG

returns the name of the artist given a card id

returns a list of strings representing the subtypes of MTG cards

returns a list of strings representing the supertypes of MTG cards

returns a list of strings representing the types of MTG cards

Link to this section Functions

Link to this function artist(card_id)

returns the name of the artist given a card id

Link to this function card(multiverse_id)

returns the information for a card given a card multiverse id

Link to this function cards(opts \\ [])

returns a list of cards by set

Link to this function cards_by_set(set_code, opts \\ [])

returns a list of cards by set

returns a list of strings representing the formats of MTG

returns the name of the artist given a card id

returns a list of strings representing the subtypes of MTG cards

returns a list of strings representing the supertypes of MTG cards

returns a list of strings representing the types of MTG cards