Open keithpitty opened 4 years ago
So I now see that I need to do the following to get many boards:
@client_bob.find_many(Trello::Board, '/members/me/boards')
It took me a bit of figuring out. Now I'm thinking that the documentation could use some improvement. However, it's late here. I'll submit a PR when I get a chance.
Yes, you are right. The documentation needs some improvement. I will spend some times on it in future. Also, welcome to submit a PR.
Thanks @keithpitty. Saving me some time here !
I'm trying to make sense of the documentation for multiple users.
For example, it includes:
If I've created
@client_bob
as an instance ofTrello::Client
with anoauth_token
andoauth_token_secret
, first of all I'm surprised that there isn't aboards
method that I can use viaTrello::Client
. Even so, in the example provided in the README, what is"bobs_board_id"
supposed to be if I want to find the boards that belong to Bob?What am I missing?