SpiderControllerGetByKeyword(String, Int32) Method
GetByKeyword receives a HttpGet request and returns a list of repositories. This method calls the GetByKeyword
method with a startCursor of null
Namespace: spider.ControllersAssembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
public Task<ActionResult<List<ProjectDto>>> GetByKeyword(
string name,
int amount
)
- name String
- keyword to search by
- amount Int32
- Amount of repositories to return
TaskActionResultListProjectDtoA list of repositories in the form of List<ProjectDto>