IGitHubGraphqlServiceGetByNames Method

ToQueryString converts ProjectRequestDtos into a format that can be inserted into a graphql search query and sends the query using QueryRepositoriesByName

Definition

Namespace: spider.Services
Assembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
C#
Task<List<SpiderData>> GetByNames(
	List<ProjectRequestDto> repos
)

Parameters

repos  ListProjectRequestDto
A list of repository names and owner names

Return Value

TaskListSpiderData
list of repositories in the form of SpiderData

See Also