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
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
However, I also need to return paging result information in each result that supports the pageable trait. Something like the example below where the "paging" object is inserted in the JSON result.
Is there any way in RAML to create a reusable 'pageable specfication that can be reused across all of my GET operations for both the query parameters and the paging info results?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have been trying to figure out how to leverage traits to implement a reusable 'paging' trait.
I understand how to introduce the query parameters for a reusable 'pageable' definition for GET operations:
However, I also need to return paging result information in each result that supports the pageable trait. Something like the example below where the "paging" object is inserted in the JSON result.
Is there any way in RAML to create a reusable 'pageable specfication that can be reused across all of my GET operations for both the query parameters and the paging info results?
The text was updated successfully, but these errors were encountered: