You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theaddMeta
function on myQueryResult
, 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?
The text was updated successfully, but these errors were encountered: