x1ongzhu 4750177287 first commit 6 ani în urmă
..
BUILD 4750177287 first commit 6 ani în urmă
CHANGELOG.md 4750177287 first commit 6 ani în urmă
LICENSE 4750177287 first commit 6 ani în urmă
README.md 4750177287 first commit 6 ani în urmă
access_requests.go 4750177287 first commit 6 ani în urmă
award_emojis.go 4750177287 first commit 6 ani în urmă
boards.go 4750177287 first commit 6 ani în urmă
branches.go 4750177287 first commit 6 ani în urmă
broadcast_messages.go 4750177287 first commit 6 ani în urmă
build_variables.go 4750177287 first commit 6 ani în urmă
ci_yml_templates.go 4750177287 first commit 6 ani în urmă
commits.go 4750177287 first commit 6 ani în urmă
custom_attributes.go 4750177287 first commit 6 ani în urmă
deploy_keys.go 4750177287 first commit 6 ani în urmă
deployments.go 4750177287 first commit 6 ani în urmă
discussions.go 4750177287 first commit 6 ani în urmă
environments.go 4750177287 first commit 6 ani în urmă
event_parsing.go 4750177287 first commit 6 ani în urmă
event_types.go 4750177287 first commit 6 ani în urmă
events.go 4750177287 first commit 6 ani în urmă
feature_flags.go 4750177287 first commit 6 ani în urmă
gitignore_templates.go 4750177287 first commit 6 ani în urmă
gitlab.go 4750177287 first commit 6 ani în urmă
go.mod 4750177287 first commit 6 ani în urmă
go.sum 4750177287 first commit 6 ani în urmă
group_boards.go 4750177287 first commit 6 ani în urmă
group_members.go 4750177287 first commit 6 ani în urmă
group_milestones.go 4750177287 first commit 6 ani în urmă
group_variables.go 4750177287 first commit 6 ani în urmă
groups.go 4750177287 first commit 6 ani în urmă
issue_links.go 4750177287 first commit 6 ani în urmă
issues.go 4750177287 first commit 6 ani în urmă
jobs.go 4750177287 first commit 6 ani în urmă
keys.go 4750177287 first commit 6 ani în urmă
labels.go 4750177287 first commit 6 ani în urmă
license.go 4750177287 first commit 6 ani în urmă
license_templates.go 4750177287 first commit 6 ani în urmă
merge_request_approvals.go 4750177287 first commit 6 ani în urmă
merge_requests.go 4750177287 first commit 6 ani în urmă
milestones.go 4750177287 first commit 6 ani în urmă
namespaces.go 4750177287 first commit 6 ani în urmă
notes.go 4750177287 first commit 6 ani în urmă
notifications.go 4750177287 first commit 6 ani în urmă
pages_domains.go 4750177287 first commit 6 ani în urmă
pipeline_schedules.go 4750177287 first commit 6 ani în urmă
pipeline_triggers.go 4750177287 first commit 6 ani în urmă
pipelines.go 4750177287 first commit 6 ani în urmă
project_badges.go 4750177287 first commit 6 ani în urmă
project_members.go 4750177287 first commit 6 ani în urmă
project_snippets.go 4750177287 first commit 6 ani în urmă
project_variables.go 4750177287 first commit 6 ani în urmă
projects.go 4750177287 first commit 6 ani în urmă
protected_branches.go 4750177287 first commit 6 ani în urmă
repositories.go 4750177287 first commit 6 ani în urmă
repository_files.go 4750177287 first commit 6 ani în urmă
runners.go 4750177287 first commit 6 ani în urmă
search.go 4750177287 first commit 6 ani în urmă
services.go 4750177287 first commit 6 ani în urmă
settings.go 4750177287 first commit 6 ani în urmă
sidekiq_metrics.go 4750177287 first commit 6 ani în urmă
snippets.go 4750177287 first commit 6 ani în urmă
strings.go 4750177287 first commit 6 ani în urmă
system_hooks.go 4750177287 first commit 6 ani în urmă
tags.go 4750177287 first commit 6 ani în urmă
time_stats.go 4750177287 first commit 6 ani în urmă
todos.go 4750177287 first commit 6 ani în urmă
users.go 4750177287 first commit 6 ani în urmă
validate.go 4750177287 first commit 6 ani în urmă
version.go 4750177287 first commit 6 ani în urmă
wikis.go 4750177287 first commit 6 ani în urmă

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
  • 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