Updated GitLab API endpoint to latest v4.

This commit is contained in:
David Russell 2017-08-19 10:25:22 +07:00
parent 50e6b05703
commit f249ddf56a

View File

@ -438,7 +438,7 @@ gitpitch {
name = "GitLab"
type = "gitlab"
site = "https://gitlab.com/"
apibase = "https://gitlab.com/api/v3/"
apibase = "https://gitlab.com/api/v4/"
// apitoken = "your-gitlab-access-token-here"
apitokenheader = "PRIVATE-TOKEN"
rawbase = "https://gitlab.com/"
@ -480,7 +480,7 @@ gitpitch {
name = "GitBucket"
type = "gitbucket"
site = "http://localhost:8080/"
apibase = "http://localhost:8080/api/v3/"
apibase = "http://localhost:8080/api/v4/"
// apitoken = "token your-gitbucket-access-token-here"
apitokenheader = "Authorization"
rawbase = "http://localhost:8080/"