mattn / go-mastodon

mastodon client for golang
MIT License
600 stars 85 forks source link

Add MinID to Pagination #90

Closed 178inaba closed 5 years ago

178inaba commented 5 years ago

Related issue: #86 and #89

This PR adds MinID to pagination.

Also, because there is a use case that uses SinceID and MaxID simultaneously, exclusive control of SinceID and MaxID has been deleted.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.3%) to 91.723% when pulling 7492b7d118c778038ce09d113252587260bb6251 on 178inaba:pagination_logic into 6bf95fc751916ce7a8d8c70bc7571a19ed60a8fb on mattn:master.

mattn commented 5 years ago

Good! Thanks!

178inaba commented 5 years ago

@mattn Thank you for reviewing and merging!