| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Current module provides the basic example of using API for execution submission process.
According specified information from config files, it will automatically build and submit
execution requests and received results, like it could be done manually at saveourtool.com
For proper usage you should be registered at saveourtool.com and create at least one project in your organization.
The general configuration represents the properly filled configuration files:
While first of them should contain only proper URLs of SAVE-cloud server, the second one is more complicated.
evaluated-tool.properties contains three main sections, all fields in them correspondingly marked as required/optional:
Note optional fields should be commented or not provided at all for proper execution,
if you won't use such configuration. If you use only one mode of git/standard,
required fields from another section could have empty values.
Current API required few cli arguments for execution:
-m execution mode: git or standard -u username in SAVE-cloud system -o oauth2 source, by which the registration in SAVE-cloud system was performed, i.e. `github` -t token, generated by SAVE-cloud system
Example:
./gradlew save-api-cli:run --args='-u user -o github -t token -m git'
| Back | FazBrowse Home | New Git URL |