Updated docs
This commit is contained in:
parent
f624fb47b0
commit
22c1cca4ea
|
@ -151,6 +151,17 @@ The rank of the card on edhrec.com
|
||||||
Returns:
|
Returns:
|
||||||
int: The rank of the card on edhrec.co
|
int: The rank of the card on edhrec.co
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `finishes()`
|
||||||
|
|
||||||
|
```
|
||||||
|
A list of computer-readable flags that indicate if this card
|
||||||
|
can come in foil, nonfoil, etched, or glossy finishes.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
list: A list of all finishes.
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `flavor_text()`
|
### `flavor_text()`
|
||||||
|
@ -166,8 +177,10 @@ The flavor text of the card, if any
|
||||||
### `foil()`
|
### `foil()`
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing exists in a foil version
|
True if this printing exists in a foil version.
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
@ -387,6 +400,8 @@ The oracle name of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing does not exist in foil
|
True if this printing does not exist in foil
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
@ -463,7 +478,7 @@ Preview information for this card, if any.
|
||||||
### `prices()`
|
### `prices()`
|
||||||
|
|
||||||
```
|
```
|
||||||
Returns prices from modes `usd`, `usd_foil`, `eur`, and `tix`
|
Returns prices from modes `usd`, `usd_foil`, `usd_etched`, `usd_glossy`, `eur`, and `tix`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mode (string): The prices to get
|
mode (string): The prices to get
|
||||||
|
@ -665,6 +680,16 @@ True if this card is featured in the story
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `tcgplayer_etched_id()`
|
||||||
|
|
||||||
|
```
|
||||||
|
The `etched_id` of the card on TCGplayer.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
integer: The TCGplayer etched id of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `tcgplayer_id()`
|
### `tcgplayer_id()`
|
||||||
|
|
|
@ -148,6 +148,17 @@ The rank of the card on edhrec.com
|
||||||
Returns:
|
Returns:
|
||||||
int: The rank of the card on edhrec.co
|
int: The rank of the card on edhrec.co
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `finishes()`
|
||||||
|
|
||||||
|
```
|
||||||
|
A list of computer-readable flags that indicate if this card
|
||||||
|
can come in foil, nonfoil, etched, or glossy finishes.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
list: A list of all finishes.
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `flavor_text()`
|
### `flavor_text()`
|
||||||
|
@ -163,8 +174,10 @@ The flavor text of the card, if any
|
||||||
### `foil()`
|
### `foil()`
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing exists in a foil version
|
True if this printing exists in a foil version.
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
@ -384,6 +397,8 @@ The oracle name of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing does not exist in foil
|
True if this printing does not exist in foil
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
@ -460,7 +475,7 @@ Preview information for this card, if any.
|
||||||
### `prices()`
|
### `prices()`
|
||||||
|
|
||||||
```
|
```
|
||||||
Returns prices from modes `usd`, `usd_foil`, `eur`, and `tix`
|
Returns prices from modes `usd`, `usd_foil`, `usd_etched`, `usd_glossy`, `eur`, and `tix`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mode (string): The prices to get
|
mode (string): The prices to get
|
||||||
|
@ -662,6 +677,16 @@ True if this card is featured in the story
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `tcgplayer_etched_id()`
|
||||||
|
|
||||||
|
```
|
||||||
|
The `etched_id` of the card on TCGplayer.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
integer: The TCGplayer etched id of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `tcgplayer_id()`
|
### `tcgplayer_id()`
|
||||||
|
|
|
@ -151,6 +151,17 @@ The rank of the card on edhrec.com
|
||||||
Returns:
|
Returns:
|
||||||
int: The rank of the card on edhrec.co
|
int: The rank of the card on edhrec.co
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `finishes()`
|
||||||
|
|
||||||
|
```
|
||||||
|
A list of computer-readable flags that indicate if this card
|
||||||
|
can come in foil, nonfoil, etched, or glossy finishes.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
list: A list of all finishes.
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `flavor_text()`
|
### `flavor_text()`
|
||||||
|
@ -166,8 +177,10 @@ The flavor text of the card, if any
|
||||||
### `foil()`
|
### `foil()`
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing exists in a foil version
|
True if this printing exists in a foil version.
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
@ -387,6 +400,8 @@ The oracle name of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing does not exist in foil
|
True if this printing does not exist in foil
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
@ -463,7 +478,7 @@ Preview information for this card, if any.
|
||||||
### `prices()`
|
### `prices()`
|
||||||
|
|
||||||
```
|
```
|
||||||
Returns prices from modes `usd`, `usd_foil`, `eur`, and `tix`
|
Returns prices from modes `usd`, `usd_foil`, `usd_etched`, `usd_glossy`, `eur`, and `tix`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mode (string): The prices to get
|
mode (string): The prices to get
|
||||||
|
@ -665,6 +680,16 @@ True if this card is featured in the story
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `tcgplayer_etched_id()`
|
||||||
|
|
||||||
|
```
|
||||||
|
The `etched_id` of the card on TCGplayer.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
integer: The TCGplayer etched id of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `tcgplayer_id()`
|
### `tcgplayer_id()`
|
||||||
|
|
|
@ -151,6 +151,17 @@ The rank of the card on edhrec.com
|
||||||
Returns:
|
Returns:
|
||||||
int: The rank of the card on edhrec.co
|
int: The rank of the card on edhrec.co
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `finishes()`
|
||||||
|
|
||||||
|
```
|
||||||
|
A list of computer-readable flags that indicate if this card
|
||||||
|
can come in foil, nonfoil, etched, or glossy finishes.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
list: A list of all finishes.
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `flavor_text()`
|
### `flavor_text()`
|
||||||
|
@ -166,8 +177,10 @@ The flavor text of the card, if any
|
||||||
### `foil()`
|
### `foil()`
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing exists in a foil version
|
True if this printing exists in a foil version.
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
@ -387,6 +400,8 @@ The oracle name of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing does not exist in foil
|
True if this printing does not exist in foil
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
@ -463,7 +478,7 @@ Preview information for this card, if any.
|
||||||
### `prices()`
|
### `prices()`
|
||||||
|
|
||||||
```
|
```
|
||||||
Returns prices from modes `usd`, `usd_foil`, `eur`, and `tix`
|
Returns prices from modes `usd`, `usd_foil`, `usd_etched`, `usd_glossy`, `eur`, and `tix`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mode (string): The prices to get
|
mode (string): The prices to get
|
||||||
|
@ -665,6 +680,16 @@ True if this card is featured in the story
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `tcgplayer_etched_id()`
|
||||||
|
|
||||||
|
```
|
||||||
|
The `etched_id` of the card on TCGplayer.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
integer: The TCGplayer etched id of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `tcgplayer_id()`
|
### `tcgplayer_id()`
|
||||||
|
|
|
@ -151,6 +151,17 @@ The rank of the card on edhrec.com
|
||||||
Returns:
|
Returns:
|
||||||
int: The rank of the card on edhrec.co
|
int: The rank of the card on edhrec.co
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `finishes()`
|
||||||
|
|
||||||
|
```
|
||||||
|
A list of computer-readable flags that indicate if this card
|
||||||
|
can come in foil, nonfoil, etched, or glossy finishes.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
list: A list of all finishes.
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `flavor_text()`
|
### `flavor_text()`
|
||||||
|
@ -166,8 +177,10 @@ The flavor text of the card, if any
|
||||||
### `foil()`
|
### `foil()`
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing exists in a foil version
|
True if this printing exists in a foil version.
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
@ -387,6 +400,8 @@ The oracle name of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing does not exist in foil
|
True if this printing does not exist in foil
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
@ -463,7 +478,7 @@ Preview information for this card, if any.
|
||||||
### `prices()`
|
### `prices()`
|
||||||
|
|
||||||
```
|
```
|
||||||
Returns prices from modes `usd`, `usd_foil`, `eur`, and `tix`
|
Returns prices from modes `usd`, `usd_foil`, `usd_etched`, `usd_glossy`, `eur`, and `tix`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mode (string): The prices to get
|
mode (string): The prices to get
|
||||||
|
@ -665,6 +680,16 @@ True if this card is featured in the story
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `tcgplayer_etched_id()`
|
||||||
|
|
||||||
|
```
|
||||||
|
The `etched_id` of the card on TCGplayer.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
integer: The TCGplayer etched id of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `tcgplayer_id()`
|
### `tcgplayer_id()`
|
||||||
|
|
|
@ -153,6 +153,17 @@ The rank of the card on edhrec.com
|
||||||
Returns:
|
Returns:
|
||||||
int: The rank of the card on edhrec.co
|
int: The rank of the card on edhrec.co
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `finishes()`
|
||||||
|
|
||||||
|
```
|
||||||
|
A list of computer-readable flags that indicate if this card
|
||||||
|
can come in foil, nonfoil, etched, or glossy finishes.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
list: A list of all finishes.
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `flavor_text()`
|
### `flavor_text()`
|
||||||
|
@ -168,8 +179,10 @@ The flavor text of the card, if any
|
||||||
### `foil()`
|
### `foil()`
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing exists in a foil version
|
True if this printing exists in a foil version.
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
@ -389,6 +402,8 @@ The oracle name of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing does not exist in foil
|
True if this printing does not exist in foil
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
@ -465,7 +480,7 @@ Preview information for this card, if any.
|
||||||
### `prices()`
|
### `prices()`
|
||||||
|
|
||||||
```
|
```
|
||||||
Returns prices from modes `usd`, `usd_foil`, `eur`, and `tix`
|
Returns prices from modes `usd`, `usd_foil`, `usd_etched`, `usd_glossy`, `eur`, and `tix`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mode (string): The prices to get
|
mode (string): The prices to get
|
||||||
|
@ -667,6 +682,16 @@ True if this card is featured in the story
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `tcgplayer_etched_id()`
|
||||||
|
|
||||||
|
```
|
||||||
|
The `etched_id` of the card on TCGplayer.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
integer: The TCGplayer etched id of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `tcgplayer_id()`
|
### `tcgplayer_id()`
|
||||||
|
|
|
@ -149,6 +149,17 @@ The rank of the card on edhrec.com
|
||||||
Returns:
|
Returns:
|
||||||
int: The rank of the card on edhrec.co
|
int: The rank of the card on edhrec.co
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `finishes()`
|
||||||
|
|
||||||
|
```
|
||||||
|
A list of computer-readable flags that indicate if this card
|
||||||
|
can come in foil, nonfoil, etched, or glossy finishes.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
list: A list of all finishes.
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `flavor_text()`
|
### `flavor_text()`
|
||||||
|
@ -164,8 +175,10 @@ The flavor text of the card, if any
|
||||||
### `foil()`
|
### `foil()`
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing exists in a foil version
|
True if this printing exists in a foil version.
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
@ -385,6 +398,8 @@ The oracle name of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
True if this printing does not exist in foil
|
True if this printing does not exist in foil
|
||||||
|
|
||||||
|
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
@ -461,7 +476,7 @@ Preview information for this card, if any.
|
||||||
### `prices()`
|
### `prices()`
|
||||||
|
|
||||||
```
|
```
|
||||||
Returns prices from modes `usd`, `usd_foil`, `eur`, and `tix`
|
Returns prices from modes `usd`, `usd_foil`, `usd_etched`, `usd_glossy`, `eur`, and `tix`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mode (string): The prices to get
|
mode (string): The prices to get
|
||||||
|
@ -663,6 +678,16 @@ True if this card is featured in the story
|
||||||
Returns:
|
Returns:
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
### `tcgplayer_etched_id()`
|
||||||
|
|
||||||
|
```
|
||||||
|
The `etched_id` of the card on TCGplayer.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
integer: The TCGplayer etched id of the card
|
||||||
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `tcgplayer_id()`
|
### `tcgplayer_id()`
|
||||||
|
|
Loading…
Reference in New Issue