lib/masheri/rest_client/query.rb in masheri-0.3.8 vs lib/masheri/rest_client/query.rb in masheri-0.3.10
- old
+ new
@@ -67,11 +67,10 @@
"/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)
- # TODO: Waiting on support from Mashery
- # uri.scheme = "https"
+ uri.scheme = "https"
uri.to_s
end
end
end
end