Module: Octokit::Client::Meta

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

Overview

Methods for the Meta API

Instance Method Summary collapse

Instance Method Details

#meta(options = {}) ⇒ Sawyer::Resource Also known as: github_meta

Get meta information about GitHub.com, the service.

Examples:

Get GitHub meta information

@client.github_meta

Returns:

  • (Sawyer::Resource)

    Hash with meta information.

See Also:



14
15
16
# File 'lib/octokit/client/meta.rb', line 14

def meta(options = {})
  get 'meta', options
end