adlio / trello

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

Add GetChecklist() method #64

Closed enrico5b1b4 closed 3 years ago

enrico5b1b4 commented 4 years ago

Added method to get a checklist (https://developer.atlassian.com/cloud/trello/rest/#api-checklists-id-get)

Let me know if you have any feedback. Thanks!

codecov-io commented 4 years ago

Codecov Report

Merging #64 into master will increase coverage by 0.17%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   73.25%   73.43%   +0.17%     
==========================================
  Files          21       21              
  Lines         890      896       +6     
==========================================
+ Hits          652      658       +6     
  Misses        206      206              
  Partials       32       32              
Impacted Files Coverage Δ
checklist.go 100.00% <100.00%> (ø)

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 bc8f627...3aaa27e. Read the comment docs.