Method: Github::Client::Meta#get
- Defined in:
- lib/github_api/client/meta.rb
#get(*args) ⇒ Object
Get meta information about GitHub.com, the service.
11 12 13 14 15 |
# File 'lib/github_api/client/meta.rb', line 11 def get(*args) arguments(*args) get_request("/meta", arguments.params) end |