Package Exports
- @gitbeaker/requester-utils
Readme
Utility for creating custom wrappers around the @gitbeaker/core GitLab SDK.
Table of Contents
Usage
| Browsers |
Load @gitbeaker/requester-utils directly from cdn.skypack.dev
<script type="module">
import { RequesterUtils, BaseResource } from 'https://cdn.skypack.dev/@gitbeaker/requester-utils';
</script> |
|---|---|
| Deno |
Load @gitbeaker/requester-utils directly from cdn.skypack.dev
import {
RequesterUtils,
BaseResource,
} from 'https://cdn.skypack.dev/@gitbeaker/requester-utils?dts'; |
| Node 18+ |
Install with import { RequesterUtils, BaseResource } from '@gitbeaker/requester-utils'; |
Contributors
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.