Skip to content

inp-net/helloasso-js

Repository files navigation

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.

About

TypeScript wrapper for the HelloAsso API. Available on NPM (https://npmjs.com/package/helloasso) and JSR (https://jsr.io/@net7/helloasso) (mirror)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published