taskcluster-client
Advanced tools
Comparing version
{ | ||
"name": "taskcluster-client", | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Client for interfacing taskcluster components", |
@@ -184,2 +184,14 @@ # TaskCluster Client [](https://travis-ci.org/taskcluster/taskcluster-client) | ||
### Methods in `taskcluster.index` | ||
```js | ||
// Create index client instance with default baseUrl: | ||
// - https://index.taskcluster.net/v1 | ||
var index = new taskcluster.index(options); | ||
``` | ||
* `index.find(namespace) : result` | ||
* `index.listNamespaces(namespace, payload) : result` | ||
* `index.listTasks(namespace, payload) : result` | ||
* `index.insert(namespace, payload) : result` | ||
* `index.ping() : void` | ||
### Exchanges in `taskcluster.QueueEvents` | ||
@@ -186,0 +198,0 @@ ```js |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
851746
1.71%22119
0.73%458
2.69%28
3.7%