AleMors85
2 years agoNew Member
Pagination with swagger 3 and open api 3
Hello!!
A pleasure to be here i nthis community!!
A question, hwo can I implement a pagination in swagger with open api 3 code generation? I am using a gradle task to generate my model objs.
In my GET call I'd need to return a
SimplePage<BespokeObj>
with the pagination..is this possible using swagger yaml?