1

我正在尝试调用测试精灵休息 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

4

1 回答 1

1

您应该将您的emailandapi_key作为基本身份验证Usernamepassword. 网址将是https://app.testfairy.com/api/1/projects

使用邮递员的例子

于 2017-07-12T17:01:04.823 回答