adlio / trello

Trello API wrapper for Go
MIT License
220 stars 71 forks source link

adds rudimentary list & checklist creation methods #41

Closed fabstu closed 5 years ago

fabstu commented 5 years ago

I needed checklist creation and so added that part.

Reference: #37

codecov-io commented 5 years ago

Codecov Report

Merging #41 into master will increase coverage by 1.57%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   72.15%   73.73%   +1.57%     
==========================================
  Files          20       21       +1     
  Lines         765      811      +46     
==========================================
+ Hits          552      598      +46     
  Misses        179      179              
  Partials       34       34
Impacted Files Coverage Δ
list.go 100% <100%> (ø) :arrow_up:
checklist.go 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b31fee...e244fdc. Read the comment docs.

fabstu commented 5 years ago

Added Board.CreateList(name, extraArguments).