node-bitbucket-api

0.1.0 • Public • Published

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.
});

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)

/node-bitbucket-api/

    Package Sidebar

    Install

    npm i node-bitbucket-api

    Weekly Downloads

    8

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • mrzmyr