Parent

Methods

Class/Module Index [+]

Quicksearch

Github::Client::Emojis

Public Instance Methods

list(*args) click to toggle source

Lists all the emojis.

@example

Github.emojis.list

@api public

# File lib/github_api/client/emojis.rb, line 10
def list(*args)
  arguments(args)

  get_request("/emojis", arguments.params)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.