mastodon-dart / mastodon-api

This library provides the easiest and powerful Dart/Flutter library for Mastodon API 🎯
http://pub.dev/packages/mastodon_api
BSD 3-Clause "New" or "Revised" License
63 stars 13 forks source link

feat: add statuses api #23 #114

Closed Kraigo closed 1 year ago

Kraigo commented 1 year ago

1. Description

Implemented statuses methods:

1.1. Checklist

1.2. Breaking Change

1.3. Related Issues

https://github.com/mastodon-dart/mastodon-api/issues/23

myConsciousness commented 1 year ago

Hi @Kraigo ,

LGTM!

Thanks for your contribution :) I will check this PR as soon as possible!

codecov-commenter commented 1 year ago

Codecov Report

Merging #114 (35bcfdc) into main (7b6ea6c) will increase coverage by 1.74%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
+ Coverage   70.35%   72.10%   +1.74%     
==========================================
  Files          97       98       +1     
  Lines         958     1018      +60     
==========================================
+ Hits          674      734      +60     
  Misses        284      284              
Impacted Files Coverage Δ
lib/src/service/entities/status_context.dart 100.00% <100.00%> (ø)
...b/src/service/v1/statuses/statuses_v1_service.dart 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more