|
|
|
@@ -160,7 +160,7 @@ namespace :batch_add_issues do |
|
|
|
# response = Net::HTTP.get_response(uri) |
|
|
|
http = Net::HTTP.new(uri.hostname, uri.port) |
|
|
|
http.use_ssl = true |
|
|
|
comment_response = http.send_request('GET', uri.path, nil, {'Content-Type' => 'application/json','authorization' => "Bearer #{ENV['token']}"}) |
|
|
|
response = http.send_request('GET', uri.path, nil, {'Content-Type' => 'application/json','authorization' => "Bearer #{ENV['token']}"}) |
|
|
|
|
|
|
|
puts "gitee api response.code ===== #{response.code}" |
|
|
|
lists = JSON.parse(response.body) |
|
|
|
|