mattn / go-mastodon

mastodon client for golang
MIT License
599 stars 85 forks source link

Add new endpoints #159

Closed RasmusLindroth closed 1 year ago

RasmusLindroth commented 1 year ago

New endpoints

Add EditedAt to Status struct.

codecov-commenter commented 1 year ago

Codecov Report

Base: 87.17% // Head: 87.63% // Increases project coverage by +0.45% :tada:

Coverage data is based on head (6a9400f) compared to base (9e1af56). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #159 +/- ## ========================================== + Coverage 87.17% 87.63% +0.45% ========================================== Files 15 15 Lines 936 954 +18 ========================================== + Hits 816 836 +20 + Misses 75 74 -1 + Partials 45 44 -1 ``` | [Impacted Files](https://codecov.io/gh/mattn/go-mastodon/pull/159?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn) | Coverage Δ | | |---|---|---| | [mastodon.go](https://codecov.io/gh/mattn/go-mastodon/pull/159/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-bWFzdG9kb24uZ28=) | `73.79% <ø> (ø)` | | | [status.go](https://codecov.io/gh/mattn/go-mastodon/pull/159/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-c3RhdHVzLmdv) | `80.75% <100.00%> (+2.80%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

mattn commented 1 year ago

Thank you