bitbucket

v2.6.3
Bitbucket API client for Browser and Node.js
bitbucket bitbucket-api api-client api rest

build

npm-run-all -s build:core build:plugins

prebuild:core

rimraf lib/*.js lib/*.js.map

build:core

bili

prebuild:plugins

rimraf lib/plugins/*.js lib/plugins/*.js.map

build:plugins

npm-run-all -s build:plugin:*

build:plugin:authenticate

PLUGIN=authenticate bili

predocs:build

mkdirp docs && rimraf docs/*

docs:build

npm run generate:api-docs

postdocs:build

apidoc -i docs -o docs

clean

rimraf lib/*

generate:specification

node scripts/generate-specification

generate:endpoint-names

node scripts/generate-endpoint-names

generate:routes

node scripts/generate-routes

generate:api-docs

node scripts/generate-api-docs

generate:types-schema

node scripts/generate-types-schema

pregenerate:types

rimraf lib/*.d.ts lib/plugins/*.d.ts

generate:types

node scripts/generate-types

postgenerate:types

npm run validate:types

prepack

npm-run-all -p build generate:types

validate

npm-run-all -p validate:*

validate:types

npm-run-all -p validate:types:*

validate:types:bitbucket

tsc --noEmit lib/bitbucket.d.ts

validate:types:index

tsc --noEmit lib/index.d.ts

validate:types:minimal

tsc --noEmit lib/minimal.d.ts

validate:types:plugin:authenticate

tsc --noEmit lib/plugins/authenticate.d.ts

test

jest

Metadata

  • MIT
  • Whatever
  • MunifTanjim
  • released 9/4/2021

Downloads

Maintainers