Registry / http-client / ruby-trello

ruby-trello

JSON →
library4.2.0rbrubygemsunverified

Ruby Trello is a wrapper around the Trello.com API for managing boards, lists, cards, and more.

gem install ruby-trello
INSTALL
IMPORT
SIG · RUBY-TRELLO
R
ruby-trello
http-clientrubyv4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Trello
require 'trello'

List all Trello boards for the authenticated user.

require 'trello' Trello.configure do |config| config.developer_public_key = 'your_key' config.member_token = 'your_token' end boards = Trello::Board.all puts boards.first.name
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
ruby-trello — gem install ruby-trello · libregistry