You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I've created @client_bob as an instance of Trello::Client with an oauth_token and oauth_token_secret, first of all I'm surprised that there isn't a boards method that I can use via Trello::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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: