origamiimaster / pdhrec

PDHREC is a Magic: the Gathering website that collates data about the Pauper Commander format.
https://pdhrec.com
MIT License
4 stars 0 forks source link

Add Archidekt Support #12

Closed origamiimaster closed 1 year ago

origamiimaster commented 1 year ago

Add more items to the database, pulled from Arkidekt.com.

Will require reworking the formatting for a deck provider object perhaps.

origamiimaster commented 1 year ago

Urls: https://archidekt.com/api/decks/?formats=17&orderBy=-updatedAt https://archidekt.com/api/decks/<deckID>/?format=json

These should be all we need to get the deck data.

origamiimaster commented 1 year ago

Added support with #19 and #20. Closing this issue now.