Skip to main content
Home

Built and signed on GitHub Actions

Unofficial API Client for Weclapp API

This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
76%
Published
3 months ago (0.3.1)

@quantumdream/weclapp-api-client

This module exposes a Weclapp API Client

Disclaimer

This is an unofficial library provided by an individual, the author is not affiliated with Weclapp

Prerequisites

You need to provide an authentication token from a user with necessary access rights, details on how to set this up can be found in the official Weclapp documentation and is out of scope for this repository.

Official API Documentation

Weclapp API Documentation

Usage

const client = new WeclappApiClient("<API_BASE_URL>", "<AUTHENTICATION_TOKEN>"); // Replace <> values with your Weclapp Api values

const { result } = await client.findUsers(); // Lists all users, explore types to find query params and more

License

License

Built and signed on
GitHub Actions

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:@quantumdream/weclapp-api-client

Import symbol

import * as weclapp_api_client from "@quantumdream/weclapp-api-client";
or

Import directly with a jsr specifier

import * as weclapp_api_client from "jsr:@quantumdream/weclapp-api-client";

Add Package

pnpm i jsr:@quantumdream/weclapp-api-client
or (using pnpm 10.8 or older)
pnpm dlx jsr add @quantumdream/weclapp-api-client

Import symbol

import * as weclapp_api_client from "@quantumdream/weclapp-api-client";

Add Package

yarn add jsr:@quantumdream/weclapp-api-client
or (using Yarn 4.8 or older)
yarn dlx jsr add @quantumdream/weclapp-api-client

Import symbol

import * as weclapp_api_client from "@quantumdream/weclapp-api-client";

Add Package

vlt install jsr:@quantumdream/weclapp-api-client

Import symbol

import * as weclapp_api_client from "@quantumdream/weclapp-api-client";

Add Package

npx jsr add @quantumdream/weclapp-api-client

Import symbol

import * as weclapp_api_client from "@quantumdream/weclapp-api-client";

Add Package

bunx jsr add @quantumdream/weclapp-api-client

Import symbol

import * as weclapp_api_client from "@quantumdream/weclapp-api-client";