-
I don't know why this didn't occur to me before, but the SDK could just maintain its own cache object for Scryfall data. The UI makes calls to `getScryfallData` and caching is handled transparently.
-
## The devDependency [aws-sdk](https://github.com/aws/aws-sdk-js) was updated from `2.420.0` to `2.421.0`.
🚨 [View failing branch](https://github.com/Saeris/Scryfall-API/compare/master...Saeris:gree…
-
Whatever backend server this SDK is calling is returning HTTP 500 errors. Even the simple examples in the README fail.
Example:
```
from mtgsdk import Card
card = Card.find(386616)
```
throws:
…
-
Probably related: #70
Stumbled upon this using the following code:
```
error: Uncaught (in promise) TypeError: this._listeners[eventName] is not iterable
at MagicEmitter.emit (file:///wor…
-
-
**Describe the bug**
Multiple GitHub-provided actions are failing in their post-run steps due to an `Argument list too long` error.
**To Reproduce**
1. Initiate the following workflow pro…
-
Running into issues with sending arrays of split card names using the Cards.collection (...collection: CardIdentifier[]): MagicEmitter method.
Example code:
```js
export const getAllCardImages …
-
NB Never post screenshots of code. Post copy paste-able code if you include any.
Ignoring this will likely lead to direct closing of the issue.
Please respect the time and energy of open source main…
-
Running a fairly simple search:
```javascript
const commanders = [];
Scry.Cards.search('is:commander legal:commander game:paper')
.on('data', card => {
commanders.push(card);
})
.on('end',…
-
I'm getting the following error when I installed and tried to use the latest version 4.1.1:
`Module build failed: UnhandledSchemeError: Reading from "node:events" is not handled by plugins (Unhandl…