@octokit/plugin-scim

2.2.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @octokit/plugin-scim

Weekly Downloads

2

Version

2.2.0

License

MIT

Unpacked Size

14.6 kB

Total Files

10

Last publish

Collaborators

  • kfcampbell
  • nickfloyd
  • gr2m
  • octokitbot