jumblr icon indicating copy to clipboard operation
jumblr copied to clipboard

Cannot get all notes from a post

Open doppelgunner opened this issue 7 years ago • 3 comments

There is a limit of 50 and there is no offset like in getting all post to traverse. I would like to make a suggestion to add options where you can put limit and offset to traverse all notes.

doppelgunner avatar Sep 12 '17 05:09 doppelgunner

You should likely use pagination https://github.com/tumblr/jumblr#pagination

jesuiskirill avatar Sep 12 '17 13:09 jesuiskirill

You can only use pagination when getting posts not in notes. For example how will you use the options to get all notes when there is no api for that?

On Sep 12, 2017 9:31 PM, "Kirill Suslov" [email protected] wrote:

You should likely use pagination https://github.com/tumblr/jumblr#pagination

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tumblr/jumblr/issues/111#issuecomment-328850933, or mute the thread https://github.com/notifications/unsubscribe-auth/AJyhQpA5PGkpVIqPKJsrLP-hGIH9n3g_ks5shoUVgaJpZM4PUJCT .

doppelgunner avatar Sep 12 '17 15:09 doppelgunner

Sorry, you were right Seems like post type doesn't support note pagination https://github.com/tumblr/jumblr/blob/master/src/main/java/com/tumblr/jumblr/types/Post.java

jesuiskirill avatar Sep 12 '17 15:09 jesuiskirill