@ctraut/gitbeaker-requester-utils
v43.8.0
Published
Utility functions for requester implementatons used in @gitbeaker
Downloads
145
Readme
Utility for creating custom wrappers around the @gitbeaker/core GitLab SDK.
Table of Contents
Usage
<script type="module">
import { RequesterUtils, BaseResource } from 'https://esm.sh/@gitbeaker/requester-utils';
</script>import { RequesterUtils, BaseResource } from 'https://esm.sh/@gitbeaker/requester-utils?dts';Install with npm install @gitbeaker/requester-utils, or yarn add @gitbeaker/requester-utils
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.
