IGitHubGraphqlServiceQueryRepositoriesByTopicHelper Method
QueryRepositoriesByTopicHelper splits the incoming request into smaller parts
Namespace: spider.ServicesAssembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
Task<List<TopicSearchData>> QueryRepositoriesByTopicHelper(
string topic,
int amount,
string? startCursor = null
)
- topic String
- topic to search for
- amount Int32
- Amount of repositories to return
- startCursor String (Optional)
- The cursor to start the search from
TaskListTopicSearchDatalist of repositories in the form of List<TopicSearchData>