This package has been deprecated

Author message:

renamed to next-link-header

next-fetch-link-header

0.0.1 • Public • Published

Usage

var nextLink = require('next-fetch-link-header')

fetch('https://api.github.com/search/repositories?q=language:javascript')
    .then(response => nextLink(response))
    .then(function (url) {
        // do something with `url`
    })
})

Readme

Keywords

none

Package Sidebar

Install

npm i next-fetch-link-header

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • aeaton