php-trello-api
php-trello-api copied to clipboard
get all Lists from board
Can someone give me hint, how I can get all lists in a specific board?
I tried
$boards = $manager->getBoard($board_id)->getLists();
but this is the point where I stuck.
$lists = $client->api('board')->lists()->all();