davidchambers / tutor

JavaScript interface for the Gatherer card database
https://gatherer.wizards.com/
Do What The F*ck You Want To Public License
149 stars 18 forks source link

fixes #73 - gatherer_url and image_url added back to tutor.card; using either name or id based on the search. #75

Closed robdennis closed 10 years ago

robdennis commented 10 years ago

uses the information (name or id) that searched up the card to construct the URL. As an implementation detail, variations in capitalization or punctuation can effect the resulting URL (although a URL will be returned iff the search string did successfully yield the card). This implementation may not work well with redirects, but those are currently not being followed.

robdennis commented 10 years ago

I'm able to do the merge from here. I'll give it a shot tomorrow night if I don't see any objections

davidchambers commented 10 years ago

I'm able to do the merge from here. I'll give it a shot tomorrow night if I don't see any objections

Go for it. :)