Search Issues.
List issues
iex> client = %Github.Client{access_token: "access_token"} iex> client |> Github.Search.Issues.find!( q: "repo:WorkflowCI/github type:pr is:open updated:>=2018-01-01" ) %Github.Client.Response{ body: %{"total_count" => 1, ...}, status: 200, ... }