I'm using the Github API, which uses Link Headers, as defined here, for pagination.
Currently I'm just extracting 'next' URLs using some string manipulation but I was wondering if there was a proper module for this purpose (I haven't been able to find anything in 'npm search').
Thanks!