Comparing version 0.1.15-beta to 0.6.0-beta
@@ -20,5 +20,2 @@ /* Ubivar API client factory | ||
, "routing" | ||
, "reviewqueues" | ||
, "reviewers" | ||
, "reviewerqueuebindings" | ||
, "labels" | ||
@@ -25,0 +22,0 @@ ] |
{ | ||
"name" : "ubivar", | ||
"version" : "0.1.15-beta", | ||
"version" : "0.6.0-beta", | ||
"description" : "API wrapper to Ubivar", | ||
@@ -5,0 +5,0 @@ "main" : "lib/index.js", |
@@ -114,5 +114,2 @@ # Ubivar node.js bindings | ||
| Routing | | <a href="https://ubivar.com/docs/nodejs#retrieve_a_routing">id</a> | | |<a href="https://ubivar.com/docs/nodejs#list_routing">`{}`</a>| [![](https://status.ubivar.com/ubivar-node/resources/routing.svg)](https://github.com/ubivar/ubivar-node/blob/master/test/Resources/Routing/spec.js)| | ||
| ReviewQueues | <a href="https://ubivar.com/docs/nodejs#create_a_reviewqueue">`{}`</a> | <a href="https://ubivar.com/docs/nodejs#retrieve_a_reviewqueue">id</a> | <a href="https://ubivar.com/docs/nodejs#update_a_reviewqueue">`{}`</a> | <a href="https://ubivar.com/docs/nodejs#delete_a_reviewqueue">id</a> | <a href="https://ubivar.com/docs/nodejs#list_reviewqueues">`{}`</a>| [![](https://status.ubivar.com/ubivar-node/resources/reviewqueues.svg)](https://github.com/ubivar/ubivar-node/blob/master/test/Resources/ReviewQueues/spec.js)| | ||
| Reviewers | | <a href="https://ubivar.com/docs/nodejs#retrieve_a_reviewer">id</a> | | | <a href="https://ubivar.com/docs/nodejs#list_reviewers">`{}`</a>| [![](https://status.ubivar.com/ubivar-node/resources/reviewers.svg)](https://github.com/ubivar/ubivar-node/blob/master/test/Resources/Reviewers/spec.js)| | ||
| ReviewerQueueBindings | <a href="https://ubivar.com/docs/nodejs#create_a_reviewerqueuebinding">`{}`</a> | <a href="https://ubivar.com/docs/nodejs#retrieve_a_reviewerqueuebinding">id</a> | <a href="https://ubivar.com/docs/nodejs#update_a_reviewerqueuebinding">`{}`</a> | <a href="https://ubivar.com/docs/nodejs#delete_a_reviewerqueuebinding">id</a> | <a href="https://ubivar.com/docs/nodejs#list_reviewerqueuebindings">`{}`</a> | [![](https://status.ubivar.com/ubivar-node/resources/reviewerqueuebindings.svg)](https://github.com/ubivar/ubivar-node/blob/master/test/Resources/ReviewerQueueBindings/spec.js)| | ||
| Labels |<a href="https://ubivar.com/docs/nodejs#create_label">`{}`</a>|<a href="https://ubivar.com/docs/nodejs#retrieve_label">id</a> |<a href="https://ubivar.com/docs/nodejs#update_label">`{}`</a>|<a href="https://ubivar.com/docs/nodejs#delete_label">id</a>|<a href="https://ubivar.com/docs/nodejs#list_labels">`{}`</a>| [![](https://status.ubivar.com/ubivar-node/resources/labels.svg)](https://github.com/ubivar/ubivar-node/blob/master/test/Resources/Labels/spec.js) | | ||
@@ -119,0 +116,0 @@ |
@@ -61,16 +61,2 @@ "use strict" | ||
}) | ||
it("Should list a single me", function(done){ | ||
var ubivar = new Ubivar(token, version) | ||
ubivar.me.list(function(err, res){ | ||
if(!err && res.status === 200 && res.data.length === 1){ | ||
done() | ||
} else { | ||
console.log("\n\nError:", err | ||
, "\nResponse:" , res) | ||
done(new Error("Should list a single me")) | ||
} | ||
}) | ||
}) | ||
}) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
50436
42
1065
174