Skip to main content
Home

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
47%
Published
11 months ago (5.4.85+b2)

Gitee OpenAPI V5 Client SDK

How to update

  1. download the swagger 2.0 spec file from: https://gitee.com/sdk/typescript-sdk-v5/raw/main/openapi-spec.json
  2. convert it to open api v3 format with swagger online editor
  3. fix the errors found by the swagger editor.
  4. save the open api v3 yaml to openapi.yaml file.
  5. generate code with with deno task generate command.
  6. publish the package to jsr.io with deno publish command.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@gitee/client-sdk-v5

Import symbol

import * as client_sdk_v_ from "@gitee/client-sdk-v5";
or

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
or (using pnpm 10.8 or older)
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
or (using Yarn 4.8 or older)
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";