Update Cards_Classes.md
Okay, actually fixing the markdown formatting.
This commit is contained in:
parent
ce3e8ba9e8
commit
bbeb832119
|
@ -6,7 +6,7 @@ Gets a card by the name.
|
||||||
**Parameters:**
|
**Parameters:**
|
||||||
|
|
||||||
| Param |Required [y/n]| Input type | Function |
|
| Param |Required [y/n]| Input type | Function |
|
||||||
| :---: | :----------: | :-------: |:-------: |
|
| :---: | :---: | :---: |:---: |
|
||||||
|fuzzy|Yes|string|Uses the fuzzy parameter for the card name.|
|
|fuzzy|Yes|string|Uses the fuzzy parameter for the card name.|
|
||||||
|exact|Yes|string|Uses the exact parameter for the card name.|
|
|exact|Yes|string|Uses the exact parameter for the card name.|
|
||||||
|set|No|string|Returns the set of the card if specified. If not the card edition will be the most recent printing. Requires the 3 letter set code.
|
|set|No|string|Returns the set of the card if specified. If not the card edition will be the most recent printing. Requires the 3 letter set code.
|
||||||
|
@ -38,9 +38,10 @@ Example usage:
|
||||||
## `cards.Multiverse()`
|
## `cards.Multiverse()`
|
||||||
Get a card by Multiverse id
|
Get a card by Multiverse id
|
||||||
|
|
||||||
Parameters:
|
**Parameters:**
|
||||||
|
|
||||||
| Param |Required [y/n]| Input type | Function |
|
| Param |Required [y/n]| Input type | Function |
|
||||||
|:--:|:--:|:--:|:--:|
|
|:---:|:---:|:---:|:---:|
|
||||||
|id|Yes|Integer or String| This is the associated multiverse id of the given card.
|
|id|Yes|Integer or String| This is the associated multiverse id of the given card.
|
||||||
|
|
||||||
**Attributes:**
|
**Attributes:**
|
||||||
|
@ -53,9 +54,10 @@ Example usage:
|
||||||
## `cards.Mtgo()`
|
## `cards.Mtgo()`
|
||||||
Get a card by MTGO id.
|
Get a card by MTGO id.
|
||||||
|
|
||||||
Parameters:
|
**Parameters:**
|
||||||
|
|
||||||
| Param |Required [y/n]| Input type | Function |
|
| Param |Required [y/n]| Input type | Function |
|
||||||
|:--:|:--:|:--:|:--:|
|
|:---:|:---:|:---:|:---:|
|
||||||
|id|Yes|String|The required mtgo id of the card.
|
|id|Yes|String|The required mtgo id of the card.
|
||||||
|
|
||||||
**Attributes:**
|
**Attributes:**
|
||||||
|
@ -68,9 +70,10 @@ Example usage:
|
||||||
## `cards.Collector()`
|
## `cards.Collector()`
|
||||||
Get a card by collector number.
|
Get a card by collector number.
|
||||||
|
|
||||||
Parameters:
|
**Parameters:**
|
||||||
|
|
||||||
| Param |Required [y/n]| Input type | Function |
|
| Param |Required [y/n]| Input type | Function |
|
||||||
|:--:|:--:|:--:|:--:|
|
|:---:|:---:|:---:|:---:|
|
||||||
|code|Yes|String|This is the 3 letter code for the set|
|
|code|Yes|String|This is the 3 letter code for the set|
|
||||||
|collector_number|Yes|String|This is the collector number of the card.|
|
|collector_number|Yes|String|This is the collector number of the card.|
|
||||||
|
|
||||||
|
@ -87,9 +90,10 @@ Get a card by the Scryfall id.
|
||||||
**Attributes:**
|
**Attributes:**
|
||||||
The same listed in the `cards` documentation.
|
The same listed in the `cards` documentation.
|
||||||
|
|
||||||
Parameters:
|
**Parameters:**
|
||||||
|
|
||||||
| Param |Required [y/n]| Input type | Function |
|
| Param |Required [y/n]| Input type | Function |
|
||||||
|:--:|:--:|:--:|:--:|
|
|:---:|:---:|:---:|:---:|
|
||||||
|id|Yes|String|The Scryfall Id of the card.|
|
|id|Yes|String|The Scryfall Id of the card.|
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
@ -99,12 +103,13 @@ Example usage:
|
||||||
## `cards.Autocomplete()`
|
## `cards.Autocomplete()`
|
||||||
Get a list of potential autocompletion phrases.
|
Get a list of potential autocompletion phrases.
|
||||||
|
|
||||||
Parameters:
|
**Parameters:**
|
||||||
|
|
||||||
| Param |Required [y/n]| Input type | Function |
|
| Param |Required [y/n]| Input type | Function |
|
||||||
|:--:|:--:|:--:|:--:|
|
|:---:|:---:|:---:|:---:|
|
||||||
|query|Yes|String| The query of the autocompletion.|
|
|query|Yes|String| The query of the autocompletion.|
|
||||||
|
|
||||||
Attributes:
|
**Attributes:**
|
||||||
|Name|Output Type|Description|
|
|Name|Output Type|Description|
|
||||||
|:--:|:--:|:--:|
|
|:--:|:--:|:--:|
|
||||||
|`object()`|String|Returns what kind of object it is.|
|
|`object()`|String|Returns what kind of object it is.|
|
||||||
|
|
Loading…
Reference in New Issue