gpt4 book ai didi

javascript - 用于检索 Podio 项目的 http 请求的完整 URI

转载 作者:行者123 更新时间:2023-11-30 11:52:02 25 4
gpt4 key购买 nike

所以我是跑道的新手,在弄清楚如何进行身份验证之后,我正在尝试进行我的第一个 API 调用。

我验证成功如下:

https://podio.com/oauth/token?grant_type=refresh_token&client_id=<client_id>&client_secret=<client_secret>&refresh_token=<refresh_token>

我去 https://developers.podio.com/doc/items/get-item-22360 测试检索项目,我能够正确检索我的项目。

现在给定我的商品 445614135 并且您通过调用 /item/445614135 在 URL 中在此之前检索商品?换句话说,如果我想从 JQuery 调用,完整的 URI 是什么?

非常感谢任何帮助,提前致谢。

编辑

根据下面使用 app_token 的回答,我尝试了建议的 POST 请求,但我得到了以下信息:

{
"error_parameters": {},
"error_detail": null,
"error_propagate": false,
"request": {
"url": "http://api.podio.com/item/445614135/",
"query_string": "oauth_token=***",
"method": "POST"
},
"error_description": "No matching operation could be found. The path '/item/445614135/' was not found..",
"error": "not_found"
}

很明显,我把 app_token 蒙蔽了。

最佳答案

您可以通过请求此 URL 来获取项目详细信息,

https://api.podio.com/item/445614135/?oauth_token=your_auth_token

关于javascript - 用于检索 Podio 项目的 http 请求的完整 URI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39191711/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com