Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc