github v0.7.0 Github.Apps.Installations View Source
Link to this section Summary
Functions
List repositories available for the Installation
Link to this section Functions
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,
...
}