Method: Github::Meta#get

Defined in:
lib/github_api/meta.rb

#get(*args) ⇒ Object

Get meta information about GitHub.com, the service.

Examples

Github.meta.get


12
13
14
15
16
# File 'lib/github_api/meta.rb', line 12

def get(*args)
  arguments(*args)

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