Go integration
import "trello" // Initialize client client := trello.NewClient("YOUR_API_KEY")
curl \ # append ?key=$API_KEY to the URL \ https://trello.com/1/batch
curl \ # append ?key=$API_KEY to the URL \ https://trello.com/1/search
curl \
# append ?key=$API_KEY to the URL \
https://trello.com/1/types/{id}