SpiderProjectServiceGetContributorsByName Method
Get ContributorsByName gets the contributors of a repository based on the repositories name and ownerName
Namespace: spider.ServicesAssembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
public Task<List<ContributorDto>?> GetContributorsByName(
string name,
string ownerName,
int amount
)
- name String
- Repository name
- ownerName String
- Repository owner name
- amount Int32
- Amount of contributors to return
TaskListContributorDtoA list of contributors in the form of List<ContributorDto>?. Returns null if there are no
contributors or they cannot be accessed
ISpiderProjectServiceGetContributorsByName(String, String, Int32) | HttpRequestException | Throws on NullReferenceException or JsonException |