Class: Gitabu::Api::V3::Meta

Inherits:
Object
  • Object
show all
Defined in:
lib/gitabu/api/v3/meta.rb

Overview

Meta endpoints.

Class Method Summary collapse

Class Method Details

.get_github_meta_information(options: nil) ⇒ Object



42
43
44
# File 'lib/gitabu/api/v3/meta.rb', line 42

def self.get_github_meta_information(options: nil)
  new.get_github_meta_information(options)
end

.get_octocat(options: nil) ⇒ Object



46
47
48
# File 'lib/gitabu/api/v3/meta.rb', line 46

def self.get_octocat(options: nil)
  new.get_octocat(options)
end

.get_the_zen_of_github(options: nil) ⇒ Object



50
51
52
# File 'lib/gitabu/api/v3/meta.rb', line 50

def self.get_the_zen_of_github(options: nil)
  new.get_the_zen_of_github(options)
end

.github_api_root(options: nil) ⇒ Object



38
39
40
# File 'lib/gitabu/api/v3/meta.rb', line 38

def self.github_api_root(options: nil)
  new.github_api_root(options)
end