Skip to content

gabrielalb/node-bitbucket-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-bitbucket-api Build Status

bitbucket api node wrapper

Getting Started

Install the module with: npm install node-bitbucket-api

Examples

var bitbucket = require('node-bitbucket-api');
var client = bitbucket.createClient({
    username: 'USER',
    password: 'PWD'
});
var repository = client.getRepository({
	slug: 'SLUG',
	owner: 'OWNER'
}, function (err, repo) {
   //Code to access the repo object.
});

Requirements

  • cURL library (Windows)

Credits

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

About

bitbucket node api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%