github v0.8.0 Github.Git.Refs View Source

Link to this section Summary

Link to this section Functions

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

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,
  ...
}