Sha256: 6117e5702ae45be1c6b2ac0b8c7d16d236cfc99b969f7bd091c2d3c8c3a26e25
Contents?: true
Size: 400 Bytes
Versions: 43
Compression:
Stored size: 400 Bytes
Contents
module Octokit class EnterpriseAdminClient # Methods for the Enterprise License API # # @see https://developer.github.com/v3/enterprise-admin/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
43 entries across 28 versions & 2 rubygems