Updated ArenaId docstring

This commit is contained in:
Nanda Scott 2018-10-23 17:32:44 -04:00
parent b8d5e30c76
commit 4a7abb712b
1 changed files with 17 additions and 5 deletions

View File

@ -5,11 +5,23 @@ class ArenaId(CardsObject):
cards/id
Get a card by the Arena id.
Positional arguments:
id : str ....................... The Scryfall Id of the card.
Optional arguments:
Inherits all arguments from CardsObject.
Args:
id (string):
The Scryfall Id of the card.
format (string, optional):
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:
All attributes are inherited from CardsObject.