# File lib/rubytter.rb, line 167 def get(path, params = {}) path += '.json' param_str = '?' + to_param_str(params) path = path + param_str unless param_str.empty? req = create_request(Net::HTTP::Get.new(path_prefix + path)) structize(http_request(@host, req)) end