Should have pagination
Victor-Palha opened this issue · 2 comments
Victor-Palha commented
Hello There.
I am using the YGOPro API to create a website, and I noticed from the documentation that there is no pagination when the API is called. It would be interesting to have an option to paginate searches, especially when using the endpoint https://db.ygoprodeck.com/api/v7/cardinfo.php
.
AlanOC91 commented
Hello,
Please read the API guide in full: https://ygoprodeck.com/api-guide/
Frederisk commented
There are two parameters to do this: num
and offset
. It is written in the corner of the document.