trello icon indicating copy to clipboard operation
trello copied to clipboard

Trello API wrapper for Go

Results 8 trello issues
Sort by recently updated
recently updated
newest added

There are several Type(s) that have sub-types, and it was inconsistent. The goal here is to use type.setClient(c) every time, and if there are sub-types, loop through them and use...

### This PR has three commits that need the review. #### `feat: add RemoveIDCustomField method` In this commit I've added the method to delete (only clear) custom field of the...

Hi all Thanks for this good working but examples are missing. I am trying to add a card with attachment. I did it without any error but no attachment on...

enhancement
help wanted

Problem: Using the CustomFields function on a Card reciever returns 0 data Code: ``` func main () { appKey := `` token := `` boardId := `` client := trello.NewClient(appKey,...

I can't seem to find it anywhere in the API docs.. does anyone know how to automate the "invite with link" process? I am creating and populating a board, but...

`Card` has a `List` field, but no `Card.GetList()` method to fill it. The information does not appear to be returned by the Trello API for calls to `List.GetCards()`, and cannot...

When creating custom fields, I have the option to select "dropdown", which results in a `.customField[].type="list"` being created. The options are predefined in `.customField[].options[]` with `.customField[].options[].value` being what github.com/adlio/trello calls...

For a a trello account that greater than free, there is the option to set/get the member, due date, and DueReminder for a Trello CheckList CheckItem. I have implemented this...