123456789_123456789_123456789_123456789_123456789_

Module: Octokit::Client::Meta

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/octokit/client/meta.rb

Overview

Methods for the Meta API

Instance Method Summary

Instance Method Details

#github_meta(options = {})

Alias for #meta.

[ GitHub ]

  
# File 'lib/octokit/client/meta.rb', line 17

alias github_meta meta

#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:

[ GitHub ]

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

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