问题标签 [asana]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 在 C# 中将数据发布到 Asana API
我正在尝试使用 Asana API 来更新和添加数据到 Asana。我如何在 C# 中做到这一点?
我得到的数据很好 - 下面的示例代码:
但我不知道如何发布数据。
他们文档中的所有示例都使用我没有经验的 Python。
我已联系 Asana,但尚未收到回复。这就是我到目前为止所拥有的。我在最后一行收到 400 错误
asana - "No matching route for request" message when updating task using Asana API
I am trying to update a task in Asana using the Asana API. I can create the task successfully but when I update it I get the message "No matching route for request".
I am doing an PUT to the URL https://app.asana.com/api/1.0/tasks/2768594478959 with the body containing:
My content type is set to application/json
.
If I copy the https://app.asana.com/api/1.0/tasks/2768594478959 URL to the browser it does return the task.
Does anyone have any idea why I may be getting this error?
Thanks,
Wayne
android - HTTP 1.1 400 错误请求 - Android 客户端 Asana
我只是在玩 Asana API。因此,每当我提出请求时,我总是会收到 Bad Request 错误。
所以我得到的是:
使用 cURL 或 Simple REST 客户端(Chrome),我能够得到正确的结果。
我对上面的代码做错了吗?
asana - Asana API 路线图 - 完成任务(包括存档)
您是否计划增加从项目中检索(通过 API)所有任务的可能性,包括那些已归档的任务?
api - 如何使用 Asana API 获取用户图片?
我正在尝试使用 Asana API 显示用户图片,但 /users/id 服务只返回 id、邮件、名称、工作区。我怎样才能?
谢谢
api - 如何使用 Asana API 在任务中获取附件?
我发现没有 API 可以获取这些值。请告诉我该怎么做?
谢谢
asana - 从 API 访问收件箱项目?
有没有办法通过 API 访问工作区收件箱中的项目?我主要对未读计数感兴趣,但也可以很好地利用任何未隐藏的项目。
asana - 如何从我的工作区中删除 asana 中的用户?
我在工作区中添加了一个客户,现在我想从我的工作区中删除他,我该怎么做?
api - 如何在体式中查询所有带有标签的子任务?
是否有直接的方法来查询具有特定标签 ID 的所有子任务,或者我应该遍历所有子任务并检查它们的标签?
asana - 我可以使用 Asana API 添加评论吗?
我可以使用 Asana API 向任务添加评论吗?
我想为 git 编写钩子,在每次本地提交之后,我都会向 Asana 添加评论,并且在每次推送之后,我都会添加评论,其中包含指向 github(或任何其他“git commit viewer”)中提交的链接。