astash

0.2.3 • Public • Published

AStash for Node

Provides an (incomplete) node library for communicating with Atlassian Stash.

Quick Resources

Branch Build Status Coffee Docs
develop Develop Build Status Coffee Docs
master Master Build Status Coffee Docs

Overview

This library provides little over the direct Stash REST API, however the little it provides makes your life so much easier.

The two primary features are:

  • Q promsies for code legibility
  • Automatic handling of paged requests for iterator/generator style access

Example

# Look at all open pull requests for MYPROJ/myrepo
promise = stash.eachPullRequest "MYPROJ", "myrepo", (pr) ->
  pr.canMerge().done () ->
    pr.attemptMerge()

promise.done(-> console.log('Finished processing requests'))

Documentation

/astash/

    Package Sidebar

    Install

    npm i astash

    Weekly Downloads

    3

    Version

    0.2.3

    License

    BSD

    Last publish

    Collaborators

    • ericanderson