class Github::Meta

def get(params={})


Github.meta.get

= Examples

Get meta information about GitHub.com, the service.
def get(params={})
  normalize! params
  get_request("/meta", params)
end