Closed krzyzacy closed 6 years ago
Currently with client.QueryChanges() call, I got
client.QueryChanges()
Get ${GERRIT_HOST}.googlesource.com/a/changes/?n=5\u0026o=CURRENT_REVISION\u0026q=project:test-infra: unsupported protocol scheme
while the API endpoint for us is suppose to be
${GERRIT_HOST}.googlesource.com/changes/
is there a way to get around? Thanks!
(didn't see https://github.com/andygrunwald/go-gerrit/blob/3a745956727c142403ea49feceb066a35459b759/gerrit.go#L331-L335)
Currently with
client.QueryChanges()
call, I gotwhile the API endpoint for us is suppose to be
is there a way to get around? Thanks!