It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
52%
Published
a year ago (0.0.5)
helloasso
Largely converted from the official Python wrapper to TypeScript.
Installation
npm install helloasso
Usage
import { ApiV5Client as HelloAsso } from "helloasso" const helloAsso = new HelloAsso({ apiBase: "api.helloasso.com", clientId: "your-client-id", clientSecret: "your-client", }) const response = await helloAsso.call("/v5/users/me/organizations") console.log(await response.json())
Development
This package is developed using Bun.
Add Package
deno add jsr:@net7/helloasso
Import symbol
import * as helloasso from "@net7/helloasso";
Import directly with a jsr specifier
import * as helloasso from "jsr:@net7/helloasso";
Add Package
pnpm i jsr:@net7/helloasso
pnpm dlx jsr add @net7/helloasso
Import symbol
import * as helloasso from "@net7/helloasso";
Add Package
yarn add jsr:@net7/helloasso
yarn dlx jsr add @net7/helloasso
Import symbol
import * as helloasso from "@net7/helloasso";
Add Package
vlt install jsr:@net7/helloasso
Import symbol
import * as helloasso from "@net7/helloasso";
Add Package
npx jsr add @net7/helloasso
Import symbol
import * as helloasso from "@net7/helloasso";
Add Package
bunx jsr add @net7/helloasso
Import symbol
import * as helloasso from "@net7/helloasso";