0.0.9 • Published 7 years ago

ya-bitbucket v0.0.9

Weekly downloads
33
License
-
Repository
github
Last release
7 years ago

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
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago