@gitee/client-sdk-v5@5.4.85+b2
latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
47%
Published
11 months ago (5.4.85+b2)
Gitee OpenAPI V5 Client SDK
How to update
- download the swagger 2.0 spec file from: https://gitee.com/sdk/typescript-sdk-v5/raw/main/openapi-spec.json
- convert it to open api v3 format with swagger online editor
- fix the errors found by the swagger editor.
- save the open api v3 yaml to
openapi.yamlfile. - generate code with with
deno task generatecommand. - publish the package to jsr.io with
deno publishcommand.
Add Package
deno add jsr:@gitee/client-sdk-v5
Import symbol
import * as client_sdk_v_ from "@gitee/client-sdk-v5";
Import directly with a jsr specifier
import * as client_sdk_v_ from "jsr:@gitee/client-sdk-v5";
Add Package
pnpm i jsr:@gitee/client-sdk-v5
pnpm dlx jsr add @gitee/client-sdk-v5
Import symbol
import * as client_sdk_v_ from "@gitee/client-sdk-v5";
Add Package
yarn add jsr:@gitee/client-sdk-v5
yarn dlx jsr add @gitee/client-sdk-v5
Import symbol
import * as client_sdk_v_ from "@gitee/client-sdk-v5";
Add Package
vlt install jsr:@gitee/client-sdk-v5
Import symbol
import * as client_sdk_v_ from "@gitee/client-sdk-v5";
Add Package
npx jsr add @gitee/client-sdk-v5
Import symbol
import * as client_sdk_v_ from "@gitee/client-sdk-v5";
Add Package
bunx jsr add @gitee/client-sdk-v5
Import symbol
import * as client_sdk_v_ from "@gitee/client-sdk-v5";