User emails
Example
iex> client = %Github.Client{access_token: "access_token"}
iex> client |> Github.Git.Refs.find!(
repo_path: "WorkflowCI/github",
branch: "master"
)
%Github.Client.Response{
body: [%{"ref" => "refs/heads/master", ...}],
status: 200,
...
}