Module: Octokit::Client::Emojis

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

Overview

Methods for the Emojis API

Instance Method Summary collapse

Instance Method Details

#emojis(options = {}) ⇒ Sawyer::Resource

List all emojis used on GitHub

Examples:

List all emojis

Octokit.emojis

Returns:

  • (Sawyer::Resource)

    A list of all emojis on GitHub

See Also:



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

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