Registry / http-client / adlio-trello

adlio-trello

JSON →
library1.12.0gogounverified

Package trello provides a Go client for the Trello API.

go get github.com/adlio/trello
INSTALL
IMPORT
SIG · ADLIO-TRELLO
A
adlio-trello
http-clientgov1.12.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
github.com/adlio/trello

Initialize Trello client and fetch current member

package main import ( "fmt" "github.com/adlio/trello" ) func main() { client := trello.NewClient("apiKey", "token") member, _ := client.GetMember("me") fmt.Println(member.FullName) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.12.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
28
OpenAI (training)
1
Resources
adlio-trello — go get adlio-trello · libregistry