class HornOfPlenty::Adapters::Github::Configuration

Attributes

logger[RW]
token[RW]

Public Instance Methods

api_version() click to toggle source
# File lib/horn_of_plenty/adapters/github/configuration.rb, line 28
def api_version
  'inertia-preview'
end
base_url() click to toggle source
# File lib/horn_of_plenty/adapters/github/configuration.rb, line 24
def base_url
  'https://api.github.com'
end