google api - Pagination in Blogger Api V3 -


how can 10 posts , older 10 posts , on mean pagination need in blogger api v3

i tried https://www.googleapis.com/blogger/v3/blogs/1309320265504420965/posts?maxresults=10&start-index=1&key=[your-key]

and tried https://www.googleapis.com/blogger/v3/blogs/1309320265504420965/posts?maxresults=10&start-index=2&key=[your-key] nothing changed

start-index not seem working in v3

even if changed value of start-index .. doesn't change reply

any ideas ?

after checking blogger api v3 again , again found , u can find tag named "nextpagetoken" , string u can use string contain next page id , add parameter "pagetoken" in request , u ll pagination feature work !


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

django - CSRF verification failed. Request aborted. CSRF cookie not set -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -