Scrython/test.md

23 lines
512 B
Markdown
Raw Normal View History

2018-10-24 22:28:23 +00:00
# **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}
```