SpiderControllerGetByName Method
GetByName receives a HttpGet request and returns a repository
Namespace: spider.ControllersAssembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
public Task<ActionResult<ProjectDto>> GetByName(
string name,
string ownerName
)
- name String
- Name of the repository
- ownerName String
- Name of the repository owner
TaskActionResultProjectDtoA single repository in the form of ProjectDto