Updated ArenaId docstring
This commit is contained in:
parent
b8d5e30c76
commit
4a7abb712b
|
@ -5,11 +5,23 @@ class ArenaId(CardsObject):
|
||||||
cards/id
|
cards/id
|
||||||
Get a card by the Arena id.
|
Get a card by the Arena id.
|
||||||
|
|
||||||
Positional arguments:
|
Args:
|
||||||
id : str ....................... The Scryfall Id of the card.
|
id (string):
|
||||||
|
The Scryfall Id of the card.
|
||||||
Optional arguments:
|
format (string, optional):
|
||||||
Inherits all arguments from CardsObject.
|
Defaults to 'json'.
|
||||||
|
Returns data in the specified method.
|
||||||
|
face (string, optional):
|
||||||
|
Defaults to empty string.
|
||||||
|
If you're using the `image` format, this will specify if you want the front or back face.
|
||||||
|
version (string, optional):
|
||||||
|
Defaults to empty string.
|
||||||
|
If you're using the `image` format, this will specify if you want the small, normal,
|
||||||
|
large, etc version of the image.
|
||||||
|
pretty (string, optional):
|
||||||
|
Defaults to empty string.
|
||||||
|
Returns a prettier version of the json object.
|
||||||
|
Note that this may break functionality with Scrython.
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
All attributes are inherited from CardsObject.
|
All attributes are inherited from CardsObject.
|
||||||
|
|
Loading…
Reference in New Issue