go-gitlab-client icon indicating copy to clipboard operation
go-gitlab-client copied to clipboard

Project API namespace escaping

Open ns3777k opened this issue 9 years ago • 0 comments

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 with QueryEscape from net/url.

Can make a PR.

ns3777k avatar Aug 22 '15 21:08 ns3777k