MineControllerScheduleMineByKeyword Method
This method schedules a recurring job that mines projects based on the given keyword, amount and frequency.
Namespace: SECODashBackend.ControllersAssembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
public IActionResult ScheduleMineByKeyword(
string keyword,
string ecosystem,
int amount,
MiningFrequency miningFrequency
)
- keyword String
- The keyword to mine by.
- ecosystem String
- The ecosystem the request is linked to
- amount Int32
- The amount of projects to mine.
- miningFrequency MiningFrequency
- The frequency of mining.
IActionResult