... | ... | @@ -46,9 +46,9 @@ parameters are: |
|
|
|
|
|
|
|
|
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://<local_ip>:3002/analysis?new=T&user=<github-user>&token=<github-token>&url=<github-url>&commit=<github_commit>&type=<analysis-type>
|
|
|
|
|
|
```
|
|
|
| Parameter | Description | Type | Notes |
|
|
|
|:------------:|:---------------------------------------------------------------:|:--------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
|
| url | The URL of the repository to be analyzed | String | - |
|
... | ... | |