Package Exports
- @gitbeaker/requester-utils
Readme
My open source work is supported by the community
Special thanks to:
Improve your code review process by creating an ephemeral channel per merge request.
Utility for creating custom wrappers around the @gitbeaker/core GitLab SDK.
Table of Contents
Usage
| 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'; |
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.