@slack/oauth

v3.0.1
Official library for interacting with Slack's Oauth endpoints
slack oauth bot http api

lint

eslint --fix --ext .ts src

test

npm run lint && npm run coverage

build

npm run build:clean && tsc

watch

npx nodemon --watch 'src' --ext 'ts' --exec npm run build

prepare

npm run build

coverage

npm run build && c8 npm run test:mocha

test:mocha

mocha --config .mocharc.json src/*.spec.js src/**/*.spec.js src/*.spec.ts src/**/*.spec.ts

build:clean

shx rm -rf ./dist ./coverage

ref-docs:model

api-extractor run
npm i @slack/oauth

Metadata

  • MIT
  • >=18
  • Slack Technologies, LLC
  • released 8/16/2024

Downloads