plugin-paginate-rest.js
plugin-paginate-rest.js copied to clipboard
remove code duplication from PaginateInterfacte / ComposePaginateInterface
trafficstars
This is a follow up to https://github.com/octokit/plugin-paginate-rest.js/pull/208.
I copied the entire code of PaginateInterfacte and prefixed all method arguments with octokit. There must be a way to remove most of the code duplication, but I don't know how. Help would be much appreciated!