Sha256: 9e9f03d873d9e45f9e3d822638cf8b8c74e1f13a7912a21c6aea18c00af6b62b
Contents?: true
Size: 505 Bytes
Versions: 85
Compression:
Stored size: 505 Bytes
Contents
module Octokit class Client # Methods for the Meta API # # @see https://developer.github.com/v3/meta/ module Meta # Get meta information about GitHub.com, the service. # @see https://developer.github.com/v3/meta/#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
85 entries across 66 versions & 3 rubygems