Sha256: 665ca7466ac1202446736078590d62b7cb97c9cf284c84c213bde45211b9c286

Contents?: true

Size: 335 Bytes

Versions: 1

Compression:

Stored size: 335 Bytes

Contents

module Octokit
  class Client

    # Methods for the the unpublished Emojis API
    module Emojis
      # List all emojis used on GitHub
      #
      # @return [Sawyer::Resource] A list of all emojis on GitHub
      # @example List all emojis
      #   Octokit.emojis
      def emojis
        get "emojis"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
octokit-2.0.0.pre lib/octokit/client/emojis.rb