Sébastien Le Gall
Sébastien Le Gall
Hi, You can't add methods to a type that is declared in another package. Thus, I don't see how it could be possible. But maybe there are other ways to...
Hi, It seems I have the same issue. I'm working with `dep`. I tried using the last commit and also the `v1.2` tag. It's working when using the example above...
Still not working...
@cdaguerre Yes, I will try that. Another way to improve api calls I implemented is to call the api directly. Instead of ``` php $lists = $board->getLists() ``` I use...