IGitHubGraphqlServiceQueryRepositoryByName Method
QueryRepositoryByName sends a graphql request to the github api and returns on success. Does not handle errors
yet
Namespace: spider.ServicesAssembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
Task<RepositoryWrapper> QueryRepositoryByName(
string repoName,
string ownerName
)
- repoName String
-
- ownerName String
- Name of the repository owner
TaskRepositoryWrapperrepository in the form of RepositoryWrapper