ex_gecko v0.1.0 ExGecko.Adapter.Runscope
Interacts with runscope API. This doesn’t handle authentication described here https://www.runscope.com/docs/api/authentication. This will assume you have an access_token available to use. The main thing this will do is call the tests results API to get the latest test results, the api is described here https://www.runscope.com/docs/api/results
The heroku adapter accepts following arguments:
test_id
: The id of the test that will be updated in the Geckoboard datasetbucket_id
: the ID of the test bucket
Note, we need both the name and the test ID because the Runscope API does not return the name of the test in its response. Therefore we have to rely on the user to input the name