... | ... | @@ -38,6 +38,8 @@ parameters are: |
|
|
- ```token```:private access token in the case of private repo (not needed for public case).
|
|
|
- ```commit```:if the user wants to analyse only a specific commit.
|
|
|
|
|
|
**Before analysing the project don't forget to see the [Requirements page](Energy-requirements)**
|
|
|
|
|
|
The Energy Toolbox API includes both the Consumption Analysis API and the Energy Optimization API. A call to this API tests the whole functionality of the Energy Toolbox. The URL given below represents the call to the Energy Toolbox API including the requested information.
|
|
|
```
|
|
|
http://<energy_toollbox_endpoint>:3002/analysis?new=T&user=<github-user>&token=<github-token>&url=<github-url>&commit=<github_commit>&type=<analysis-type>&speciter=<loop_id>-<iterations>
|
... | ... | |