Methods for the Emojis API
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