ISpiderProjectService Interface
ISpiderProjectService is the interface for the SpiderProjectService class. It contains the methods that are
implemented in SpiderProjectService
Namespace: spider.ServicesAssembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
public interface ISpiderProjectService
| 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 | |
| GetByName |
GetByName gets a repository based on it's name and ownerName
|
| GetByNames |
GetByNames gets repositories by their name and ownerNames
|
| 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
|