MineControllerMineByKeyword Method

This method returns a list of projects based on the given keyword and amount.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public Task<ActionResult> MineByKeyword(
	string keyword,
	string ecosystem,
	int amount
)

Parameters

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.

Return Value

TaskActionResult

See Also