IGitHubRestService Interface
IGitHubRestService is an interface for the GitHub rest api.
Namespace: spider.ServicesAssembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
public interface IGitHubRestService
| GetRepoContributors |
GetRepoContributors sends a rest request to the github api and returns on success and otherwise handles the
error and retries if necessary.
|