working trello api

This commit is contained in:
2021-05-09 13:22:43 -04:00
commit e2d7c70673
10 changed files with 304 additions and 0 deletions

11
notes.txt Normal file
View File

@@ -0,0 +1,11 @@
// board, err := client.GetBoard("IsxWGAfF", trello.Defaults())
// if err != nil {
// fmt.Println("Error getting board: ", err)
// }
// lists, err := board.GetLists(trello.Defaults())
// if err != nil {
// fmt.Println("Error fetching lists: ", err)
// }
// for i, list := range lists {
// fmt.Println("List: ", list.ID, list.Name, i)
// }