How to use @octokit/plugin-paginate-rest - 1 common examples

To help you get started, we’ve selected a few @octokit/plugin-paginate-rest examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github YOCKOW / Action-setup-swift / node_modules / @octokit / rest / plugins / pagination / index.js View on Github external
function paginatePlugin(octokit) {
  Object.assign(octokit, paginateRest(octokit));
}

@octokit/plugin-paginate-rest

Octokit plugin to paginate REST API endpoint responses

MIT
Latest version published 26 days ago

Package Health Score

88 / 100
Full package analysis

Popular @octokit/plugin-paginate-rest functions