cerner / beadledom

A simple, composable framework for building RESTful services
http://engineering.cerner.com/beadledom
Apache License 2.0
25 stars 30 forks source link

Add offset based pagination #112

Closed ikottman closed 6 years ago

ikottman commented 6 years ago

What was changed? Why is this necessary?

Add module which provides offset pagination query parameters and hypermedia links. Fixes #51

How was it tested?

Unit and integration tests, as well as integrated into an existing service and manually verified pagination links are added to responses as expected.

How to test

This is bare minimum acceptable testing

ikottman commented 6 years ago

@johnlcox @nathanschile I have responded to all comments, this is ready for review again.