Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab_api
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gitlab_api
Commits
23eaa584
Commit
23eaa584
authored
10 months ago
by
Jürgen Haas
Browse files
Options
Downloads
Patches
Plain Diff
Add readme file
parent
c25d43ff
Branches
Branches containing commit
Tags
2.3.0-beta1
No related merge requests found
Pipeline
#203607
passed
10 months ago
Stage: build
Stage: validate
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-0
20 additions, 0 deletions
README.md
with
20 additions
and
0 deletions
README.md
0 → 100644
+
20
−
0
View file @
23eaa584
This module integrates to GitLab utilizing the GitLab API version 4.
All API resources are available through simple calls like
```
php
$this
->
api
->
getClient
()
->
groups
();
```
to receive a list of all groups on a GitLab instance.
The module supports GitLab server profiles as config entities, so you can create
as many you like and talk to all the GitLab instances that matter to you from
within your Drupal site.
This module also comes with a
[
webform
](
https://www.drupal.org/project/webform
)
handler plugin which allows you to create a new project from a webform
submission.
With the ECA GitLab API submodule, you can also leverage all API methods from
within
[
ECA
](
https://www.drupal.org/project/eca
)
models.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment