go-trello icon indicating copy to clipboard operation
go-trello copied to clipboard

Golang client pkg for accessing the Trello API

Results 14 go-trello issues
Sort by recently updated
recently updated
newest added

Am I missing the options to create a new Board, List, Card? Perhaps this is just my lack of understanding, it did take like 3 tries to get a token...

See https://developers.trello.com/reference/#cardsidplugindata

Current call to `/boards/` is returning 404. Looks like the right way to get all your boards is by calling `/members/me/boards`. More info here: https://developers.trello.com/v1.0/reference#membersidboards

Adding alias `trello` for example code to work out of the box.

A couple months ago I worked on a project using this library. And during the development I've been adding some missing features as I needed + some of them were...

I needed this for a project I was working on, and found that I hadn't been keeping up with the changes, so I would like to push this into mainline.

This is needed for actions with type `updateComment`.