View Source Tentacat.Teams.Repositories (Tentacat v2.4.0)
Summary
Functions
Add a team to a repository.
Example
Tentacat.Teams.Repositories.add 210840, org, repo
Tentacat.Teams.Repositories.add client, 210840, org, repo, %{permission: "push"}
More info at: https://developer.github.com/v3/teams/#add-or-update-team-repository
@spec list(Tentacat.Client.t(), integer()) :: Tentacat.response()
List all team repositories.
Example
Tentacat.Teams.Repositories.list 210840
Tentacat.Teams.Repositories.list client, 210840
More info at: https://developer.github.com/v3/orgs/teams/#list-team-repos