https://github.com/assistantapps/api.npm.client
A package to interact with the AssistantApps API
https://github.com/assistantapps/api.npm.client
Last synced: 11 months ago
JSON representation
A package to interact with the AssistantApps API
- Host: GitHub
- URL: https://github.com/assistantapps/api.npm.client
- Owner: AssistantApps
- License: mit
- Created: 2023-05-01T15:23:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T09:22:19.000Z (over 2 years ago)
- Last Synced: 2025-01-26T11:17:39.276Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@assistantapps/assistantapps.api.client
- Size: 429 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API web client
_A package to interact with the [AssistantApps API](https://api.assistantapps.com)._




[][assistantAppsTwitter]
[][discord]
> A package to interact with the [AssistantApps API](https://api.assistantapps.com)
## Install
```bash
npm install @assistantapps/assistantapps.api.client
```
## Usage
```ts
import { AssistantAppsApiService } from '@assistantapps/assistantapps.api.client';
const api = new AssistantAppsApiService({
// url: 'https://api.assistantapps.com', OPTIONAL
// authToken: '', OPTIONAL
});
const availableApps = await api.app.readAll();
```
[assistantAppsTwitter]: https://twitter.com/AssistantApps?ref=AssistantAppsGithub
[discord]: https://assistantapps.com/discord?ref=AssistantAppsGithub