What does the POS actually mean in the Trello API
问题 I'm using dillenmeisters Trello.Net API Wrapper, and on each Card it has a POS attribute. I thought that was for position in the list that it was in, but the numbers seem arbitrary, ranging from 4 to 5 digit numbers. Is there anyway to make sense of these enough to "place" a new Card between 2 others that already exist in the list? 回答1: Edit: Available in version 0.5.9-beta1 of Trello.NET (on NuGet): // Ways to set the position of a card trello.Cards.ChangePos(card, 1234) trello.Cards