... | ... | @@ -61,5 +61,5 @@ http://<local_ip>:3002/analysis?new=T&user=<github-user>&token=<github-token>&ur |
|
|
| Parameter | Description | Type | Notes |
|
|
|
|:------------:|:---------------------------------------------------------------:|:--------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
|
| url | The URL of the repository to be analyzed | String | - |
|
|
|
| language | The programming language of the software project that needs to be analyzed. | Yes | One of the following string values: : <br/>·“java” if the selected software project is written in Java programming language. <br/> ·“cpp” if the selected software project is written in C/C++ programming language. <br/> Default value is "java". |
|
|
|
| user | The user name of the repository owner | string | - |
|
|
|
| inspection | If the model will return the detailed results of the analysis or not. | No | One of the following string values: [‘yes’, ‘no’].<br>Default value is ‘no'. | |
|
|
\ No newline at end of file |