I'm sending my blog posts by prop to slice. In response results there is prev and next page links. So is it posible to move throught result pages using this links in my slice?
I'm not sure what you are trying to achieve. Can you explain what is the functional use-case and why you need to get the slices one by one and not all in one request? If you want to get all results, you don't need to you to use this limit {pageSize: 1, page: 2}
Generally, those will give you a link to fetch the following result, but again all depend on what you are trying to implement.
Over the last few years, we've revamped our documentation and the way we showcase sample projects. Now, starters are accessible right from the Dashboard when creating a new Slice machine repository. Take a look at our latest documentation to dive deeper into these updates!