测试 Fairy Rest API 不工作

Test Fairy Rest API not working

我正在尝试调用 test fairy rest 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

您应该将 emailapi_key 作为 Basic Auth Usernamepassword 发送。 url 将是 https://app.testfairy.com/api/1/projects