23 lines
512 B
Markdown
23 lines
512 B
Markdown
|
# **class** `{Class_name}()`
|
||
|
|
||
|
These docs will likely not be as detailed as the official Scryfall Documentation, and you should reference that for more information.
|
||
|
|
||
|
>In the event that a key isn't found or has been changed, you can access the full JSON output with the `scryfallJson` variable (`{Class_name}().scryfallJson`).
|
||
|
|
||
|
## Args
|
||
|
|
||
|
|arg|description|
|
||
|
|:---:|:---:|
|
||
|
|{arg} ({type})|{description}|
|
||
|
|
||
|
## Raises
|
||
|
|
||
|
|exception type|reason|
|
||
|
|:---:|:---:|
|
||
|
|{Exception}|{reason}|
|
||
|
|
||
|
## Example usage
|
||
|
|
||
|
```
|
||
|
{Examples}
|
||
|
```
|