We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Related to #63
Sorry, something went wrong.
Related to #98
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: