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

A Go gitlab API client & powerful CLI written in Go

Results 13 go-gitlab-client issues
Sort by recently updated
recently updated
newest added

Adding NamespaceId to allow new project to be created under namespace

Adding NamespaceId to allow new project to be created under namespace

![param](https://user-images.githubusercontent.com/39909820/91295729-18963d80-e7ce-11ea-9251-130ebc4f6fad.png) I want the commit under the branch of this project, but this method does not have a second argument What am I supposed to do ?

``` go mod init github.com/plouc/go-gitlab-client cd cli go build cd .. git add go.mod go.sum ```

First off, this project has been a life saver! I started writing something similar for my small project but that started getting too big. I ran into a bit of...

The second commit, for `hp.ObjectKind`, requires the first commit to properly exit the switch. I haven't noticed it before, but at least now, with 9.1.0, all payloads contain the `object_kind`...

as title.

enhancement
wait user reply

`string(int)` don't work In Go, see https://play.golang.org/p/f3-qx-kLGq so you can convert the int to a string or use `fmt.Sprintf` to make it to a string.