Sha256: 91d4c7966a5873d21b0cb551c33fc3036c9bfbe7c8ca357411c97eee8de65023
Contents?: true
Size: 503 Bytes
Versions: 5
Compression:
Stored size: 503 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/#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
5 entries across 5 versions & 1 rubygems