MineControllerMineByTopic Method
This method returns a list of projects based on the given topic and amount.
Namespace: SECODashBackend.ControllersAssembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
public Task<ActionResult> MineByTopic(
string topic,
string ecosystem,
int amount
)
- 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
TaskActionResult