Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add notifications api #32 #120

Merged
merged 5 commits into from Feb 4, 2023
Merged

Conversation

Kraigo
Copy link
Contributor

@Kraigo Kraigo commented Feb 4, 2023

1. Description

Added notifications service

1.1. Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have read the Contributor Guide and followed the process outlined for submitting PRs.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples.

1.2. Breaking Change

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

1.3. Related Issues

@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2023

Codecov Report

Merging #120 (bb17766) into main (c027916) will increase coverage by 0.58%.
The diff coverage is 100.00%.

📣 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     #120      +/-   ##
==========================================
+ Coverage   72.14%   72.72%   +0.58%     
==========================================
  Files          97       99       +2     
  Lines        1034     1056      +22     
==========================================
+ Hits          746      768      +22     
  Misses        288      288              
Impacted Files Coverage Δ
lib/src/service/entities/notification.dart 100.00% <100.00%> (ø)
...ice/v1/notifications/notifications_v1_service.dart 100.00% <100.00%> (ø)

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

@myConsciousness myConsciousness added service/notifications feat v1 Indicates that it is a v1 endpoint. labels Feb 4, 2023
@bors bors bot merged commit bb17766 into mastodon-dart:main Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat service/notifications v1 Indicates that it is a v1 endpoint.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants