module Octokit::Client::Meta
Methods for the Meta
API
Public Instance Methods
meta(options = {})
click to toggle source
Get meta information about GitHub.com, the service. @see developer.github.com/v3/meta/#meta @return [Sawyer::Resource] Hash with meta information. @example Get GitHub meta information
@client.github_meta
# File lib/octokit/client/meta.rb, line 14 def meta(options = {}) get "meta", options end
Also aliased as: github_meta