Module: Octokit::Client::Emojis
- Included in:
- Octokit::Client
- Defined in:
- lib/octokit/client/emojis.rb
Overview
Methods for the the unpublished Emojis API
Instance Method Summary collapse
-
#emojis(options = {}) ⇒ Sawyer::Resource
List all emojis used on GitHub.
Instance Method Details
#emojis(options = {}) ⇒ Sawyer::Resource
List all emojis used on GitHub
11 12 13 |
# File 'lib/octokit/client/emojis.rb', line 11 def emojis( = {}) get "emojis", end |