Method: Bento::Client#get

Defined in:
lib/bento/core/client.rb

#get(endpoint) ⇒ Object



7
8
9
# File 'lib/bento/core/client.rb', line 7

def get(endpoint)
  handle_connection_errors { parse_response(conn.get(endpoint)) }
end