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