0.0.2 • Published 7 years ago

mozaik-ext-bitbucket-rest-api v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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'