public class GitHubGraphqlService : IGitHubGraphqlService| GitHubGraphqlService | Initializes a new instance of the GitHubGraphqlService class |
| checkRatelimit | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetByNames | ToQueryString converts ProjectRequestDtos into a format that can be inserted into a graphql search query and sends the query using QueryRepositoriesByName |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetRepoCount | This method gets the amount of repositories that match the keyword with the included filters |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| QueryRepositoriesByName | QueryRepositoriesByName sends a graphql request to the github api and returns on success and otherwise handles the error and retries if necessary. |
| QueryRepositoriesByNameHelper | QueryRepositoriesByNameHelper splits the incoming request into smaller parts |
| QueryRepositoriesByTopic | QueryRepositoriesByTopic sends a graphql request to the github api and returns on success and otherwise handles the error and retries if necessary. |
| QueryRepositoriesByTopicHelper | QueryRepositoriesByTopicHelper splits the incoming request into smaller parts |
| QueryRepositoryByName | QueryRepositoryByName sends a graphql request to the github api and returns a repository on success. Does not handle errors yet |
| ToString | Returns a string that represents the current object. (Inherited from Object) |