Skip to content

Commit

Permalink
Added gitreset to API
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Mar 6, 2011
1 parent 787e734 commit 360820d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nodester.js
Expand Up @@ -126,6 +126,10 @@ nodester.prototype.app_delete = function (name, cb) {
this.del('app', { appname: name }, cb);
};

nodester.prototype.app_gitreset = function (name, cb) {
this.del('gitreset', { appname: name }, cb);
};

nodester.prototype.app_info = function (name, cb) {
this.get('app/' + name, cb);
};
Expand Down

0 comments on commit 360820d

Please sign in to comment.