mattn / go-redmine

MIT License
185 stars 80 forks source link

tracker with https #55

Open Quincy-doctor opened 2 years ago

Quincy-doctor commented 2 years ago

tracker.go 15th line res, err := http.Get(c.endpoint + "/trackers.json?key=" + c.apikey + c.getPaginationClause()) ’http.Get‘ should be ‘c.Get'

it happend on when i want to connect to https local server without certificate