You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says project path (namespace + project name) has to be passed with delimiter escaped (/ => %2F), but we can do that automatically with QueryEscape from net/url.
Can make a PR.
The text was updated successfully, but these errors were encountered:
https://github.com/plouc/go-gitlab-client/blob/master/projects.go#L74
It says project path (namespace + project name) has to be passed with delimiter escaped (
/
=>%2F
), but we can do that automatically withQueryEscape
fromnet/url
.Can make a PR.
The text was updated successfully, but these errors were encountered: