working trello api
This commit is contained in:
11
notes.txt
Normal file
11
notes.txt
Normal 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)
|
||||
// }
|
Reference in New Issue
Block a user