MineControllerMineByTopic Method

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

Definition

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

Parameters

topic  String
The topic 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