I'm working with the Trello API and need to get all the boards a user has access to. But I want it to be sorted by the most recently used for a better user experience but from what I've found the api does not support that. I'd rather not have to sort on the front-end if possible...
Anyone have any workarounds or maybe I'm missing something to be able to do this?
Thanks!