Sha256: 84e2aaedd20288a66f7a9be978a1f4fd034f09879f309cf7b673aecc2c439b42
Contents?: true
Size: 358 Bytes
Versions: 7
Compression:
Stored size: 358 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