class Github::Client::PullRequests
def create(*args)
- Api: - public
Options Hash:
(**params)
-
:issue
(Numeric
) -- -
:head
(String
) -- -
:base
(String
) -- -
:body
(String
) -- -
:title
(String
) --
Parameters:
-
params
(Hash
) --
def create(*args) arguments(args, required: [:user, :repo]) post_request("/repos/#{arguments.user}/#{arguments.repo}/pulls", arguments.params) end