github v0.8.0 Github.Repos View Source

Link to this section Summary

Link to this section Functions

Link to this function find!(github_client, repo_path) View Source

Get a repository

Example

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

iex> client |> Github.Repos.find!("WorkflowCI/github")
%Github.Client.Response{
  body: %{"name" => "github", ...},
  status: 200,
  ...
}