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

I've decided on using skip/take (alternatives are offset/limit) as more generic than pageIndex/itemsPerPage. The latter can be modeled with the former (you can recalculate), but not the opposite as the latter assumes that each page has same number of items - this assumptions is no more with offset/limit approach.

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

Received on Wednesday, 13 February 2019 20:14:36 UTC