You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using mtgsdk and I think it's great. I have two questions/concerns:
Some of the cards from the most recent set Kamigawa Neon Dynasty do not include image_url's. Example: "The Wandering Emperor"
Will these images become available in the future?
Will mtgsdk support cards from future sets after they are released? I imagine an API is made to a database in the backend, so ideally I won't have to update mtgsdk each time a new set releases.
Thanks!
The text was updated successfully, but these errors were encountered:
I've looked into this, and only versions of cards that appear on Gatherer have images. In particular, Wandering Emperor has 6 printings that can be found with this sdk, and only 3 of them appear on Gatherer. So if your use-case requires images, make sure you don't just take, say, the first possible printing for each card, but search for one that has an image.
I just started using mtgsdk and I think it's great. I have two questions/concerns:
Some of the cards from the most recent set Kamigawa Neon Dynasty do not include
image_url
's. Example: "The Wandering Emperor"Thanks!
The text was updated successfully, but these errors were encountered: