@4geit/swg-paginate-helper

1.28.0 • Public • Published

@4geit/swg-paginate-helper npm version


wrapper function to enable pagination for an endpoint that returns a list of items

Installation

  1. A recommended way to install @4geit/swg-paginate-helper is through npm package manager using the following command:
npm i @4geit/swg-paginate-helper --save

Or use yarn using the following command:

yarn add @4geit/swg-paginate-helper
  1. All you have to do is to import the @4geit/swg-paginate-helper package in your controller or mock file as below:
// ...
const swgPaginateHelper = require('@4geit/swg-paginate-helper')
// ...

And use it with one of your endpoint controller as below:

// ...
module.exports = {
  // ...
  getItems: swgPaginateHelper(
    ({ req, res, paginatedArr }) => {
      // ...
    }
  ),
  // ...
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @4geit/swg-paginate-helper

      Weekly Downloads

      2

      Version

      1.28.0

      License

      MIT

      Last publish

      Collaborators

      • geraldinestarke
      • fabianstarke
      • canercandan