@octokit/plugin-scim

v2.2.0
Octokit plugin for GitHub’s SCIM API
octokit github api rest plugin scim

plugin-scim.js

Octokit plugin for GitHub’s SCIM API

Build Status Coverage Status Greenkeeper badge

@octokit/rest does not include endpoint methods for the SCIM API, because it is available only to organizations on GitHub Business Cloud. See also the GitHub REST SCIM API documentation.

Usage

const Octokit = require('@octokit/rest')
  .plugin(require('@octokit/scim-routes'))
const octokit = new Octokit()

octokit.scim.listProvisionedIdentities({
  filter: 'userName eq "Octocat"'
})

How it works

The SCIM route definitions are build automatically from @octokit/routes. Each time there is a new @octokit/routes release, Greenkeeper will send a pull request which updates the dependency in package.json and package-lock.json. That kicks of a build on Travis CI where the greenkeeper-routes-update script is run. If there is a change, the script updates the routes.json file in the pull request.

LICENSE

MIT

npm i @octokit/plugin-scim

Metadata

  • MIT
  • Whatever
  • Gregor Martynus
  • released 4/16/2019

Downloads