ramen v0.1.6 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{ author: term(), number: term(), organization: term(), participants: term(), repository: term(), requested_reviewers: term(), title: term(), url: term() } ]} | {:error, String.t()}
Link to this function
new(token, http_client)