Skip to content

inp-net/helloasso-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c522ff1 · May 28, 2024

History

7 Commits
May 26, 2024
May 26, 2024
May 26, 2024
May 26, 2024
May 26, 2024
May 26, 2024
May 26, 2024
May 26, 2024
May 28, 2024
May 28, 2024
May 28, 2024
May 26, 2024

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