MagicTheGathering / mtg-sdk-java

Magic: The Gathering SDK - Java
MIT License
67 stars 23 forks source link

Add a function to get a card by the API key #14

Closed gvanderclay closed 7 years ago

gvanderclay commented 7 years ago

This can be useful when card ids are cached and need to be retrieved later.

Also, not all cards have multiverse ids so the current getCard function may not work in all cases

nyholmniklas commented 7 years ago

Hey looks good, but is the change in stubby/.#stubby-config.yaml there by mistake?

gvanderclay commented 7 years ago

@nyholmniklas That was left in there by mistake. I just removed it.

Note to self: Set up emacs config to not autosave files in the current project...

thechucklingatom commented 7 years ago

That's what you get for using emacs :P everything else looks good to me, thanks for the contribution!