boris 79a8983bac support GitLab il y a 7 ans
..
.gitignore 79a8983bac support GitLab il y a 7 ans
.travis.yml 79a8983bac support GitLab il y a 7 ans
CHANGELOG.md 79a8983bac support GitLab il y a 7 ans
LICENSE 79a8983bac support GitLab il y a 7 ans
README.md 79a8983bac support GitLab il y a 7 ans
access_requests.go 79a8983bac support GitLab il y a 7 ans
award_emojis.go 79a8983bac support GitLab il y a 7 ans
boards.go 79a8983bac support GitLab il y a 7 ans
branches.go 79a8983bac support GitLab il y a 7 ans
broadcast_messages.go 79a8983bac support GitLab il y a 7 ans
build_variables.go 79a8983bac support GitLab il y a 7 ans
ci_yml_templates.go 79a8983bac support GitLab il y a 7 ans
commits.go 79a8983bac support GitLab il y a 7 ans
custom_attributes.go 79a8983bac support GitLab il y a 7 ans
deploy_keys.go 79a8983bac support GitLab il y a 7 ans
deployments.go 79a8983bac support GitLab il y a 7 ans
discussions.go 79a8983bac support GitLab il y a 7 ans
environments.go 79a8983bac support GitLab il y a 7 ans
event_types.go 79a8983bac support GitLab il y a 7 ans
events.go 79a8983bac support GitLab il y a 7 ans
feature_flags.go 79a8983bac support GitLab il y a 7 ans
gitignore_templates.go 79a8983bac support GitLab il y a 7 ans
gitlab.go 79a8983bac support GitLab il y a 7 ans
group_boards.go 79a8983bac support GitLab il y a 7 ans
group_members.go 79a8983bac support GitLab il y a 7 ans
group_milestones.go 79a8983bac support GitLab il y a 7 ans
group_variables.go 79a8983bac support GitLab il y a 7 ans
groups.go 79a8983bac support GitLab il y a 7 ans
issue_links.go 79a8983bac support GitLab il y a 7 ans
issues.go 79a8983bac support GitLab il y a 7 ans
jobs.go 79a8983bac support GitLab il y a 7 ans
keys.go 79a8983bac support GitLab il y a 7 ans
labels.go 79a8983bac support GitLab il y a 7 ans
license_templates.go 79a8983bac support GitLab il y a 7 ans
merge_request_approvals.go 79a8983bac support GitLab il y a 7 ans
merge_requests.go 79a8983bac support GitLab il y a 7 ans
milestones.go 79a8983bac support GitLab il y a 7 ans
namespaces.go 79a8983bac support GitLab il y a 7 ans
notes.go 79a8983bac support GitLab il y a 7 ans
notifications.go 79a8983bac support GitLab il y a 7 ans
pages_domains.go 79a8983bac support GitLab il y a 7 ans
pipeline_schedules.go 79a8983bac support GitLab il y a 7 ans
pipeline_triggers.go 79a8983bac support GitLab il y a 7 ans
pipelines.go 79a8983bac support GitLab il y a 7 ans
project_badges.go 79a8983bac support GitLab il y a 7 ans
project_members.go 79a8983bac support GitLab il y a 7 ans
project_snippets.go 79a8983bac support GitLab il y a 7 ans
project_variables.go 79a8983bac support GitLab il y a 7 ans
projects.go 79a8983bac support GitLab il y a 7 ans
protected_branches.go 79a8983bac support GitLab il y a 7 ans
repositories.go 79a8983bac support GitLab il y a 7 ans
repository_files.go 79a8983bac support GitLab il y a 7 ans
runners.go 79a8983bac support GitLab il y a 7 ans
search.go 79a8983bac support GitLab il y a 7 ans
services.go 79a8983bac support GitLab il y a 7 ans
session.go 79a8983bac support GitLab il y a 7 ans
settings.go 79a8983bac support GitLab il y a 7 ans
sidekiq_metrics.go 79a8983bac support GitLab il y a 7 ans
snippets.go 79a8983bac support GitLab il y a 7 ans
strings.go 79a8983bac support GitLab il y a 7 ans
system_hooks.go 79a8983bac support GitLab il y a 7 ans
tags.go 79a8983bac support GitLab il y a 7 ans
time_stats.go 79a8983bac support GitLab il y a 7 ans
todos.go 79a8983bac support GitLab il y a 7 ans
users.go 79a8983bac support GitLab il y a 7 ans
validate.go 79a8983bac support GitLab il y a 7 ans
version.go 79a8983bac support GitLab il y a 7 ans
wikis.go 79a8983bac support GitLab il y a 7 ans

README.md

go-gitlab

A GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way

Build Status GitHub license Sourcegraph GoDoc Go Report Card GitHub issues

NOTE

Release v0.6.0 (released on 25-08-2017) no longer supports the older V3 Gitlab API. If you need V3 support, please use the f-api-v3 branch. This release contains some backwards incompatible changes that were needed to fully support the V4 Gitlab API.

Coverage

This API client package covers most of the existing Gitlab API calls and is updated regularly to add new and/or missing endpoints. Currently the following services are supported:

  • Award Emojis
  • Branches
  • Broadcast Messages
  • Project-level Variables
  • Group-level Variables
  • Commits
  • Custom Attributes
  • Deployments
  • Deploy Keys
  • Environments
  • Epics
  • Epic Issues
  • Events
  • Feature flags
  • Geo Nodes
  • Gitignores templates
  • GitLab CI Config templates
  • Groups
  • Group Access Requests
  • Group Members
  • Issues
  • Issue Boards
  • Group Issue Boards
  • Jobs
  • Keys
  • Labels
  • License
  • Merge Requests
  • Merge Request Approvals
  • Project Milestones
  • Group Milestones
  • Namespaces
  • Notes (comments)
  • Discussions (threaded comments)
  • Notification settings
  • Open source license templates
  • Pages Domains
  • Pipelines
  • Pipeline Triggers
  • Pipeline Schedules
  • Projects (including setting Webhooks)
  • Project Access Requests
  • Project badges
  • Project import/export
  • Project Members
  • Project Snippets
  • Protected Branches
  • Repositories
  • Repository Files
  • Runners
  • Search
  • Services
  • Settings
  • Sidekiq metrics
  • Session
  • System Hooks
  • Tags
  • Todos
  • Users
  • Validate CI configuration
  • Version
  • Wikis

Usage

import "github.com/xanzy/go-gitlab"

Construct a new GitLab client, then use the various services on the client to access different parts of the GitLab API. For example, to list all users:

git := gitlab.NewClient(nil, "yourtokengoeshere")
//git.SetBaseURL("https://git.mydomain.com/api/v3")
users, _, err := git.Users.ListUsers()

Some API methods have optional parameters that can be passed. For example, to list all projects for user "svanharmelen":

git := gitlab.NewClient(nil)
opt := &ListProjectsOptions{Search: gitlab.String("svanharmelen")}
projects, _, err := git.Projects.ListProjects(opt)

Examples

The examples directory contains a couple for clear examples, of which one is partially listed here as well:

package main

import (
	"log"

	"github.com/xanzy/go-gitlab"
)

func main() {
	git := gitlab.NewClient(nil, "yourtokengoeshere")

	// Create new project
	p := &gitlab.CreateProjectOptions{
		Name:                 gitlab.String("My Project"),
		Description:          gitlab.String("Just a test project to play with"),
		MergeRequestsEnabled: gitlab.Bool(true),
		SnippetsEnabled:      gitlab.Bool(true),
		Visibility:           gitlab.Visibility(gitlab.PublicVisibility),
	}
	project, _, err := git.Projects.CreateProject(p)
	if err != nil {
		log.Fatal(err)
	}

	// Add a new snippet
	s := &gitlab.CreateProjectSnippetOptions{
		Title:           gitlab.String("Dummy Snippet"),
		FileName:        gitlab.String("snippet.go"),
		Code:            gitlab.String("package main...."),
		Visibility:      gitlab.Visibility(gitlab.PublicVisibility),
	}
	_, _, err = git.ProjectSnippets.CreateSnippet(project.ID, s)
	if err != nil {
		log.Fatal(err)
	}
}

For complete usage of go-gitlab, see the full package docs.

ToDo

  • The biggest thing this package still needs is tests :disappointed:

Issues

Author

Sander van Harmelen (sander@xanzy.io)

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0