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 ...)
.
Important
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.