module Octokit::Client::Meta

Methods for the Meta API

@see developer.github.com/v3/meta/

Public Instance Methods

github_meta(options = {})
Alias for: meta
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