MineControllerMineByKeyword Method
This method returns a list of projects based on the given keyword and amount.
Namespace: SECODashBackend.ControllersAssembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
public Task<ActionResult> MineByKeyword(
string keyword,
string ecosystem,
int amount
)
- keyword String
- The keyword that the projects should relate to.
- ecosystem String
- The ecosystem the request is linked to
- amount Int32
- The number of projects to be mined.
TaskActionResult