The aim of this feature is to be able to retrieve some data from Bitrise by using REST API.
Use case / for what or how I would use it
Currently, I am able to execute unit tests and intrumentalized tests with code coverge. I would like to retrieve this data to display these into a dasboard app.
There is not an easy way to do it. The only way that I found is to generate a json file into artifacts folder and then download this file by using “/artifacts” endpoint of REST API. It is rather complicated!