Skip to content
Snippets Groups Projects
Commit 23eaa584 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Add readme file

parent c25d43ff
Branches
No related merge requests found
Pipeline #203607 passed
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment