public class SpiderProjectService : ISpiderProjectService| SpiderProjectService | Initializes a new instance of the SpiderProjectService class |
| 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) |
| GetByKeyword | GetByKeyword takes a keyword, an amount and a start cursor and uses these to find the first amount of projects after the start cursor with the keyword as search phrase. The result includes contributors. |
| GetByKeywordSplit | GetByKeywordSplit splits the search space into smaller chunks and then calls GetByKeyword on each chunk. |
| GetByName | GetByName gets a repository based on it's name and ownerName. The result includes contributors. |
| GetByNames | GetByNames gets repositories by their name and ownerNames. The result includes contributors. |
| GetByTopic | GetByTopic takes the name of a topic, an amount and a start cursor and uses those to get the first amount of repositories with the topic, after the start cursor. The result includes contributors. |
| GetContributorsByName | Get ContributorsByName gets the contributors of a repository based on the repositories name and ownerName |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |