IGitHubGraphqlServiceQueryRepositoriesByNameHelper Method

QueryRepositoriesByNameHelper splits the incoming request into smaller parts

Definition

Namespace: spider.Services
Assembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
C#
Task<List<SpiderData>> QueryRepositoriesByNameHelper(
	string name,
	int amount = 10,
	string? startCursor = null
)

Parameters

name  String
Keyword to search by
amount  Int32  (Optional)
Amount of repositories to return
startCursor  String  (Optional)
The cursor to start the search from

Return Value

TaskListSpiderData
list of repositories in the form of List<SpiderData>

See Also