ChiriVulpes / scryfall-sdk

A Node.js SDK for https://scryfall.com/docs/api, written in TypeScript.
MIT License
99 stars 16 forks source link

All Cards api route deprecated #31

Closed Juviro closed 4 years ago

Juviro commented 4 years ago

The previous route to obtain all cards https://api.scryfall.com/cards?page=0 has been deprecated .

Therefore, Cards.all does not work anymore for this api

Bildschirmfoto 2020-06-20 um 21 28 16

Any plans to change this to the suggested Bulk Data endpoints? Any help needed?

ChiriVulpes commented 4 years ago

Ah, didn't see that notice. I'll add support for downloading the bulk data today