An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



# API web client
_A package to interact with the [AssistantApps API](https://api.assistantapps.com)._




![header](https://github.com/AssistantApps/.github/blob/main/img/animatedBanner.svg?raw=true)




![madeWithLove](https://github.com/AssistantApps/.github/blob/main/badges/made-with-love.svg)
![gitmoji](https://github.com/AssistantApps/.github/blob/main/badges/gitmoji.svg?raw=true)

![Profile views](https://komarev.com/ghpvc/?username=AssistantApps&color=green&style=for-the-badge)

[![Follow on Twitter](https://img.shields.io/twitter/follow/AssistantApps?color=%231d9bf0&style=for-the-badge)][assistantAppsTwitter]
[![Discord](https://img.shields.io/discord/625007826913198080?style=for-the-badge)][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