ChiriVulpes / scryfall-sdk

A Node.js SDK for https://scryfall.com/docs/api, written in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svg_uri missing from CardSymbol

furgin opened this issue · comments

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

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

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