ngin_client
Advanced tools
Comparing version 0.2.50 to 0.2.51
{ | ||
"name": "ngin_client", | ||
"version": "0.2.50", | ||
"version": "0.2.51", | ||
"description": "Node client for interacting with the NGIN API services", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -73,2 +73,7 @@ "use strict" | ||
advancement_slots: function(callback) { | ||
var url = scopeUrl({}, this) + '/' + this.id + '/advancement_slots' | ||
return FlightStage.sync('fetch', null, { url:url }, this.callbackWithParse(callback)) | ||
}, | ||
teams_advancing: function(callback) { | ||
@@ -75,0 +80,0 @@ var url = scopeUrl({}, this) + '/' + this.id + '/teams_advancing' |
101674
3028