So since the API really desn't work as you'd expect it to, I am documenting this here at least.
I created a testing board with cards A
, B
, C
, ... , M
so I can test on it.
First, grabbing all cards works as expected.
api.find(:boards, '56af532ae7a74a5fcac32e66').cards.map { |c| [c.name, c.id] }
=> [
["A", "56af53367f15b163c0e345fd"],
["B", "56af533783d4fccc1cce3941"],