The Wayback Machine - https://web.archive.org/web/20190410212532/https://github.com/octokit/rest.js/blob/master/index.js
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
17 lines (13 sloc) 539 Bytes
const Octokit = require('./lib/core')
const CORE_PLUGINS = [
require('./plugins/log'),
require('./plugins/authentication-deprecated'), // deprecated: remove in v17
require('./plugins/authentication'),
require('./plugins/pagination'),
require('./plugins/normalize-git-reference-responses'),
require('./plugins/register-endpoints'),
require('./plugins/rest-api-endpoints'),
require('./plugins/validate'),
require('octokit-pagination-methods') // deprecated: remove in v17
]
module.exports = Octokit.plugin(CORE_PLUGINS)
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.