Closed samrocketman closed 7 years ago
If user executes...
import gitlab3 gl=gitlab3.GitLab('http://gitlab.example.com/','api_token')
Then their API URLs will look like http://gitlab.example.com//api/v3/.... This fixes that.
http://gitlab.example.com//api/v3/...
If user executes...
Then their API URLs will look like
http://gitlab.example.com//api/v3/...
. This fixes that.