gpt4 book ai didi

rest - 如何使用红色连接到 REST api?

转载 作者:行者123 更新时间:2023-12-04 18:22:01 29 4
gpt4 key购买 nike

我发现有一个红色的命令可以下载一个网页的内容:

read https://trello.com/c/8p75OiSE/26-test-card.json

但是,我有两个问题(至少在 Linux Mint 上):

  1. Trello 对此请求的响应不同于对 visiting this URL 的响应在网络浏览器中(尝试一下!它在浏览器中运行良好)。
  2. 如果我确实需要添加授权 header (不应该用于这张公共(public)卡),我看不到这样做的方法。

Tio.run 更糟,但我很确定这不是语言本身的问题,而是 Tio.run 的问题。

最佳答案

WRITE,更具体地说,WRITE/INFO 应该为您提供足够的影响力来使用大多数 API。

WRITE 的最基本用法返回 HTTP 响应的主体:

probe write http://some.resource/api/method "Some Data"

您可以通过添加/INFO 来获取响应的 header :

probe write/info http://some.resource/api/method "Some Data"

并且您可以使用 BLOCK 发送不同的 HTTP 方法和 header !作为您的 WRITE 参数:

probe write/info http://some.resource/api/method [
put [Content-Type: "application/json"] {["Some Data"]}
]

关于rest - 如何使用红色连接到 REST api?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46734677/

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