ramen v0.1.3 Ramen

Link to this section Summary

Link to this section Functions

Link to this function fetch_participants(owner, repository, number, config)
Link to this function list_pull_requests(owner, repository, config)
list_pull_requests(String.t(), String.t(), %Ramen.Config{
  http_client: term(),
  token: term()
}) ::
  {:ok,
   [
     %Ramen.PullRequest{
       number: term(),
       participants: term(),
       requested_reviewers: term(),
       title: term()
     }
   ]}
  | {:error, String.t()}
Link to this function new(token, http_client)
new(String.t(), (... -> any())) :: %Ramen.Config{
  http_client: term(),
  token: term()
}