module Scryfall::Search

Extended Modules

Defined in:

scryfall/search.cr

Constant Summary

COLOR_SEARCH_MODES = {"Exactly these colors" => "=", "Including these colors" => ">=", "At most these colors" => "<="}

Instance Method Summary

Instance Method Detail

def search(data : SearchParams) : Scryfall::CardList #

Perform a scryfall search


[View source]
def search_string(data : SearchParams) : String #

Convert search NamedTuple to a search string


[View source]