def all(params={}, headers={})
      method = APIMethod.new(:post, "/card/show", params, headers, self)
      json = @client.execute(method)
      APIList.new(:Card, json[:cards], method, @client)