How should we standardize pagination? I’m a big fan of Content-Range
+ 206s
They’re not popular, but we can make them 😉 And if anybody needs to not use them they can just define their own generic resource class. But we get the special syntax
We can do special codegen for the Standard Iterators
What other methods do standard collections have?
Other things to consider
content
- [T]
pagination
- Optional object with the above - can be empty if the request is no longer paginatedThis is nice but doesn’t allow for forwards compat like 206es do