Utility for creating custom wrappers around the @gitbeaker/core GitLab SDK.
Browsers |
Load @gitbeaker/requester-utils directly from esm.sh
<script type="module">
import { RequesterUtils, BaseResource } from 'https://esm.sh/@gitbeaker/requester-utils';
</script> |
---|---|
Deno |
Load @gitbeaker/requester-utils directly from esm.sh
import { RequesterUtils, BaseResource } from 'https://esm.sh/@gitbeaker/requester-utils?dts'; |
Node 18+ |
Install with import { RequesterUtils, BaseResource } from '@gitbeaker/requester-utils'; |
This started as a fork from node-gitlab-legacy but I ended up rewriting much of the code. Here are the original work's contributors.