Tentacat v2.2.0 Tentacat.Repositories.Contributors View Source
Link to this section Summary
Functions
List contributors for a specific repository
Link to this section Functions
Link to this function
list(client \\ %Client{}, owner, repo)
View Sourcelist(Tentacat.Client.t(), binary(), binary()) :: Tentacat.response()
List contributors for a specific repository
Example
Tentacat.Repositories.Contributors.list "elixir-lang", "elixir"
Tentacat.Repositories.Contributors.list client, "elixir-lang", "elixir"
More info at: https://developer.github.com/v3/repos/#list-contributors