...
Code Block | ||
---|---|---|
| ||
curl -H 'Accept: application/json' -H 'Content-Type:application/json' \ -H 'Authorization: Bearer <yourApiToken>' \ "https://api.testery.io/api/test-runs/?page=0&limit=10" |
...
...
Code Block | ||
---|---|---|
| ||
curl -H 'Accept: application/json' -H 'Content-Type:application/json' \ -H 'Authorization: Bearer <yourApiToken>' \ "https://api.testery.io/api/test-runs/?page=0&limit=10" |
...