123456789_123456789_123456789_123456789_123456789_

Module: Octokit::Client::Emojis

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

Overview

Methods for the Emojis API

Instance Method Summary

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:

[ GitHub ]

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

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