Open AlanOC91 opened 4 years ago
Request: https://ygoprodeck.com/Forum/viewtopic.php?f=21&t=15945&p=20150#p20150
We have 2 ways of approaching this:
Show alternative cards by default in the search menu.
Have a checkbox/user choice to show alternatives arts in the search menu.
API Examples:
Alternative art combined into single result (default): https://db.ygoprodeck.com/api/v7/cardinfo.php?name=Kuriboh
Alternative art split and shown as separate card (add &includeAliased ) : https://db.ygoprodeck.com/api/v7/cardinfo.php?name=Kuriboh&includeAliased
&includeAliased
Related to #63
Related to #98
Request: https://ygoprodeck.com/Forum/viewtopic.php?f=21&t=15945&p=20150#p20150
We have 2 ways of approaching this:
Show alternative cards by default in the search menu.
Have a checkbox/user choice to show alternatives arts in the search menu.
API Examples:
Alternative art combined into single result (default): https://db.ygoprodeck.com/api/v7/cardinfo.php?name=Kuriboh
Alternative art split and shown as separate card (add
&includeAliased
) : https://db.ygoprodeck.com/api/v7/cardinfo.php?name=Kuriboh&includeAliased