Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.4 KB

API web client

A package to interact with the AssistantApps API.


header


madeWithLove gitmoji
Profile views

Follow on Twitter Discord


A package to interact with the AssistantApps API

Install

npm install @assistantapps/assistantapps.api.client

Usage

import { AssistantAppsApiService } from '@assistantapps/assistantapps.api.client';

const api = new AssistantAppsApiService({
    // url: 'https://api.assistantapps.com', OPTIONAL
    // authToken: '<assistantapps jwt token>', OPTIONAL
});

const availableApps = await api.app.readAll();