Module: Octokit::Client::Meta
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/octokit/client/meta.rb |
Overview
Methods for the Meta
API
Instance Method Summary
-
#github_meta(options = {})
Alias for #meta.
-
#meta(options = {}) ⇒ Sawyer::Resource
(also: #github_meta)
Get meta information about GitHub.com, the service.
Instance Method Details
#github_meta(options = {})
Alias for #meta.
# File 'lib/octokit/client/meta.rb', line 17
alias
#meta(options = {}) ⇒ Sawyer::Resource
Also known as: #github_meta
Get meta information about GitHub.com, the service.
# File 'lib/octokit/client/meta.rb', line 14
def ( = {}) get 'meta', end