guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] Guile-GitLab 0.1.0


From: Alex Sassmannshausen
Subject: Re: [ANN] Guile-GitLab 0.1.0
Date: Mon, 15 Nov 2021 21:31:32 +0100
User-agent: mu4e 1.4.15; emacs 27.2

Very cool! Thanks for sharing :-)

Alex

Artyom V. Poptsov <poptsov.artyom@gmail.com> writes:

> Hello Guilers,
>
> I'm pleased to announce Guile-GitLab 0.1.0 -- the first version of a
> GitLab REST API[1] client for GNU Guile:
>   https://github.com/artyom-poptsov/guile-gitlab/releases/tag/v0.1.0
>
> This project is in the early stages of development and provides limited
> API for Guile programs that allows to fetch GitLab users, projects and
> groups.  It addition it allows to delete GitLab users by IDs.
>
> To provide some background why I started this project: I maintain a
> GitLab instance in a local college and recently I found myself in need
> of regexp-searching users by their emails.  Unfortunately GitLab
> Community Edition does not provide such facility from the web UI.  So I
> decided to write my own Guile library and a console tool to simplify the
> task.
>
> There's a small CLI tool called 'gitlab-cli' that is installed along
> with the library to the system.  Here's an example of fetching users
> that match the specified criteria:
>
> --8<---------------cut here---------------start------------->8---
> $ gitlab-cli user ls \
>         --token "<your-gitlab-token>" \
>         --server "https://gitlab.example.org"; \
>         --email-not-like ".*changemeplease.*" \
>         --print "id,username,email,name" \
>         --format csv
> --8<---------------cut here---------------end--------------->8---
>
> Probably this tool can be useful for others too.
>
> Thanks,
>
> - Artyom
>
> References:
> 1. https://docs.gitlab.com/ee/api/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]