class Github::Meta

Public Instance Methods

get(*args) click to toggle source

Get meta information about GitHub.com, the service.

Examples

Github.meta.get
# File lib/github_api/meta.rb, line 11
def get(*args)
  arguments(*args)

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