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
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.

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:@net7/helloasso

Import symbol

import * as helloasso from "@net7/helloasso";
or

Import directly with a jsr specifier

import * as helloasso from "jsr:@net7/helloasso";

Add Package

pnpm i jsr:@net7/helloasso
or (using pnpm 10.8 or older)
pnpm dlx jsr add @net7/helloasso

Import symbol

import * as helloasso from "@net7/helloasso";

Add Package

yarn add jsr:@net7/helloasso
or (using Yarn 4.8 or older)
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";