gpt4 book ai didi

html - 如何使用 curl 向 github API 发送消息?

转载 作者:行者123 更新时间:2023-11-28 00:12:21 25 4
gpt4 key购买 nike

我正在尝试像这样修改标签颜色:LABEL API

curl -k -u "xx:yy" https://api.github.com/repos/xx/zz/labels -H "Content-Type: application/x-www-form-urlencoded" -d "{'name':'Bug','color':'ff00ff'}"

格式对我来说没问题,但它返回:

{
"message": "Problems parsing JSON"
}

有谁知道我的 Json 可能出了什么问题。

最佳答案

您应该使用 Content-Type: application/json

关于html - 如何使用 curl 向 github API 发送消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14457154/

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