class Github::Client::Repos::Contents

def license(*args)

Other tags:
    Api: - public

Parameters:
  • params (Hash) --
def license(*args)
  arguments(args, required: [:user, :repo])
  get_request("/repos/#{arguments.user}/#{arguments.repo}/license", arguments.params)
end