Sha256: 6e091f68d9eb25f78349356d2d7044eb8576c4a09627afa28ae6c4fef02093ab
Contents?: true
Size: 498 Bytes
Versions: 18
Compression:
Stored size: 498 Bytes
Contents
module Octokit class Client # Methods for the Meta API # # @see http://developer.github.com/v3/meta/ module Meta # Get meta information about GitHub.com, the service. # @see http://developer.github.com/v3/meta/ # @return [Sawyer::Resource] Hash with meta information. # @example Get GitHub meta information # @client.github_meta def meta(options = {}) get "meta", options end alias :github_meta :meta end end end
Version data entries
18 entries across 18 versions & 1 rubygems