ChiriVulpes / scryfall-sdk

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

svg_uri missing from CardSymbol #55

Closed furgin closed 1 year ago

furgin commented 1 year ago

The type CardSymbol does not have the field svg_uri which exists on the object returned from scryfall.

CardSymbol defined here: https://github.com/ChiriVulpes/scryfall-sdk/blob/main/src/api/Symbology.ts Scryfall API defines it here: https://scryfall.com/docs/api/card-symbols

ChiriVulpes commented 1 year ago

Thanks for the report! It's going to be a week or so at minimum before I'm able to fix this one, in the middle of a move atm

furgin commented 1 year ago

Thanks @ChiriVulpes ! I have added a PR that hopefully fixes this and the other two issues I raised.