ChiriVulpes / scryfall-sdk

A Node.js SDK for https://scryfall.com/docs/api, written in TypeScript.
MIT License
99 stars 16 forks source link

Support queries in random #62

Closed kevinlowe0x3F7 closed 1 year ago

kevinlowe0x3F7 commented 1 year ago

Scryfall API allows a query to filter down the results before selecting a random card: https://scryfall.com/docs/api/cards/random

ChiriVulpes commented 1 year ago

Thank you! I didn't know about this! I'll get a new version out with this change in a few hours.

kevinlowe0x3F7 commented 1 year ago

Awesome thank you for the fast response!