Card searches can use the 'cardSequentialId' as a search param, but that value can be provided in multiple formats and the Favro API doesn't always play nice. The value should be normalized to the numeric identifier. (c2d6db0)
Change the method for finding cards by sequential ID to return an already-awaited list, and to allow limiting to one returned value. BREAKING (ea565df)