🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

mozaik-ext-bitbucket-rest-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mozaik-ext-bitbucket-rest-api

A mozaik widget that displays various information from bitbucket

0.0.2
latest
Source
npm
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

Mozaïk value widgets

Value widget for the Mozaïk dashboard framework.

Preview

value

Value Widget Configuration

Api Configuration

api: {
  bitbucket: {
    apiToken: process.env.BITBUCKET_CREDS
  }
}

Dashboard Configuration

{
  // ...
  {
      baseUrl:"https://bitbucket.example.co.uk",
      type:"bitbucket.pullrequests",
      title: "Login OpenID Connect Pull Requests",
      projectKey: "PD",
      repoSlug: "login-openid-connect",
      columns: 4, rows: 4,
      x: 0, y: 0 
  },
}

Parameters

keyrequireddescriptionexample
baseUrlyesThe base URL of your bitbucket environment'https://bitbucket.example.co.uk'
titleyesThe widget title'Login OpenID Connect Pull Requests'
projectKeyyesThe key of your project, can be found in the url while viewing the project'PD'
repoSlugyesThe slug of your repository, can be found in the url while viewing the repository'login-openid-connect'

Keywords

json

FAQs

Package last updated on 14 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts