github v0.6.0 Github.Apps.Installations View Source

Link to this section Summary

Functions

List repositories available for the Installation

Link to this section Functions

Link to this function list_repos!(github_client, options \\ []) View Source

List repositories available for the Installation

Example

iex> client = %Github.Client{access_token: "access_token"}

iex> client |> Github.Apps.Installations.list_repos!(page: 1, per_page: 30)
%Github.Client.Response{
  body: [%{"email" => "email@example.com", "primary" => true, "verified" => true, "visibility" => "private"}],
  status: 200,
  ...
}