bedoherty / MagicTCGPriceAPI

Price checking API for Magic the Gathering TCG
MIT License
79 stars 26 forks source link

set name doesn't appear to do anything #10

Closed SStrausman closed 9 years ago

SStrausman commented 9 years ago

That is, when you feed the URI

http://magictcgprices.appspot.com/api/cfb/price.json?cardname=tarmogoyf&setname=modern%masters

you get the same result as

http://magictcgprices.appspot.com/api/cfb/price.json?cardname=tarmogoyf&setname=future%sight

when there is in fact a 10$ price difference.

bedoherty commented 9 years ago

You need to use the parameter "cardset" not "setname" for this API.