mironal / TwitterAPIKit

Swift library for the Twitter API v1 and v2 🍷
MIT License
119 stars 24 forks source link

Add support Bookmarks API #114

Closed mironal closed 2 years ago

mironal commented 2 years ago

https://developer.twitter.com/en/docs/twitter-api/tweets/bookmarks/introduction

https://twittercommunity.com/t/build-with-bookmarks-on-the-twitter-api-v2/168804

codecov-commenter commented 2 years ago

Codecov Report

Merging #114 (7144a20) into main (cc02c72) will decrease coverage by 0.01%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
- Coverage   87.03%   87.01%   -0.02%     
==========================================
  Files         240      244       +4     
  Lines        5977     6047      +70     
==========================================
+ Hits         5202     5262      +60     
- Misses        775      785      +10     
Impacted Files Coverage Δ
...TwitterAPIKit/APIv2/Bookmarks/BookmarksAPIv2.swift 0.00% <0.00%> (ø)
Sources/TwitterAPIKit/APIv2/TwitterAPIv2.swift 17.64% <0.00%> (-1.11%) :arrow_down:
...marks/Requests/DeleteUsersBookmarksRequestV2.swift 100.00% <100.00%> (ø)
...ookmarks/Requests/GetUsersBookmarksRequestV2.swift 100.00% <100.00%> (ø)
...okmarks/Requests/PostUsersBookmarksRequestV2.swift 100.00% <100.00%> (ø)

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 8d5dd9e...7144a20. Read the comment docs.