7 8 9
# File 'lib/bento/core/client.rb', line 7 def get(endpoint) handle_connection_errors { parse_response(conn.get(endpoint)) } end