adlio / trello

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

Add "start" field to trello.Card #88

Closed Rukenshia closed 2 years ago

Rukenshia commented 3 years ago

This PR adds the "start" field from the trello api which was introduced some time last year to the Card struct.

codecov[bot] commented 3 years ago

Codecov Report

Merging #88 (dab0f63) into master (f1fa5fb) will increase coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   73.38%   73.51%   +0.12%     
==========================================
  Files          22       22              
  Lines         853      857       +4     
==========================================
+ Hits          626      630       +4     
  Misses        195      195              
  Partials       32       32              
Impacted Files Coverage Δ
card.go 57.01% <100.00%> (+0.79%) :arrow_up:

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 f1fa5fb...dab0f63. Read the comment docs.

Rukenshia commented 3 years ago

I added a function to be able to test/validate the request parameters as I couldn't find anything else doing that yet - hope that works for you.

adlio commented 2 years ago

Thanks for the contribution! Hoping to review and merge this weekend.