class Github::Client::Meta
Public Instance Methods
get(*args)
click to toggle source
Get meta information about GitHub.com, the service.
@example
Github.meta.get
@api public
# File lib/github_api/client/meta.rb, line 10 def get(*args) arguments(*args) get_request("/meta", arguments.params) end