Homepage: https://github.com/emacsattic/glab
Author: Jonas Bernoulli
Updated:
Client library for the Gitlab API
This package provides convenience wrappers, specialized for Gitlab, around functions provided by the `ghub' package (which, unless told otherwise, assumes it is talking to a Github host). Instead of (ghub-get ... :forge 'gitlab) you can use (glab-get ...) This package is semi-deprecated. You might learn that in your own package you have to further wrap `glab-VERB' functions, and if you do that, you might as well wrap `ghub-VERB' or even `ghub-request' directly.