Module: ZenhubRuby::Connection

Included in:
Client
Defined in:
lib/zenhub_ruby/connection.rb

Constant Summary collapse

END_POINT =
'https://api.zenhub.io'.freeze

Instance Method Summary collapse

Instance Method Details

#get(path) ⇒ Object



8
9
10
# File 'lib/zenhub_ruby/connection.rb', line 8

def get(path)
  api_connection.get(path)
end