halcy / Mastodon.py

Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API.
MIT License
867 stars 150 forks source link

add offset parameter to trending_statuses #350

Closed Teqed closed 5 months ago

Teqed commented 12 months ago

Closes #349

codecov[bot] commented 12 months ago

Codecov Report

Merging #350 (3b131b4) into master (cd86887) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #350   +/-   ##
=======================================
  Coverage   87.51%   87.51%           
=======================================
  Files          34       34           
  Lines        3380     3380           
=======================================
  Hits         2958     2958           
  Misses        422      422           
Impacted Files Coverage Δ
mastodon/trends.py 86.20% <100.00%> (ø)
halcy commented 5 months ago

Finally merging this, thanks!