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: Added Lists Follows endpoints (#27) #115

Merged
merged 5 commits into from
May 12, 2022
Merged

Conversation

myConsciousness
Copy link
Owner

1. Description

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

Copy link
Owner Author

@myConsciousness myConsciousness left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass

@github-actions
Copy link

Congratulations, this pull request has been reviewed and is ready for merging!

@myConsciousness
Copy link
Owner Author

bors merge

@codecov-commenter
Copy link

codecov-commenter commented May 12, 2022

Codecov Report

Merging #115 (ccc5213) into main (bb40a05) will increase coverage by 1.19%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   89.04%   90.23%   +1.19%     
==========================================
  Files          30       30              
  Lines         557      584      +27     
==========================================
+ Hits          496      527      +31     
+ Misses         61       57       -4     
Impacted Files Coverage Δ
lib/src/service/lists/lists_service.dart 100.00% <100.00%> (ø)
lib/src/twitter_api.dart 100.00% <0.00%> (+26.66%) ⬆️

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 bb40a05...ccc5213. Read the comment docs.

@bors
Copy link
Contributor

bors bot commented May 12, 2022

Build succeeded:

@bors bors bot merged commit 3970e5f into main May 12, 2022
@bors bors bot deleted the 27-add-listsfollows-endpoints branch May 12, 2022 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Lists:Follows endpoints
2 participants