Merge pull request #7898 from tkqubo/more-node-asana

Update node-asana
This commit is contained in:
Masahiro Wakame
2016-02-11 22:56:48 +09:00
2 changed files with 472 additions and 195 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ client.useOauth({
// https://github.com/Asana/node-asana#collections
// Collections
let tagId: string = null;
let tagId: number = null;
client.tasks.findByTag(tagId, { limit: 5 }).then((collection: any) => {
console.log(collection.data);
// [ .. array of up to 5 task objects .. ]
+471 -194
View File
File diff suppressed because it is too large Load Diff