scryfall_api 0.1.0
scryfall_api: ^0.1.0 copied to clipboard
A wrapper of the Scryfall API for the Dart programming language.
0.1.0 #
- Get all sets (GET
/sets) - Get a set by its unique code (GET
/sets/:code) - Get a set by its TCGplayer's ID (GET
/sets/tcgplayer/:id) - Get a set by its id on Srcyfall (GET
sets/:id)