Re: [Specifications] Define client-initiated pagination (#184)

> This actually only makes sense, if the client can assume that it is a page number it can simply increment. UUIDs etc. won't work out, because the client cannot know what to put in there.

Hence my comments above and under #102. It is more important to ensure that the server can instruct the client what are the allowed value for the `pageReference`. In natural language those could be 

* natural number where `1 <= N < 100`
* a letter `[A-Za-z]` (think of a lexical index)
* anything else (requiring custom client code, which is fine)

To get this right we should also first ensure that we have a solid and share understanding for how the templates are supposed to be used. Please compare to #152 

-- 
GitHub Notification of comment by tpluscode
Please view or discuss this issue at https://github.com/HydraCG/Specifications/pull/184#issuecomment-463966996 using your GitHub account

Received on Friday, 15 February 2019 09:25:02 UTC