Pagination and `nextLink`
I have a resource that is paginated, and I want to include a nextLink in the metadata of my response. I've tried by using the addMeta function on my QueryResult, but the metadata I add doesn't make it through the rendering. How do I include a nextLink? I think the renderer I'm using is the atom renderer.
Related question - how do I change renderers? Say like I wanted to return JSON?
I'll answer one question - if you include Accept: application/json in the request header you'll get json
I'll answer my other question - nextLink, deltaLink and delta are not supported currently.
But they look pretty straightforward to add, let's see if I can make an acceptable PR