How to paginate with string provided in JSON result?

232 views Asked by At

I am using Feedly API to access feeds from a particular rss feed. Take a look at this link (1). As you see, it only returns newest 20 items but I think it provides sort of a link to paginate to the next result. There is 'continuation' key provided in the result but it is a string and not a link.

How can I use that to fetch the next result? Is this even possible?

JSON response from the server

1

There are 1 answers

0
janih On BEST ANSWER