stevenmaguire / trello-php

A php client for consuming the Trello API
MIT License
87 stars 25 forks source link

Get boardsInvited by member: Model not found #46

Open mustapha-ghlissi opened 1 year ago

mustapha-ghlissi commented 1 year ago

Hello guys

When I try to get the list of invited boards a member is invited to, I got a 404 error saying "model not found"

$boards = $client->getMemberBoardsInvited($memberId);

Someone can help with this please ?

Best !