class Fbe::Graph

def initialize(token:, host: 'api.github.com')

def initialize(token:, host: 'api.github.com')
  @token = token
  @host = host
end