ISpiderProjectServiceGetByNames Method
GetByNames gets repositories by their name and ownerNames
Namespace: spider.ServicesAssembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
Task<List<ProjectDto>> GetByNames(
List<ProjectRequestDto> repos
)
- repos ListProjectRequestDto
- A list of projectRequestDtos with at least a repoName and ownerName
TaskListProjectDtoReturns the list of requested repositories in the form of List<ProjectDto>