我正在尝试调用测试精灵休息 API 以使用 POSTman 获取帐户上的所有构建,但出现缺少参数错误。
这是一个 GET 调用,因此参数作为 URL 的一部分发送
https://app.testfairy.com/api/1/projects?email=abc@gmail.com&api_key=xyzabcdefg
这是通话的testfairy指南。请指出我在这里做错了什么。 https://docs.testfairy.com/API/Rest_API.html
我正在尝试调用测试精灵休息 API 以使用 POSTman 获取帐户上的所有构建,但出现缺少参数错误。
这是一个 GET 调用,因此参数作为 URL 的一部分发送
https://app.testfairy.com/api/1/projects?email=abc@gmail.com&api_key=xyzabcdefg
这是通话的testfairy指南。请指出我在这里做错了什么。 https://docs.testfairy.com/API/Rest_API.html
您应该将您的emailandapi_key作为基本身份验证Username和password. 网址将是https://app.testfairy.com/api/1/projects