module Moxfield::Api::Search
Defined in:
moxfield/api/search.crInstance Method Summary
-
#card_query(q : String)
This function searches for cards that match a given query string.
-
#deck_query(page = 1, size = 100, sort : SortType = SortType::Updated, dir = SORT_DES, format : String | Nil = nil, commander_card_id : String | Nil = nil)
This function searches for decks that match the specified criteria.