scryfall_api 0.4.0 copy "scryfall_api: ^0.4.0" to clipboard
scryfall_api: ^0.4.0 copied to clipboard

A wrapper of the Scryfall API for the Dart programming language.

0.4.0 #

  • Get all card symbols (GET /symbology)
  • Parse mana cost (GET /symbology/parse-mana)

0.3.0 #

  • Get rulings by multiverse id (GET /cards/multiverse/:id/rulings)
  • Get rulings by mtgo id (GET /cards/mtgo/:id/rulings)
  • Get rulings by arena id (GET /cards/arena/:id/rulings)
  • Get rulings by set code and collector number (GET /cards/:code/:number/rulings)
  • Get rulings by id (GET /cards/:id/rulings)

0.2.0 #

  • Search for cards (GET /cards/search)
  • Get card by name (GET /cards/named)
  • Autocomplete card name (GET /cards/autocomplete)
  • Get random card (GET /cards/random)
  • Get cards by identifiers (GET /cards/collection)
  • Get card by set code and collector number (GET /cards/:code/:number(/:lang))
  • Get card by multiverse id (GET /cards/multiverse/:id)
  • Get card by mtgo id (GET /cards/mtgo/:id)
  • Get card by arena id (GET /cards/arena/:id)
  • Get card by tcgplayer id (GET /cards/tcgplayer/:id)
  • Get card by cardmarket id (GET /cards/cardmarket/:id)
  • Get card by id (GET /cards/:id)

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)
3
likes
150
points
53
downloads

Publisher

verified publisheringruber.net

Weekly Downloads

A wrapper of the Scryfall API for the Dart programming language.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http, json_annotation

More

Packages that depend on scryfall_api