all

suspend fun all(format: String? = "json", pretty: Boolean? = false): ScryfallList<CardSymbol>

Returns a List object of all card symbols. https://scryfall.com/docs/api/card-symbols/all

Parameters

format
  • The data format to return. This method only supports json.

pretty
  • If true, the returned JSON will be prettified. Avoid using for production code.