go-trello
go-trello copied to clipboard
NewAuthClient(appKey, &token) to accept token string instead of pointer
There are some methods at https://github.com/VojtechVitek/go-trello/blob/master/checklist.go expecting pointers (to string and bool) also. Can I remove them?
yes please