ChiriVulpes / scryfall-sdk

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

Tagger api support #63

Closed ejkkan closed 1 year ago

ejkkan commented 1 year ago

First of all, amazing work on this lib! Thank you for the hard work.

Are there any plans on adding support for the tagger api? https://tagger.scryfall.com/

ChiriVulpes commented 1 year ago

What exactly would support for tagger entail? The Cards.search function is just Scryfall's full-text search exactly, so it supports everything described here afaik: https://scryfall.com/docs/tagger-tags

ejkkan commented 1 year ago

You are absolutely right, my bad on not doing my due diligence before reaching out...