-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Description
I'm trying to make sense of the documentation for multiple users.
For example, it includes:
Thread.new do
@client_bob.find(:boards, "bobs_board_id")
end
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?
Metadata
Metadata
Assignees
Labels
No labels