0.1.3 • Published 6 months ago

alise-api v0.1.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
6 months ago

alise-api

npm npm version npm npm

A powerful and user-friendly wrapper for interacting with the alise API.

!warning This project is not affiliated with Alise in any way.

📦 Installation

npm install alise-api

📚 Exemple

import { authenticateWithCredentials } from "alise-api";

async function main() {
  let client = await authenticateWithCredentials(
    "your_email", 
    "your_password",
    "your_site"
  )

  console.log(client)
}

main();
0.1.3

6 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago