ya-bitbucket

0.0.9 • Public • Published

Examples

bitbucket = new Bitbucket(
  username: 'username'
  password: 'password'
)

bitbucket.getRepositories { team: 'team' }, (err, res) ->
  bitbucket.log err, res

bitbucket.createRepository { 
  team: 'team' 
  repo_slug: 'test' 
  }, (err, res) ->
  bitbucket.log err, res
  bitbucket.log err, res

bitbucket.deleteRepository { 
  team: 'team' 
  repo_slug: 'test' 
  }, (err, res) ->
  bitbucket.log res

bitbucket.getRepository { 
  team: 'team' 
  repo_slug: 'test' 
  }, (err, res) ->
  bitbucket.log res

/ya-bitbucket/

    Package Sidebar

    Install

    npm i ya-bitbucket

    Weekly Downloads

    9

    Version

    0.0.9

    License

    none

    Last publish

    Collaborators

    • justmiles