module Octokit::Client::Emojis

Methods for the Emojis API

Public Instance Methods

emojis(options = {}) click to toggle source

List all emojis used on GitHub

@return [Sawyer::Resource] A list of all emojis on GitHub @see developer.github.com/v3/emojis/#emojis @example List all emojis

Octokit.emojis
# File lib/octokit/client/emojis.rb, line 13
def emojis(options = {})
  get "emojis", options
end