feathersjs-ecosystem / feathers-swagger

Add documentation to your FeatherJS services and feed them to Swagger UI.
MIT License
226 stars 63 forks source link

Feature: Add support for pagination #238

Closed Mairu closed 2 years ago

Mairu commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, the service option paginate is not taken into account when creating the response for the find method.

Describe the solution you'd like If the paginate option of the service is set, the response documentation of the find method should reflect that and should contain the properties total, limit, skip, and data.

Additional context Originally requested in #218.