Class: GithubCLI::Merging
Class Method Summary collapse
Methods inherited from API
configure, github_api, output, set_basic_auth
Class Method Details
.merge(user, repo, params, options) ⇒ Object
8 9 10 11 12 |
# File 'lib/github_cli/apis/merging.rb', line 8 def merge(user, repo, params, ) output do github_api().repos.merging.merge user, repo, params end end |