0.0.5 • Published 1 year ago

helloasso v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago