Updated docs
This commit is contained in:
parent
f624fb47b0
commit
22c1cca4ea
|
@ -151,6 +151,17 @@ The rank of the card on edhrec.com
|
|||
Returns:
|
||||
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()`
|
||||
|
@ -166,7 +177,9 @@ The flavor text of the card, if any
|
|||
### `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:
|
||||
boolean
|
||||
|
@ -388,6 +401,8 @@ The oracle name of the card
|
|||
```
|
||||
True if this printing does not exist in foil
|
||||
|
||||
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||
|
||||
Returns:
|
||||
boolean
|
||||
|
||||
|
@ -463,7 +478,7 @@ Preview information for this card, if any.
|
|||
### `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:
|
||||
mode (string): The prices to get
|
||||
|
@ -665,6 +680,16 @@ True if this card is featured in the story
|
|||
Returns:
|
||||
boolean
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_etched_id()`
|
||||
|
||||
```
|
||||
The `etched_id` of the card on TCGplayer.
|
||||
|
||||
Returns:
|
||||
integer: The TCGplayer etched id of the card
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_id()`
|
||||
|
|
|
@ -148,6 +148,17 @@ The rank of the card on edhrec.com
|
|||
Returns:
|
||||
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()`
|
||||
|
@ -163,7 +174,9 @@ The flavor text of the card, if any
|
|||
### `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:
|
||||
boolean
|
||||
|
@ -385,6 +398,8 @@ The oracle name of the card
|
|||
```
|
||||
True if this printing does not exist in foil
|
||||
|
||||
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||
|
||||
Returns:
|
||||
boolean
|
||||
|
||||
|
@ -460,7 +475,7 @@ Preview information for this card, if any.
|
|||
### `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:
|
||||
mode (string): The prices to get
|
||||
|
@ -662,6 +677,16 @@ True if this card is featured in the story
|
|||
Returns:
|
||||
boolean
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_etched_id()`
|
||||
|
||||
```
|
||||
The `etched_id` of the card on TCGplayer.
|
||||
|
||||
Returns:
|
||||
integer: The TCGplayer etched id of the card
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_id()`
|
||||
|
|
|
@ -151,6 +151,17 @@ The rank of the card on edhrec.com
|
|||
Returns:
|
||||
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()`
|
||||
|
@ -166,7 +177,9 @@ The flavor text of the card, if any
|
|||
### `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:
|
||||
boolean
|
||||
|
@ -388,6 +401,8 @@ The oracle name of the card
|
|||
```
|
||||
True if this printing does not exist in foil
|
||||
|
||||
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||
|
||||
Returns:
|
||||
boolean
|
||||
|
||||
|
@ -463,7 +478,7 @@ Preview information for this card, if any.
|
|||
### `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:
|
||||
mode (string): The prices to get
|
||||
|
@ -665,6 +680,16 @@ True if this card is featured in the story
|
|||
Returns:
|
||||
boolean
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_etched_id()`
|
||||
|
||||
```
|
||||
The `etched_id` of the card on TCGplayer.
|
||||
|
||||
Returns:
|
||||
integer: The TCGplayer etched id of the card
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_id()`
|
||||
|
|
|
@ -151,6 +151,17 @@ The rank of the card on edhrec.com
|
|||
Returns:
|
||||
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()`
|
||||
|
@ -166,7 +177,9 @@ The flavor text of the card, if any
|
|||
### `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:
|
||||
boolean
|
||||
|
@ -388,6 +401,8 @@ The oracle name of the card
|
|||
```
|
||||
True if this printing does not exist in foil
|
||||
|
||||
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||
|
||||
Returns:
|
||||
boolean
|
||||
|
||||
|
@ -463,7 +478,7 @@ Preview information for this card, if any.
|
|||
### `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:
|
||||
mode (string): The prices to get
|
||||
|
@ -665,6 +680,16 @@ True if this card is featured in the story
|
|||
Returns:
|
||||
boolean
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_etched_id()`
|
||||
|
||||
```
|
||||
The `etched_id` of the card on TCGplayer.
|
||||
|
||||
Returns:
|
||||
integer: The TCGplayer etched id of the card
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_id()`
|
||||
|
|
|
@ -151,6 +151,17 @@ The rank of the card on edhrec.com
|
|||
Returns:
|
||||
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()`
|
||||
|
@ -166,7 +177,9 @@ The flavor text of the card, if any
|
|||
### `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:
|
||||
boolean
|
||||
|
@ -388,6 +401,8 @@ The oracle name of the card
|
|||
```
|
||||
True if this printing does not exist in foil
|
||||
|
||||
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||
|
||||
Returns:
|
||||
boolean
|
||||
|
||||
|
@ -463,7 +478,7 @@ Preview information for this card, if any.
|
|||
### `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:
|
||||
mode (string): The prices to get
|
||||
|
@ -665,6 +680,16 @@ True if this card is featured in the story
|
|||
Returns:
|
||||
boolean
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_etched_id()`
|
||||
|
||||
```
|
||||
The `etched_id` of the card on TCGplayer.
|
||||
|
||||
Returns:
|
||||
integer: The TCGplayer etched id of the card
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_id()`
|
||||
|
|
|
@ -153,6 +153,17 @@ The rank of the card on edhrec.com
|
|||
Returns:
|
||||
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()`
|
||||
|
@ -168,7 +179,9 @@ The flavor text of the card, if any
|
|||
### `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:
|
||||
boolean
|
||||
|
@ -390,6 +403,8 @@ The oracle name of the card
|
|||
```
|
||||
True if this printing does not exist in foil
|
||||
|
||||
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||
|
||||
Returns:
|
||||
boolean
|
||||
|
||||
|
@ -465,7 +480,7 @@ Preview information for this card, if any.
|
|||
### `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:
|
||||
mode (string): The prices to get
|
||||
|
@ -667,6 +682,16 @@ True if this card is featured in the story
|
|||
Returns:
|
||||
boolean
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_etched_id()`
|
||||
|
||||
```
|
||||
The `etched_id` of the card on TCGplayer.
|
||||
|
||||
Returns:
|
||||
integer: The TCGplayer etched id of the card
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_id()`
|
||||
|
|
|
@ -149,6 +149,17 @@ The rank of the card on edhrec.com
|
|||
Returns:
|
||||
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()`
|
||||
|
@ -164,7 +175,9 @@ The flavor text of the card, if any
|
|||
### `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:
|
||||
boolean
|
||||
|
@ -386,6 +399,8 @@ The oracle name of the card
|
|||
```
|
||||
True if this printing does not exist in foil
|
||||
|
||||
DEPRECATION NOTICE: This method will be deprecated on Nov 1, 2021.
|
||||
|
||||
Returns:
|
||||
boolean
|
||||
|
||||
|
@ -461,7 +476,7 @@ Preview information for this card, if any.
|
|||
### `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:
|
||||
mode (string): The prices to get
|
||||
|
@ -663,6 +678,16 @@ True if this card is featured in the story
|
|||
Returns:
|
||||
boolean
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_etched_id()`
|
||||
|
||||
```
|
||||
The `etched_id` of the card on TCGplayer.
|
||||
|
||||
Returns:
|
||||
integer: The TCGplayer etched id of the card
|
||||
|
||||
```
|
||||
---
|
||||
### `tcgplayer_id()`
|
||||
|
|
Loading…
Reference in New Issue