Module: Octokit::Client::Meta
- Included in:
- Octokit::Client
- Defined in:
- lib/octokit/client/meta.rb
Overview
Methods for the Meta API
Instance Method Summary collapse
-
#meta(options = {}) ⇒ Sawyer::Resource
(also: #github_meta)
Get meta information about GitHub.com, the service.
Instance Method Details
#meta(options = {}) ⇒ Sawyer::Resource Also known as: github_meta
Get meta information about GitHub.com, the service.
14 15 16 |
# File 'lib/octokit/client/meta.rb', line 14 def ( = {}) get "meta", end |