lib/masheri/rest_client/query.rb in masheri-0.3.7 vs lib/masheri/rest_client/query.rb in masheri-0.3.8
- old
+ new
@@ -67,10 +67,11 @@
"/v2/rest/#{config.site_id}/reports/calls/#{resource}/service/#{service_id}"
end
def url
uri = URI::HTTP.build(host: config.host, path: rest_path, query: query_params)
- uri.scheme = "https"
+ # TODO: Waiting on support from Mashery
+ # uri.scheme = "https"
uri.to_s
end
end
end
end