Sha256: 10a7aa0a962d514de52a9d8c7a76e64d3e0a873beb379041b8ff311eef6d2d0b
Contents?: true
Size: 359 Bytes
Versions: 7
Compression:
Stored size: 359 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(options = {}) get "emojis", options end end end end
Version data entries
7 entries across 7 versions & 1 rubygems