Sha256: 1916b9cd3ec3717facfe527ba1676939c6b92b5efd9b559479d53847611b73bc
Contents?: true
Size: 394 Bytes
Versions: 28
Compression:
Stored size: 394 Bytes
Contents
module Octokit class EnterpriseAdminClient # Methods for the Enterprise License API # # @see https://developer.github.com/v3/enterprise/license/ module License # Get information about the Enterprise license # # @return [Sawyer::Resource] The license information def license_info get "enterprise/settings/license" end end end end
Version data entries
28 entries across 24 versions & 3 rubygems