MineController Class
This controller is responsible for handling requests related to mining projects.
Namespace: SECODashBackend.ControllersAssembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
public class MineController : ControllerBase
- Inheritance
- ControllerBase MineController
MineByKeyword |
This method returns a list of projects based on the given keyword and amount.
|
MineByTaxonomy | |
MineByTopic |
This method returns a list of projects based on the given topic and amount.
|
ScheduleMineByKeyword |
This method schedules a recurring job that mines projects based on the given keyword, amount and frequency.
|
ScheduleMineByTaxonomy | |
ScheduleMineByTopic |
This method schedules a recurring job that mines projects based on the given topic, amount and frequency.
|
UnscheduleMineByKeyword |
This method deletes a recurring job that mines projects based on the given keyword if the jobs exists.
|
UnscheduleMineByTaxonomy |
This method deletes a recurring job that mines projects based on the given taxonomy if the job exists.
|
UnscheduleMineByTopic |
This method deletes a recurring job that mines projects based on the given topic if the jobs exists.
|