https://github.com/evref-bl/gitlab-pharo-api
https://github.com/evref-bl/gitlab-pharo-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evref-bl/gitlab-pharo-api
- Owner: Evref-BL
- Created: 2024-12-10T12:35:51.000Z (6 months ago)
- Default Branch: develop
- Last Pushed: 2025-01-06T10:07:59.000Z (5 months ago)
- Last Synced: 2025-01-06T11:19:41.325Z (5 months ago)
- Language: Smalltalk
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitlab-Pharo-API
[](https://github.com/Evref-BL/Gitlab-Pharo-API/actions/workflows/continuous.yml)
[](https://coveralls.io/github/Evref-BL/Gitlab-Pharo-API?branch=develop)This is a Pharo client for the [Gitlab REST API](https://docs.gitlab.com/ee/api/rest/)
## Installation
```st
Metacello new
githubUser: 'Evref-BL' project: 'Gitlab-Pharo-API' commitish: 'develop' path: 'src';
baseline: 'GitlabAPI';
onConflict: [ :ex | ex useIncoming ];
load
```