Module: Octokit::Client::GitHub

Included in:
Octokit::Client
Defined in:
lib/octokit/client/github.rb

Instance Method Summary collapse

Instance Method Details

#github_meta(options = {}) ⇒ Hash

Get meta information about GitHub.com, the service.

Examples:

Get GitHub meta information

@client.github_meta

Returns:

  • (Hash)

    Hash with meta information.

See Also:



13
14
15
# File 'lib/octokit/client/github.rb', line 13

def github_meta(options={})
  get "/meta", options
end