我已阅读此内容以查询 gerrit https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html
但即使在文档中的示例中,来自 gerrit 的响应在看起来像有效的更改详细记录数组的开头也有这个乱码字符串,这意味着它不是有效的 json。我正在使用 python 的 requests 模块来访问 /changes 端点。有人成功解码了 gerrit 代码审查服务器的“json”输出吗?
python rest gerrit
gerrit ×1
python ×1
rest ×1