我正在使用 Test rail 提供的 API 来使用 java 提取信息。下面是我的程序。
APIClient client = new APIClient(" https://test.testrail.net/index.php?/runs/view/154 "); client.setUser("..");
client.setPassword("..");
JSONObject c = (JSONObject) client.sendGet("get_case/T54757");
System.out.println(c);
我下载了API并调用了上面提到的方法。但是每次json响应都返回null。任何机构都可以帮忙吗?