Module: Octokit::Client::Emojis
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/octokit/client/emojis.rb |
Overview
Methods for the Emojis
API
Instance Method Summary
-
#emojis(options = {}) ⇒ Sawyer::Resource
List all emojis used on GitHub.
Instance Method Details
#emojis(options = {}) ⇒ Sawyer::Resource
List all emojis used on GitHub
# File 'lib/octokit/client/emojis.rb', line 13
def emojis( = {}) get 'emojis', end