@nacx we are looking through to implement the pagination in cloudsigma. Can you 
explain what is the purpose and usage of 
[ToPagedIterable](https://github.com/jclouds/jclouds-labs-openstack/blob/master/openstack-glance/src/main/java/org/jclouds/openstack/glance/v1_0/functions/internal/ParseImages.java#L65-L93).
For listings cloudsigma always returns message like this
```
{
    "meta": {
        "limit": 20,
        "offset": 0,
        "total_count": 32
    },
    "objects": [<listing_objects>]
}
```
and it shows 20 items in ```objects``` property. How can we get next page for 
getting the rest of objects.

Thanks

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/12#issuecomment-22916892

Reply via email to