Skip to content

Finding boards via Trello::Client #294

@keithpitty

Description

@keithpitty

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions