Largely converted from the official Python wrapper to TypeScript.
npm install helloasso
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())
This package is developed using Bun.